summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09mmc: sdhci: Remove blank lineUlf Hansson1-1/+0
2014-07-09mmc: sdhci: Improve external VDD regulator supportTim Kryger1-7/+9
2014-07-09mmc: sdhci: Remove unused ret variablesMarkus Pargmann1-4/+3
2014-07-09mmc: sdhci: Use mmc core regulator infrastuctureTim Kryger1-61/+36
2014-05-22mmc: sdhci: SD tuning is broken for some controllersAl Cooper1-15/+9
2014-05-22mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King1-18/+26
2014-05-22mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King1-9/+7
2014-05-22mmc: sdhci: move regulator handling into sdhci_set_power()Russell King1-37/+35
2014-05-22mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King1-6/+0
2014-05-22mmc: sdhci: clean up sdhci_execute_tuning() decisionRussell King1-16/+15
2014-05-22mmc: sdhci: cache timing information locallyRussell King1-11/+12
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King1-20/+24
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King1-11/+6
2014-05-22mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King1-2/+2
2014-05-22mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King1-5/+4
2014-05-22mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()Russell King1-16/+5
2014-05-22mmc: sdhci: convert ADMA descriptors to a coherent allocationRussell King1-21/+22
2014-05-22mmc: sdhci: avoid sync'ing the SG if there's no misalignmentRussell King1-1/+10
2014-05-22mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc codeRussell King1-5/+0
2014-05-22mmc: sdhci: convert reset into a library functionRussell King1-23/+24
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King1-23/+22
2014-05-22mmc: sdhci: plug hole in disabling card detection interruptsRussell King1-8/+9
2014-05-22mmc: sdhci: more efficient interrupt enable register handlingRussell King1-51/+47
2014-05-22mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King1-4/+3
2014-05-22mmc: sdhci: push card_tasklet into threaded irq handlerRussell King1-14/+9
2014-05-22mmc: sdhci: convert to new SDIO IRQ handlingRussell King1-23/+39
2014-05-22mmc: sdhci: clean up sdio interrupt enable handlingRussell King1-18/+17
2014-05-22mmc: sdhci: clean up interrupt handlingRussell King1-66/+58
2014-05-14mmc: sdhci: remove mdelay in eMMC tuningNick Sanders1-1/+4
2014-04-21mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-1/+3
2014-03-26sdhci: only reprogram retuning timer when flag is setArend van Spriel1-4/+3
2014-03-17mmc: sdhci: Allow for irq being sharedAdrian Hunter1-3/+1
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson1-4/+4
2014-02-23mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson1-1/+1
2014-02-22mmc: sdhci: add support for realtek rts5250Micky Ching1-1/+2
2014-01-20mmc: sdhci: Allow for long command timeoutsAdrian Hunter1-1/+6
2014-01-18mmc: sdhci: fix lockdep error in tuning routineAisheng Dong1-13/+7
2014-01-13mmc: sdhci: add quirk for broken HS200 supportDavid Cohen1-1/+2
2014-01-13mmc: sdhci: Setting the host->mrq to NULL before executing tuningChuansheng Liu1-0/+7
2013-11-27mmc: sdhci: clear auto cmd setting bits for no data cmdsDong Aisheng1-1/+6
2013-11-08mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irqAlexey Neyman1-0/+8
2013-10-31mmc: sdhci: Move away from using deprecated APIsUlf Hansson1-18/+2
2013-10-21mmc: sdhci: remove unneeded call when have preset value quirkDong Aisheng1-1/+2
2013-10-21mmc: sdhci: report error once the maximum tuning loops exhausted or timeoutDong Aisheng1-0/+1
2013-09-26mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng1-2/+2
2013-09-26mmc: sdhci: add hooks for platform specific tuningDong Aisheng1-0/+8
2013-09-11Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+5
2013-08-26mmc: sdhci: get voltage from sdhc hostHaijun Zhang1-0/+3
2013-08-25mmc: sdhci: request irq after sdhci_init() is calledShawn Guo1-2/+2
2013-07-31mmc: sdhci: Indicate that regulators may be absentMark Brown1-2/+2