aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-26mmc: sdhci-acpi: Add more ACPI HIDs for Intel controllersAdrian Hunter1-1/+9
2015-10-26mmc: sdhci-acpi: detect sd card reader on asus x205taMichele Curti1-0/+1
2015-03-23mmc: sdhci: Remove the sdhci exported header fileUlf Hansson1-1/+0
2015-01-19mmc: sdhci-acpi: fix copy'n'paste typos in the commentsAndy Shevchenko1-3/+3
2015-01-19mmc: sdhci-acpi: Remove redundant runtime PM idle callbackUlf Hansson1-6/+1
2015-01-12mmc: sdhci-acpi: Add ACPI HID INT344DAdrian Hunter1-0/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-12-02mmc: sdhci-acpi: Add two host capabilities for IntelAdrian Hunter1-2/+5
2014-12-02mmc: sdhci-acpi: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESCAdrian Hunter1-1/+4
2014-11-10mmc: sdhci-acpi: Add 64-bit DMA supportAdrian Hunter1-16/+24
2014-10-20mmc: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-06mmc: sdhci-acpi: Fix Braswell eMMC timeout clock frequencyAdrian Hunter1-0/+5
2014-10-06mmc: sdhci-acpi: Pass HID and UID to probe_slotAdrian Hunter1-5/+8
2014-10-06mmc: sdhci-acpi: Get UID directly from acpi_deviceAdrian Hunter1-21/+5
2014-10-03mmc: sdhci-acpi: Add a HID and UID for a SD Card host controllerAdrian Hunter1-0/+1
2014-10-03mmc: sdhci-acpi: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel host controllersAdrian Hunter1-2/+3
2014-10-02mmc: core: restore detect line inversion semanticsLinus Walleij1-1/+1
2014-09-09mmc: sdhci-acpi: add probe_slot method for emmc/sd/sdioGao, Yunpeng1-0/+58
2014-09-09mmc: sdhci-acpi.c: Use SET_RUNTIME_PM_OPS macro to set runtime pm callbacksPeter Griffin1-9/+2
2014-07-10mmc: sdhci: add DDR50 1.8V mode support for BayTrail eMMC ControllerMaurice Petallo1-1/+2
2014-07-10mmc: sdhci: Preset value not supported in Baytrail eMMCMaurice Petallo1-0/+1
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King1-0/+2
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King1-0/+2
2014-05-22mmc: sdhci: convert reset into a library functionRussell King1-0/+2
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King1-0/+2
2014-04-07mmc: sdhci-acpi: Intel SDIO has broken card detectAdrian Hunter1-0/+1
2014-03-17mmc: sdhci-acpi: Add device id 80860F16Adrian Hunter1-0/+2
2014-03-17mmc: sdhci-acpi: Fix broken card detect for ACPI HID 80860F14Adrian Hunter1-62/+15
2014-01-26Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+2
2014-01-13mmc: sdhci-acpi: add new ACPI IDMika Westerberg1-0/+2
2014-01-08mmc: sdhci-acpi: convert to use GPIO descriptor APIMika Westerberg1-16/+13
2013-10-31DMA-API: mmc: sdhci-acpi: use dma_coerce_mask_and_coherent()Russell King1-2/+3
2013-07-05mmc: sdhci-acpi: add support for eMMC hardware reset for HID 80860F14Adrian Hunter1-1/+27
2013-06-27mmc: sdhci-acpi: fix error return code in sdhci_acpi_add_own_cd()Wei Yongjun1-1/+3
2013-05-26mmc: sdhci-acpi: support runtime PM for ACPI HID 80860F14 SD cardsAdrian Hunter1-1/+63
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-26mmc: sdhci-acpi: add more device idsAdrian Hunter1-9/+59
2013-05-26mmc: sdhci-acpi: fix initial runtime pm statusAdrian Hunter1-0/+1
2013-04-12mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter1-0/+2
2013-01-03Drivers: mmc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-10mmc: sdhci-acpi: enable runtime-pm for device HID INT33C6Adrian Hunter1-0/+8
2012-11-23mmc: sdhci-acpi: add SDHCI ACPI driverAdrian Hunter1-0/+304