summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger2015-01-141-0/+6
* mmc: sdhci-pci: Add support for Intel SPTAdrian Hunter2015-01-122-0/+28
* mmc: sdhci-acpi: Add ACPI HID INT344DAdrian Hunter2015-01-121-0/+2
* mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski2015-01-121-2/+6
* mmc: sdhci-pxav3: do the mbus window configuration after enabling clocksThomas Petazzoni2015-01-121-8/+7
* mmc: sdhci: Disable re-tuning for HS400Adrian Hunter2015-01-121-0/+29
* mmc: sdhci: Simplify use of tuning timerAdrian Hunter2015-01-121-15/+8
* mmc: sdhci: Add out_unlock to sdhci_execute_tuningAdrian Hunter2015-01-121-3/+2
* mmc: sdhci: Tuning should not change max_blk_countAdrian Hunter2015-01-121-6/+3
* mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni2014-12-291-1/+1
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macroLudovic Desroches2014-12-131-1/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-147-7/+0
|\ \ | |/ |/|
| * mmc: host: drop owner assignment from platform_driversWolfram Sang2014-10-207-7/+0
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-1011-31/+21
|\ \
| * | MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-058-28/+18
| * | PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-043-3/+3
* | | mmc: sdhci-msm: Convert to mmc_send_tuning()Ulf Hansson2014-12-081-43/+7
* | | mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning()Ulf Hansson2014-12-081-65/+3
* | | mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson2014-12-081-4/+3
* | | mmc: queue: Improve error handling during allocation of bounce buffersBhuvanesh Surachari2014-12-051-7/+9
* | | mmc: sdhci-acpi: Add two host capabilities for IntelAdrian Hunter2014-12-021-2/+5
* | | mmc: sdhci-pci: Add two host capabilities for BYTAdrian Hunter2014-12-021-2/+8
* | | mmc: sdhci-acpi: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESCAdrian Hunter2014-12-021-1/+4
* | | mmc: sdhci-pci: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC to BYTAdrian Hunter2014-12-021-0/+3
* | | mmc: atmel-mci: use probe deferring if dma controller is not ready yetludovic.desroches@atmel.com2014-12-021-24/+24
* | | mmc: atmel-mci: stop using specific initcallludovic.desroches@atmel.com2014-12-021-13/+2
* | | mmc: atmel-mci: remove __init/__exit attributesludovic.desroches@atmel.com2014-12-021-5/+5
* | | mmc: atmel-mci: remove useless DMA stuff for non-dt devicesludovic.desroches@atmel.com2014-12-021-8/+0
* | | mmc: omap_hsmmc: Fix UHS card with DDR50 supportUlf Hansson2014-11-261-1/+3
* | | mmc: core: add core-level function for sending tuning commandsMinda Chen2014-11-261-0/+70
* | | mmc: core: hold SD Clock before CMD11 during SignalVincent Yang2014-11-261-5/+8
* | | mmc: mxs-mmc: Check for clk_prepare_enable() errorFabio Estevam2014-11-261-3/+4
* | | mmc: mxs-mmc: Propagate the real errorFabio Estevam2014-11-261-1/+1
* | | mmc: mxs-mmc: No need to do NULL check on 'iores'Fabio Estevam2014-11-261-2/+2
* | | mmc: dw_mmc: Add support for IMG PistachioAndrew Bresticker2014-11-261-0/+6
* | | mmc: mxs-mmc: Simplify PM hooksFabio Estevam2014-11-261-8/+3
* | | mmc: mxs-mmc: Register the irq with the device nameFabio Estevam2014-11-261-1/+1
* | | mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan2014-11-261-0/+7
* | | mmc: toshsd: move dereference below check for NULLDan Carpenter2014-11-261-2/+2
* | | mmc: atmel-mci: remove compat for non DT board when requesting dma chanludovic.desroches@atmel.com2014-11-261-19/+1
* | | mmc: dw_mmc: add support for the other bit of sdio interruptAddy Ke2014-11-263-5/+19
* | | mmc: mvsdio: Work around broken TX DMAAndrew Lunn2014-11-261-1/+6
* | | mmc: block: Increase max_devicesBen Hutchings2014-11-261-5/+8
* | | mmc: dw_mmc: add support for ARM64Alim Akhtar2014-11-261-1/+1
* | | mmc: core: reset sdio card properly on resume.NeilBrown2014-11-261-2/+6
* | | mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown2014-11-261-1/+1
* | | mmc: add Toshiba PCI SD controller driverOndrej Zary2014-11-264-0/+899
* | | mmc: dw_mmc: exynos: Add support for exynos7Abhilash Kesavan2014-11-261-13/+78
* | | mmc: core: consistent handling of initial valuesJohan Rudholm2014-11-262-25/+23
OpenPOWER on IntegriCloud