summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2014-10-03mmc: sdhci: Let a driver override timeout clock frequencyAdrian Hunter
2014-10-03mmc: sdhci: Add quirk for always getting TC with stop cmdAdrian Hunter
2014-09-24mmc: sdhci: execute tuning when device is not busyYi Sun
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-09mmc: sdhci: check 1.2v IO capability for SDHC hostChuanxiao.Dong
2014-09-09mmc: sdhci: handle busy-end interrupt during commandChanho Min
2014-09-09sdhci: Make sdhci_disable_irq_wakeups() staticFabio Estevam
2014-09-09mmc: sdhci: move timeout_clk dynamically calculation code into common codeAisheng Dong
2014-09-09mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_hostAisheng Dong
2014-09-09mmc: sdhci: add platform set_timeout hookAisheng Dong
2014-09-09mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong
2014-09-09sdhci : recompute timeout_clk when neededMatthieu CASTET
2014-09-09sdhci : handle busy timeout irqMatthieu CASTET
2014-09-09mmc: sdhci: fix the wrong type of currChuanxiao.Dong
2014-07-09mmc: sdhci: Replace host->mmc with mmc where possibleMarkus Mayer
2014-07-09mmc: sdhci: avoid double-delay while transitioning to 1.8VRussell King
2014-07-09mmc: sdhci: Remove blank lineUlf Hansson
2014-07-09mmc: sdhci: Improve external VDD regulator supportTim Kryger
2014-07-09mmc: sdhci: Remove unused ret variablesMarkus Pargmann
2014-07-09mmc: sdhci: Use mmc core regulator infrastuctureTim Kryger
2014-05-22mmc: sdhci: SD tuning is broken for some controllersAl Cooper
2014-05-22mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King
2014-05-22mmc: sdhci: move remaining power handling into sdhci_set_power()Russell King
2014-05-22mmc: sdhci: move regulator handling into sdhci_set_power()Russell King
2014-05-22mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King
2014-05-22mmc: sdhci: clean up sdhci_execute_tuning() decisionRussell King
2014-05-22mmc: sdhci: cache timing information locallyRussell King
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King
2014-05-22mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King
2014-05-22mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King
2014-05-22mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()Russell King
2014-05-22mmc: sdhci: convert ADMA descriptors to a coherent allocationRussell King
2014-05-22mmc: sdhci: avoid sync'ing the SG if there's no misalignmentRussell King
2014-05-22mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc codeRussell King
2014-05-22mmc: sdhci: convert reset into a library functionRussell King
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King
2014-05-22mmc: sdhci: plug hole in disabling card detection interruptsRussell King
2014-05-22mmc: sdhci: more efficient interrupt enable register handlingRussell King
2014-05-22mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King
2014-05-22mmc: sdhci: push card_tasklet into threaded irq handlerRussell King
2014-05-22mmc: sdhci: convert to new SDIO IRQ handlingRussell King
2014-05-22mmc: sdhci: clean up sdio interrupt enable handlingRussell King
2014-05-22mmc: sdhci: clean up interrupt handlingRussell King
2014-05-13mmc: sdhci: remove mdelay in eMMC tuningNick Sanders
2014-04-20mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon
2014-03-25sdhci: only reprogram retuning timer when flag is setArend van Spriel
2014-03-17mmc: sdhci: Allow for irq being sharedAdrian Hunter
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson
2014-02-23mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson