summary refs log tree commit diff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2017-04-24mmc: sdhci: Control the delay between tuning commandsAdrian Hunter
2017-04-24mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.cHu Ziji
2017-04-24mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.cHu Ziji
2017-04-24mmc: sdhci: Export sdhci_set_ios() from sdhci.cHu Ziji
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit
2017-04-24mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin
2017-04-24mmc: sdhci: Add CQE supportAdrian Hunter
2017-04-24mmc: sdhci: Factor out sdhci_set_default_irqsAdrian Hunter
2017-04-24mmc: sdhci: Add sdhci_cleanup_hostAdrian Hunter
2017-04-24mmc: sdhci: Export sdhci_dumpregsAdrian Hunter
2017-04-24mmc: sdhci: Improve register dump print formatAdrian Hunter
2017-04-24mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs()Adrian Hunter
2017-04-24mmc: sdhci: Add response register to register dumpAdrian Hunter
2017-04-24mmc: sdhci: Improve debug print formatAdrian Hunter
2017-04-24mmc: sdhci: Reduce spin lock usage in sdhci_execute_tuningAdrian Hunter
2017-04-24mmc: sdhci: Do not use spin lock in set_ios pathsAdrian Hunter
2017-04-24mmc: sdhci: Remove ->select_drive_strength() callbackAdrian Hunter
2017-04-24mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter
2017-04-24mmc: sdhci: Optimize delay loopsAdrian Hunter
2017-03-30mmc: sdhci: Disable runtime pm when the sdio_irq is enabledHans de Goede
2017-03-23mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter
2017-02-13mmc: sdhci: Clear SDHCI_HS400_TUNING flag after platform_execute_tuningRitesh Harjani
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada
2017-01-31mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi
2016-12-20mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter
2016-12-08mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada
2016-12-05mmc: sdhci: Tidy tuning loopAdrian Hunter
2016-12-05mmc: sdhci: Simplify tuning block size logicAdrian Hunter
2016-12-05mmc: sdhci: Factor out tuning helper functionsAdrian Hunter
2016-12-05mmc: sdhci: Use mmc_abort_tuning()Adrian Hunter
2016-12-05mmc: sdhci: Always allow tuning to fall back to fixed samplingAdrian Hunter
2016-12-05mmc: sdhci: Fix tuning reset after exhausting the maximum number of loopsAdrian Hunter
2016-12-05mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter
2016-12-05Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij
2016-11-29mmc: sdhci: Factor out sdhci_enable_clkRitesh Harjani
2016-11-29mmc: sdhci: Use sdhci-caps-mask and sdhci-caps to change the caps read during...Zach Brown
2016-11-29mmc: sdhci: put together into one condition checkingJaehoon Chung
2016-11-07mmc: sdhci: Fix missing enhanced strobe setting during runtime resumeAdrian Hunter
2016-11-07mmc: sdhci: Reset cmd and data circuits after tuning failureAdrian Hunter
2016-11-07mmc: sdhci: Fix unexpected data interrupt handlingAdrian Hunter
2016-11-07mmc: sdhci: Fix CMD line reset interfering with ongoing data transferAdrian Hunter
2016-10-17mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen
2016-10-10mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()Adrian Hunter
2016-10-10mmc: sdhci: Fix SDHCI_QUIRK2_STOP_WITH_TCAdrian Hunter
2016-09-26mmc: sdhci: Support cap_cmd_during_tfr requestsAdrian Hunter
2016-09-26mmc: sdhci: Do not allow tuning procedure to be interruptedChristopher Freeman
2016-07-25mmc: sdhci: Request regulators before reading capabilitiesJon Hunter
2016-07-25mmc: sdhci: add standard hw auto retuning supportDong Aisheng
2016-07-25mmc: sdhci: using common mmc_regulator_set_vqmmc()Dong Aisheng