summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-acpi.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-acpi: Disable LED control for Intel BYT-based controllersAdrian Hunter2018-12-171-2/+5
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-1/+1
|\
| * x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-1/+1
* | sdhci: acpi: add qcom sdhci host reset quirk fixWang Dongsheng2018-10-081-0/+60
* | sdhci: acpi: add free_slot callbackWang Dongsheng2018-10-081-0/+8
|/
* mmc: sdhci-acpi: Fix IRQ 0Adrian Hunter2018-03-211-1/+1
* mmc: sdhci-acpi: Handle return value of platform_get_irqArvind Yadav2017-12-151-0/+4
* mmc: sdhci-acpi: Avoid broken UHS transfer modes on Intel CHTAdrian Hunter2017-12-111-0/+34
* mmc: sdhci-acpi: Add setup_host() callbackAdrian Hunter2017-12-111-1/+14
* mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400Shah Nehal-Bakulchandra2017-12-111-0/+79
* mmc: sdhci-acpi: Fix voltage switch for some Intel host controllersAdrian Hunter2017-11-021-0/+108
* mmc: sdhci-acpi: Let devices define their own private dataAdrian Hunter2017-11-021-2/+14
* mmc: sdhci-acpi: Tidy Intel slot probe functions into oneAdrian Hunter2017-10-301-42/+6Star
* mmc: sdhci-acpi: Use helper function acpi_device_uid()Adrian Hunter2017-10-301-1/+1
* sdhci: acpi: Use new method to get ACPI companionAndy Shevchenko2017-08-301-2/+2
* mmc: sdhci-acpi: remove unused struct sdhci_host variableShawn Lin2017-08-301-3/+0Star
* mmc: sdhci-acpi: Workaround conflict with PCI wifi on GPD Win handheldAdrian Hunter2017-07-111-6/+64
* mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson2017-06-201-1/+0Star
* mmc: sdhci-acpi: Remove unneeded acpi_bus_get_status() callHans de Goede2017-06-201-3/+0Star
* mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllersAzhar Shaikh2017-04-241-4/+2Star
* mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter2017-04-241-2/+10
* mmc: sdhci-acpi: support deferred probeZhang Rui2017-02-131-1/+4
* mmc: sdhci-acpi: Only powered up enabled acpi child devicesHans de Goede2017-01-121-1/+2
* mmc: sdhci-acpi: support 80860F14 UID 2 SDIO busDaniel Drake2016-12-051-0/+1
* mmc: sdhci-acpi: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllersAdrian Hunter2016-09-261-1/+1
* Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-08-011-7/+1Star
|\
| * mmc: sdhci-acpi: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson2016-07-271-7/+1Star
* | x86, mmc: Use Intel family name macros for mmc driverDave Hansen2016-06-081-1/+2
|/
* mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllersAdrian Hunter2016-05-231-3/+3
* mmc: sdhci-acpi: Ensure connected devices are powered when probingAdrian Hunter2016-05-201-1/+6
* mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllersAdrian Hunter2016-05-021-1/+3
* mmc: sdhci-acpi: Remove redundant runtime PM callsUlf Hansson2016-05-021-5/+0Star
* mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangsAdrian Hunter2016-04-181-0/+81
* mmc: sdhci-acpi: Remove enable_dma() hookAlexandre Courbot2016-03-181-30/+0Star
* mmc: sdhci-acpi: add QCOM controllersPhilip Elcan2016-03-171-0/+15
* mmc: sdhci-acpi: enable sdhci-acpi device to suspend/resume asynchronouslyFu, Zhonghui2016-02-291-0/+2
* mmc: sdhci-acpi: Fix card detect race for Intel BXT/APLAdrian Hunter2016-02-111-0/+30
* mmc: sdhci-acpi: Add more ACPI HIDs for Intel controllersAdrian Hunter2015-10-261-1/+9
* mmc: sdhci-acpi: detect sd card reader on asus x205taMichele Curti2015-10-261-0/+1
* mmc: sdhci: Remove the sdhci exported header fileUlf Hansson2015-03-231-1/+0Star
* mmc: sdhci-acpi: fix copy'n'paste typos in the commentsAndy Shevchenko2015-01-191-3/+3
* mmc: sdhci-acpi: Remove redundant runtime PM idle callbackUlf Hansson2015-01-191-6/+1Star
* mmc: sdhci-acpi: Add ACPI HID INT344DAdrian Hunter2015-01-121-0/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * mmc: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-111-1/+1
|\ \
| * | MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-1/+1
| |/
* | mmc: sdhci-acpi: Add two host capabilities for IntelAdrian Hunter2014-12-021-2/+5
* | mmc: sdhci-acpi: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESCAdrian Hunter2014-12-021-1/+4
* | mmc: sdhci-acpi: Add 64-bit DMA supportAdrian Hunter2014-11-101-16/+24
|/