aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2019-10-11mmc: sdhci: improve ADMA error reportingRussell King
2019-10-05mmc: sdhci: Fix incorrect switch to HS modeAl Cooper
2019-04-27mmc: sdhci: Handle auto-command errorsAdrian Hunter
2019-04-27mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter
2019-04-27mmc: sdhci: Fix data command CRC error handlingAdrian Hunter
2018-12-19mmc: sdhci: fix the timeout check window for clock and resetAlek Du
2018-07-30mmc: sdhci: Add support for O2 hardware tuningernest.zhang
2018-07-30mmc: sdhci: Export sdhci tuning function symbolernest.zhang
2018-07-16mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner
2018-05-03mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I
2018-05-03mmc: sdhci: Factor out target_timeout calculationAdrian Hunter
2018-05-03mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter
2018-05-03mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I
2018-03-05mmc: sdhci: Do not unnecessarily enable wakeup for SDIO card interruptAdrian Hunter
2018-03-05mmc: sdhci: Do not unnecessarily enable wakeup for card detect interruptAdrian Hunter
2018-01-31mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij
2018-01-17mmc: sdhci: Rework sdhci_enable_irq_wakeups()Adrian Hunter
2018-01-17mmc: sdhci: Handle failure of enable_irq_wake()Adrian Hunter
2018-01-17mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()Adrian Hunter
2018-01-11sdhci: Advertise 2.0v supply on SDIO host controllerAndy Shevchenko
2017-11-28mmc: sdhci: Avoid swiotlb buffer being fullUlf Hansson
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook
2017-10-30mmc: sdhci: catch all errors when getting regulatorsWolfram Sang
2017-08-30mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRCKishon Vijay Abraham I
2017-08-30mmc: sdhci: Tidy reading 136-bit responsesAdrian Hunter
2017-08-30mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handlingyangbo lu
2017-08-30mmc: sdhci: key 8BITBUS bit off MMC_CAP_8_BIT_DATAMichał Mirosław
2017-08-30mmc: sdhci: add sdma_boundary member to struct sdhci_hostSrinivas Kandagatla
2017-08-30mmc: sdhci: ignore restoring the I/O state if MMC_POWER_OFFZhoujie Wu
2017-08-30mmc: sdhci: remove CONFIG_MMC_DEBUG from the driverShawn Lin
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