summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22mmc: sdhci: do not enable card detect interrupt for gpio cd typeHaibo Chen1-1/+1
2020-01-29mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław1-4/+6
2019-12-31mmc: sdhci: Add a quirk for broken command queuingAdrian Hunter1-0/+3
2019-12-31mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas1-2/+2
2019-12-31Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas1-3/+1
2019-10-11mmc: sdhci: improve ADMA error reportingRussell King1-5/+10
2019-10-05mmc: sdhci: Fix incorrect switch to HS modeAl Cooper1-1/+3
2019-04-27mmc: sdhci: Handle auto-command errorsAdrian Hunter1-0/+35
2019-04-27mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter1-2/+2
2019-04-27mmc: sdhci: Fix data command CRC error handlingAdrian Hunter1-25/+15
2018-12-19mmc: sdhci: fix the timeout check window for clock and resetAlek Du1-5/+13
2018-07-30mmc: sdhci: Add support for O2 hardware tuningernest.zhang1-1/+3
2018-07-30mmc: sdhci: Export sdhci tuning function symbolernest.zhang1-4/+8
2018-07-16mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner1-1/+8
2018-05-03mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I1-7/+45
2018-05-03mmc: sdhci: Factor out target_timeout calculationAdrian Hunter1-18/+30
2018-05-03mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter1-4/+34
2018-05-03mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I1-0/+10
2018-03-05mmc: sdhci: Do not unnecessarily enable wakeup for SDIO card interruptAdrian Hunter1-2/+7
2018-03-05mmc: sdhci: Do not unnecessarily enable wakeup for card detect interruptAdrian Hunter1-1/+9
2018-01-31mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij1-8/+156
2018-01-17mmc: sdhci: Rework sdhci_enable_irq_wakeups()Adrian Hunter1-10/+15
2018-01-17mmc: sdhci: Handle failure of enable_irq_wake()Adrian Hunter1-9/+15
2018-01-17mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()Adrian Hunter1-2/+1
2018-01-11sdhci: Advertise 2.0v supply on SDIO host controllerAndy Shevchenko1-0/+7
2017-11-28mmc: sdhci: Avoid swiotlb buffer being fullUlf Hansson1-10/+18
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook1-7/+6
2017-10-30mmc: sdhci: catch all errors when getting regulatorsWolfram Sang1-1/+1
2017-08-30mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRCKishon Vijay Abraham I1-0/+3
2017-08-30mmc: sdhci: Tidy reading 136-bit responsesAdrian Hunter1-10/+18
2017-08-30mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handlingyangbo lu1-13/+14
2017-08-30mmc: sdhci: key 8BITBUS bit off MMC_CAP_8_BIT_DATAMichał Mirosław1-3/+2
2017-08-30mmc: sdhci: add sdma_boundary member to struct sdhci_hostSrinivas Kandagatla1-5/+8
2017-08-30mmc: sdhci: ignore restoring the I/O state if MMC_POWER_OFFZhoujie Wu1-1/+2
2017-08-30mmc: sdhci: remove CONFIG_MMC_DEBUG from the driverShawn Lin1-8/+7
2017-04-24mmc: sdhci: Control the delay between tuning commandsAdrian Hunter1-3/+8
2017-04-24mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.cHu Ziji1-1/+2
2017-04-24mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.cHu Ziji1-2/+3
2017-04-24mmc: sdhci: Export sdhci_set_ios() from sdhci.cHu Ziji1-1/+2
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-6/+3
2017-04-24mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin1-7/+9
2017-04-24mmc: sdhci: Add CQE supportAdrian Hunter1-3/+127
2017-04-24mmc: sdhci: Factor out sdhci_set_default_irqsAdrian Hunter1-8/+13
2017-04-24mmc: sdhci: Add sdhci_cleanup_hostAdrian Hunter1-11/+26
2017-04-24mmc: sdhci: Export sdhci_dumpregsAdrian Hunter1-1/+2
2017-04-24mmc: sdhci: Improve register dump print formatAdrian Hunter1-51/+53
2017-04-24mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs()Adrian Hunter1-5/+5
2017-04-24mmc: sdhci: Add response register to register dumpAdrian Hunter1-0/+7
2017-04-24mmc: sdhci: Improve debug print formatAdrian Hunter1-16/+12
2017-04-24mmc: sdhci: Reduce spin lock usage in sdhci_execute_tuningAdrian Hunter1-22/+14