summaryrefslogtreecommitdiff
path: root/include/linux/mmc/host.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-01mmc: core: Add 'card' to drive strength selection callbackAdrian Hunter1-1/+2
2015-06-01mmc: core: Allow card drive strength to be different to hostAdrian Hunter1-1/+2
2015-06-01mmc: Add support for disabling write-protect detectionLars-Peter Clausen1-0/+1
2015-06-01mmc: host: Add facility to support re-tuningAdrian Hunter1-0/+23
2015-03-27mmc: core: Remove the ->enable|disable() callbacksNeilBrown1-6/+0
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson1-0/+2
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson1-2/+0
2014-11-26mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supportedAdrian Hunter1-0/+1
2014-09-24mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng1-0/+1
2014-09-09mmc: remove MMC_CAP2_NO_MULTI_READ flagsKuninori Morimoto1-1/+0
2014-09-09mmc: Add .multi_io_quirk callback for multi I/O HW bugKuninori Morimoto1-0/+7
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer1-0/+3
2014-05-22mmc: sdio_irq: rework sdio irq handlingRussell King1-0/+3
2014-05-13mmc: core: Improve support for deferred regulatorsTim Kryger1-6/+2
2014-05-13mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon1-0/+14
2014-05-13mmc: identify available device type to selectSeungwon Jeon1-6/+0
2014-05-13mmc: drop the speed mode of card's stateSeungwon Jeon1-0/+23
2014-04-22mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer1-0/+2
2014-04-21mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-1/+2
2014-02-23mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson1-1/+1
2014-02-14mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson1-1/+0
2014-02-14mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson1-2/+0
2014-02-14mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMDUlf Hansson1-1/+0
2014-02-14mmc: core: Remove unused host cap MMC_CAP2_BROKEN_VOLTAGEUlf Hansson1-1/+0
2014-02-14mmc: card: Remove host cap MMC_CAP2_SANITIZEUlf Hansson1-1/+0
2014-02-14mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson1-4/+1
2013-10-31mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson1-0/+1
2013-10-31mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson1-3/+0
2013-10-31mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson1-1/+0
2013-06-27mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson1-1/+1
2013-06-27mmc: return mmc_of_parse() errors to callerSimon Baatz1-1/+1
2013-05-26mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson1-4/+0
2013-05-26mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson1-1/+1
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez1-0/+1
2013-05-26mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling modeUlf Hansson1-1/+0
2013-05-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds1-2/+0
2013-04-12mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter1-0/+1
2013-04-01leds: trigger: use inline functions instead of macrosKim, Milo1-2/+0
2013-03-22mmc: sdio: bind acpi with sdio function deviceAaron Lu1-0/+2
2013-02-24mmc: (cosmetic) remove "extern" from function declarationsGuennadi Liakhovetski1-11/+11
2013-02-24mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski1-0/+1
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon1-0/+5
2013-02-24mmc: add packed command feature of eMMC4.5Seungwon Jeon1-0/+4
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu1-1/+0
2013-02-24mmc: core: Add card_busy to host_opsJohan Rudholm1-0/+3
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman1-0/+17
2013-02-11mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequenceSujit Reddy Thumma1-0/+8
2012-12-07mmc: add a card-event host operationGuennadi Liakhovetski1-0/+1
2012-12-06mmc: host: Make UHS timing values fully uniqueKevin Liu1-6/+6
2012-12-06mmc: Standardise capability typeLee Jones1-2/+2