aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAge
* mmc: sdhci: Replace host->mmc with mmc where possibleMarkus Mayer2014-07-09
* mmc: sdhci: avoid double-delay while transitioning to 1.8VRussell King2014-07-09
* mmc: sdhci: Remove blank lineUlf Hansson2014-07-09
* mmc: sdhci: Improve external VDD regulator supportTim Kryger2014-07-09
* mmc: sdhci: Remove unused ret variablesMarkus Pargmann2014-07-09
* mmc: sdhci: Use mmc core regulator infrastuctureTim Kryger2014-07-09
* mmc: sdhci: SD tuning is broken for some controllersAl Cooper2014-05-22
* mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King2014-05-22
* mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King2014-05-22
* mmc: sdhci: move regulator handling into sdhci_set_power()Russell King2014-05-22
* mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King2014-05-22
* mmc: sdhci: clean up sdhci_execute_tuning() decisionRussell King2014-05-22
* mmc: sdhci: cache timing information locallyRussell King2014-05-22
* mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-22
* mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King2014-05-22
* mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King2014-05-22
* mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King2014-05-22
* mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()Russell King2014-05-22
* mmc: sdhci: convert ADMA descriptors to a coherent allocationRussell King2014-05-22
* mmc: sdhci: avoid sync'ing the SG if there's no misalignmentRussell King2014-05-22
* mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc codeRussell King2014-05-22
* mmc: sdhci: convert reset into a library functionRussell King2014-05-22
* mmc: sdhci: convert generic bus width setup to library functionRussell King2014-05-22
* mmc: sdhci: plug hole in disabling card detection interruptsRussell King2014-05-22
* mmc: sdhci: more efficient interrupt enable register handlingRussell King2014-05-22
* mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King2014-05-22
* mmc: sdhci: push card_tasklet into threaded irq handlerRussell King2014-05-22
* mmc: sdhci: convert to new SDIO IRQ handlingRussell King2014-05-22
* mmc: sdhci: clean up sdio interrupt enable handlingRussell King2014-05-22
* mmc: sdhci: clean up interrupt handlingRussell King2014-05-22
* mmc: sdhci: remove mdelay in eMMC tuningNick Sanders2014-05-13
* mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-20
* sdhci: only reprogram retuning timer when flag is setArend van Spriel2014-03-25
* mmc: sdhci: Allow for irq being sharedAdrian Hunter2014-03-17
* mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson2014-02-23
* mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson2014-02-23
* mmc: sdhci: add support for realtek rts5250Micky Ching2014-02-22
* mmc: sdhci: Allow for long command timeoutsAdrian Hunter2014-01-20
* mmc: sdhci: fix lockdep error in tuning routineAisheng Dong2014-01-17
* mmc: sdhci: add quirk for broken HS200 supportDavid Cohen2014-01-13
* mmc: sdhci: Setting the host->mrq to NULL before executing tuningChuansheng Liu2014-01-13
* mmc: sdhci: clear auto cmd setting bits for no data cmdsDong Aisheng2013-11-26
* mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irqAlexey Neyman2013-11-08
* mmc: sdhci: Move away from using deprecated APIsUlf Hansson2013-10-30
* mmc: sdhci: remove unneeded call when have preset value quirkDong Aisheng2013-10-21
* mmc: sdhci: report error once the maximum tuning loops exhausted or timeoutDong Aisheng2013-10-21
* mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng2013-09-26
* mmc: sdhci: add hooks for platform specific tuningDong Aisheng2013-09-26
* Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-10
|\
| * mmc: sdhci: get voltage from sdhc hostHaijun Zhang2013-08-26