summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/host.h
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Introduce MMC_CAP2_NO_SDIO capCarlo Caione2015-12-221-0/+1
* mmc: core: Refactor code to register the MMC PM notifierUlf Hansson2015-12-221-2/+2
* mmc: core: Remove MMC_CAP_RUNTIME_RESUME as it's redundantUlf Hansson2015-12-221-1/+0Star
* mmc: core: Add mmc_regulator_set_vqmmc()Douglas Anderson2015-10-261-0/+7
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-261-32/+0Star
* mmc: sdio: avoid using NULL sdio_irq_thread pointerYangbo Lu2015-08-171-1/+2
* mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter2015-06-011-1/+2
* mmc: core: Allow card drive strength to be different to hostAdrian Hunter2015-06-011-1/+2
* mmc: Add support for disabling write-protect detectionLars-Peter Clausen2015-06-011-0/+1
* mmc: host: Add facility to support re-tuningAdrian Hunter2015-06-011-0/+23
* mmc: core: Remove the ->enable|disable() callbacksNeilBrown2015-03-271-6/+0Star
* mmc: core: Initial support for MMC power sequencesUlf Hansson2015-01-281-0/+2
* mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2015-01-191-2/+0Star
* mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supportedAdrian Hunter2014-11-261-0/+1
* mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng2014-09-241-0/+1
* mmc: remove MMC_CAP2_NO_MULTI_READ flagsKuninori Morimoto2014-09-091-1/+0Star
* mmc: Add .multi_io_quirk callback for multi I/O HW bugKuninori Morimoto2014-09-091-0/+7
* mmc: implement Driver Stage Register handlingSascha Hauer2014-09-091-0/+3
* mmc: sdio_irq: rework sdio irq handlingRussell King2014-05-221-0/+3
* mmc: core: Improve support for deferred regulatorsTim Kryger2014-05-131-6/+2Star
* mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon2014-05-131-0/+14
* mmc: identify available device type to selectSeungwon Jeon2014-05-131-6/+0Star
* mmc: drop the speed mode of card's stateSeungwon Jeon2014-05-131-0/+23
* mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer2014-04-221-0/+2
* mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-1/+2
* mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson2014-02-231-1/+1
* mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson2014-02-141-1/+0Star
* mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson2014-02-141-2/+0Star
* mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMDUlf Hansson2014-02-141-1/+0Star
* mmc: core: Remove unused host cap MMC_CAP2_BROKEN_VOLTAGEUlf Hansson2014-02-141-1/+0Star
* mmc: card: Remove host cap MMC_CAP2_SANITIZEUlf Hansson2014-02-141-1/+0Star
* mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson2014-02-141-4/+1Star
* mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson2013-10-311-0/+1
* mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson2013-10-311-3/+0Star
* mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson2013-10-311-1/+0Star
* mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-271-1/+1
* mmc: return mmc_of_parse() errors to callerSimon Baatz2013-06-271-1/+1
* mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson2013-05-261-4/+0Star
* mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson2013-05-261-1/+1
* mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2013-05-261-0/+1
* mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling modeUlf Hansson2013-05-261-1/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-05-071-2/+0Star
|\
| * leds: trigger: use inline functions instead of macrosKim, Milo2013-04-011-2/+0Star
* | mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter2013-04-121-0/+1
* | mmc: sdio: bind acpi with sdio function deviceAaron Lu2013-03-221-0/+2
|/
* mmc: (cosmetic) remove "extern" from function declarationsGuennadi Liakhovetski2013-02-241-11/+11
* mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski2013-02-241-0/+1
* mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon2013-02-241-0/+5
* mmc: add packed command feature of eMMC4.5Seungwon Jeon2013-02-241-0/+4
* mmc: sdhci: enhance preset value functionKevin Liu2013-02-241-1/+0Star