aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-10mmc: sdhci: fix error conditions for controller resetAndrew Gabbasov1-3/+4
2014-11-10mmc: sdhci: Balance vmmc regulator_disable()Andrew Gabbasov1-3/+0
2014-10-03mmc: sdhci: Let a driver override timeout clock frequencyAdrian Hunter1-0/+6
2014-10-03mmc: sdhci: Add quirk for always getting TC with stop cmdAdrian Hunter1-2/+6
2014-09-24mmc: sdhci: execute tuning when device is not busyYi Sun1-3/+4
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-18/+16
2014-09-09mmc: sdhci: check 1.2v IO capability for SDHC hostChuanxiao.Dong1-1/+6
2014-09-09mmc: sdhci: handle busy-end interrupt during commandChanho Min1-2/+15
2014-09-09sdhci: Make sdhci_disable_irq_wakeups() staticFabio Estevam1-2/+1
2014-09-09mmc: sdhci: move timeout_clk dynamically calculation code into common codeAisheng Dong1-11/+13
2014-09-09mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_hostAisheng Dong1-17/+17
2014-09-09mmc: sdhci: add platform set_timeout hookAisheng Dong1-5/+14
2014-09-09mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong1-2/+7
2014-09-09sdhci : recompute timeout_clk when neededMatthieu CASTET1-1/+7
2014-09-09sdhci : handle busy timeout irqMatthieu CASTET1-0/+5
2014-09-09mmc: sdhci: fix the wrong type of currChuanxiao.Dong1-1/+1
2014-07-09mmc: sdhci: Replace host->mmc with mmc where possibleMarkus Mayer1-15/+15
2014-07-09mmc: sdhci: avoid double-delay while transitioning to 1.8VRussell King1-3/+0
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-13mmc: sdhci: remove mdelay in eMMC tuningNick Sanders1-1/+4
2014-04-20mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-1/+3
2014-03-25sdhci: only reprogram retuning timer when flag is setArend van Spriel1-4/+3
2014-03-17mmc: sdhci: Allow for irq being sharedAdrian Hunter1-3/+1