summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* mmc: sdhci: Fix voltage switch delayAdrian Hunter2022-12-081-7/+54
* mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada2022-12-081-5/+5
* mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo2021-11-021-0/+6
* mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper2021-07-201-0/+4
* mmc: sdhci: do not enable card detect interrupt for gpio cd typeHaibo Chen2020-07-221-1/+1
* mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław2020-01-291-4/+6
* mmc: sdhci: Add a quirk for broken command queuingAdrian Hunter2019-12-311-0/+3
* mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas2019-12-311-2/+2
* Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas2019-12-311-3/+1
* mmc: sdhci: improve ADMA error reportingRussell King2019-10-111-5/+10
* mmc: sdhci: Fix incorrect switch to HS modeAl Cooper2019-10-051-1/+3
* mmc: sdhci: Handle auto-command errorsAdrian Hunter2019-04-271-0/+35
* mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter2019-04-271-2/+2
* mmc: sdhci: Fix data command CRC error handlingAdrian Hunter2019-04-271-25/+15
* mmc: sdhci: fix the timeout check window for clock and resetAlek Du2018-12-191-5/+13
* mmc: sdhci: Add support for O2 hardware tuningernest.zhang2018-07-301-1/+3
* mmc: sdhci: Export sdhci tuning function symbolernest.zhang2018-07-301-4/+8
* mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner2018-07-161-1/+8
* mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I2018-05-031-7/+45
* mmc: sdhci: Factor out target_timeout calculationAdrian Hunter2018-05-031-18/+30
* mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter2018-05-031-4/+34
* mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I2018-05-031-0/+10
* mmc: sdhci: Do not unnecessarily enable wakeup for SDIO card interruptAdrian Hunter2018-03-051-2/+7
* mmc: sdhci: Do not unnecessarily enable wakeup for card detect interruptAdrian Hunter2018-03-051-1/+9
* mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij2018-01-311-8/+156
* mmc: sdhci: Rework sdhci_enable_irq_wakeups()Adrian Hunter2018-01-171-10/+15
* mmc: sdhci: Handle failure of enable_irq_wake()Adrian Hunter2018-01-171-9/+15
* mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()Adrian Hunter2018-01-171-2/+1
* sdhci: Advertise 2.0v supply on SDIO host controllerAndy Shevchenko2018-01-111-0/+7
* mmc: sdhci: Avoid swiotlb buffer being fullUlf Hansson2017-11-281-10/+18
* mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-7/+6
* mmc: sdhci: catch all errors when getting regulatorsWolfram Sang2017-10-301-1/+1
* mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRCKishon Vijay Abraham I2017-08-301-0/+3
* mmc: sdhci: Tidy reading 136-bit responsesAdrian Hunter2017-08-301-10/+18
* mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handlingyangbo lu2017-08-301-13/+14
* mmc: sdhci: key 8BITBUS bit off MMC_CAP_8_BIT_DATAMichał Mirosław2017-08-301-3/+2
* mmc: sdhci: add sdma_boundary member to struct sdhci_hostSrinivas Kandagatla2017-08-301-5/+8
* mmc: sdhci: ignore restoring the I/O state if MMC_POWER_OFFZhoujie Wu2017-08-301-1/+2
* mmc: sdhci: remove CONFIG_MMC_DEBUG from the driverShawn Lin2017-08-301-8/+7
* mmc: sdhci: Control the delay between tuning commandsAdrian Hunter2017-04-241-3/+8
* mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.cHu Ziji2017-04-241-1/+2
* mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.cHu Ziji2017-04-241-2/+3
* mmc: sdhci: Export sdhci_set_ios() from sdhci.cHu Ziji2017-04-241-1/+2
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-6/+3
* mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin2017-04-241-7/+9
* mmc: sdhci: Add CQE supportAdrian Hunter2017-04-241-3/+127
* mmc: sdhci: Factor out sdhci_set_default_irqsAdrian Hunter2017-04-241-8/+13
* mmc: sdhci: Add sdhci_cleanup_hostAdrian Hunter2017-04-241-11/+26
* mmc: sdhci: Export sdhci_dumpregsAdrian Hunter2017-04-241-1/+2