summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
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
2014-02-22mmc: sdhci: add support for realtek rts5250Micky Ching
2014-01-20mmc: sdhci: Allow for long command timeoutsAdrian Hunter
2014-01-17mmc: sdhci: fix lockdep error in tuning routineAisheng Dong
2014-01-13mmc: sdhci: add quirk for broken HS200 supportDavid Cohen
2014-01-13mmc: sdhci: Setting the host->mrq to NULL before executing tuningChuansheng Liu
2013-11-26mmc: sdhci: clear auto cmd setting bits for no data cmdsDong Aisheng
2013-11-08mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irqAlexey Neyman
2013-10-30mmc: sdhci: Move away from using deprecated APIsUlf Hansson
2013-10-21mmc: sdhci: remove unneeded call when have preset value quirkDong Aisheng
2013-10-21mmc: sdhci: report error once the maximum tuning loops exhausted or timeoutDong Aisheng
2013-09-26mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng
2013-09-26mmc: sdhci: add hooks for platform specific tuningDong Aisheng
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-08-26mmc: sdhci: get voltage from sdhc hostHaijun Zhang
2013-08-24mmc: sdhci: request irq after sdhci_init() is calledShawn Guo
2013-07-31mmc: sdhci: Indicate that regulators may be absentMark Brown
2013-07-05mmc: sdhci: add card_event callback to sdhciChristian Daudt
2013-07-05mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO
2013-06-27mmc: sdhci: fix caps2 for HS200Giuseppe CAVALLARO
2013-06-27mmc: sdhci: improve card removal check in sdhci_card_event()Shawn Guo
2013-05-26mmc: sdhci: add ability to stay runtime-resumed if the card is powered upAdrian Hunter
2013-03-22mmc: sdhci: Don't ignore regulator_enable() return valueChris Ball
2013-03-22mmc: sdhci: add get_cd() implementationKevin Liu
2013-02-24mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch()Fabio Estevam