summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
...
* mmc: sdhci: handle busy-end interrupt during commandChanho Min2014-09-091-2/+15
* sdhci: Make sdhci_disable_irq_wakeups() staticFabio Estevam2014-09-091-2/+1
* mmc: sdhci: move timeout_clk dynamically calculation code into common codeAisheng Dong2014-09-091-11/+13
* mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_hostAisheng Dong2014-09-091-17/+17
* mmc: sdhci: add platform set_timeout hookAisheng Dong2014-09-091-5/+14
* mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong2014-09-091-2/+7
* sdhci : recompute timeout_clk when neededMatthieu CASTET2014-09-091-1/+7
* sdhci : handle busy timeout irqMatthieu CASTET2014-09-091-0/+5
* mmc: sdhci: fix the wrong type of currChuanxiao.Dong2014-09-091-1/+1
* mmc: sdhci: Replace host->mmc with mmc where possibleMarkus Mayer2014-07-091-15/+15
* mmc: sdhci: avoid double-delay while transitioning to 1.8VRussell King2014-07-091-3/+0
* mmc: sdhci: Remove blank lineUlf Hansson2014-07-091-1/+0
* mmc: sdhci: Improve external VDD regulator supportTim Kryger2014-07-091-7/+9
* mmc: sdhci: Remove unused ret variablesMarkus Pargmann2014-07-091-4/+3
* mmc: sdhci: Use mmc core regulator infrastuctureTim Kryger2014-07-091-61/+36
* mmc: sdhci: SD tuning is broken for some controllersAl Cooper2014-05-221-15/+9
* mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King2014-05-221-18/+26
* mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King2014-05-221-9/+7
* mmc: sdhci: move regulator handling into sdhci_set_power()Russell King2014-05-221-37/+35
* mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King2014-05-221-6/+0
* mmc: sdhci: clean up sdhci_execute_tuning() decisionRussell King2014-05-221-16/+15
* mmc: sdhci: cache timing information locallyRussell King2014-05-221-11/+12
* mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-221-20/+24
* mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King2014-05-221-11/+6
* mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King2014-05-221-2/+2
* mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King2014-05-221-5/+4
* mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()Russell King2014-05-221-16/+5
* mmc: sdhci: convert ADMA descriptors to a coherent allocationRussell King2014-05-221-21/+22
* mmc: sdhci: avoid sync'ing the SG if there's no misalignmentRussell King2014-05-221-1/+10
* mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc codeRussell King2014-05-221-5/+0
* mmc: sdhci: convert reset into a library functionRussell King2014-05-221-23/+24
* mmc: sdhci: convert generic bus width setup to library functionRussell King2014-05-221-23/+22
* mmc: sdhci: plug hole in disabling card detection interruptsRussell King2014-05-221-8/+9
* mmc: sdhci: more efficient interrupt enable register handlingRussell King2014-05-221-51/+47
* mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King2014-05-221-4/+3
* mmc: sdhci: push card_tasklet into threaded irq handlerRussell King2014-05-221-14/+9
* mmc: sdhci: convert to new SDIO IRQ handlingRussell King2014-05-221-23/+39
* mmc: sdhci: clean up sdio interrupt enable handlingRussell King2014-05-221-18/+17
* mmc: sdhci: clean up interrupt handlingRussell King2014-05-221-66/+58
* mmc: sdhci: remove mdelay in eMMC tuningNick Sanders2014-05-131-1/+4
* mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-1/+3
* sdhci: only reprogram retuning timer when flag is setArend van Spriel2014-03-251-4/+3
* mmc: sdhci: Allow for irq being sharedAdrian Hunter2014-03-171-3/+1
* mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson2014-02-231-4/+4
* mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson2014-02-231-1/+1
* mmc: sdhci: add support for realtek rts5250Micky Ching2014-02-221-1/+2
* mmc: sdhci: Allow for long command timeoutsAdrian Hunter2014-01-201-1/+6
* mmc: sdhci: fix lockdep error in tuning routineAisheng Dong2014-01-171-13/+7
* mmc: sdhci: add quirk for broken HS200 supportDavid Cohen2014-01-131-1/+2
* mmc: sdhci: Setting the host->mrq to NULL before executing tuningChuansheng Liu2014-01-131-0/+7