summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-sprd.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-sprd: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter2023-01-231-4/+2
* mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400KWenchao Chen2022-12-091-7/+9
* mmc: sdhci-sprd: Fix no reset data and command after voltage switchWenchao Chen2022-12-011-1/+3
* mmc: sdhci-sprd: Fix minimum clock limitWenchao Chen2022-10-111-1/+1
* mmc: sdhci-sprd: Fix the limitation of divWenchao Chen2022-09-201-3/+3
* mmc: sdhci-sprd: Wait until DLL locked after being configuredZhenxiong Lai2021-10-121-0/+13
* mmc: sdhci-sprd: use sdhci_sprd_writewKrzysztof Kozlowski2021-06-141-0/+1
* mmc: sdhci-sprd: Fix some resource leaks in the remove functionChristophe JAILLET2021-02-011-3/+3
* mmc: sdhci-sprd: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-241-1/+1
* mmc: sdhci: fix indentation mistakesKrzysztof Kozlowski2020-09-251-2/+2
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v5.4Douglas Anderson2020-09-071-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mmc: host: sdhci-sprd: Implement the request_atomic() APIBaolin Wang2020-05-281-3/+20
* mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut2020-05-281-1/+1
* mmc: sdhci-sprd: Drop redundant cap flagsUlf Hansson2020-05-281-1/+2
* mmc: sdhci-sprd: Set the missing MMC_CAP_WAIT_WHILE_BUSY flagBaolin Wang2020-03-241-1/+1
* mmc: host: sdhci-sprd: Add software queue supportBaolin Wang2020-03-241-0/+28
* mmc: sdhci-sprd: clear the UHS-I modes read from registersChunyan Zhang2019-08-301-1/+12
* mms: sdhci-sprd: add SDHCI_QUIRK_BROKEN_CARD_DETECTIONChunyan Zhang2019-08-301-1/+2
* mmc: sdhci-sprd: add SDHCI_QUIRK2_PRESET_VALUE_BROKENChunyan Zhang2019-08-301-1/+2
* mmc: sdhci-sprd: add get_ro hook functionChunyan Zhang2019-08-301-0/+6
* mmc: sdhci-sprd: fixed incorrect clock dividerChunyan Zhang2019-08-301-3/+4
* mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resumingBaolin Wang2019-08-061-1/+1
* mmc: host: sdhci-sprd: Fix the missing pm_runtime_put_noidle()Baolin Wang2019-07-221-0/+1
* mmc: sdhci-sprd: Add pin control support for voltage switchBaolin Wang2019-07-101-0/+54
* mmc: sdhci-sprd: Add start_signal_voltage_switch opsBaolin Wang2019-07-101-0/+24
* mmc: sdhci-sprd: Add PHY DLL delay configurationBaolin Wang2019-06-101-0/+51
* mmc: sdhci-sprd: Enable PHY DLL to make clock stableBaolin Wang2019-06-101-1/+43
* mmc: sdhci-sprd: Add HS400 enhanced strobe modeBaolin Wang2019-06-101-0/+32
* mmc: sdhci-sprd: Implement the get_max_timeout_count() interfaceBaolin Wang2019-06-101-0/+7
* mmc: sdhci-sprd: Add optional gate clock supportBaolin Wang2019-06-101-6/+29
* mmc: sdhci-sprd: Check the enable clock's return value correctlyBaolin Wang2019-06-101-1/+1
* mmc: sdhci-sprd: Add Spreadtrum's initial host controllerChunyan Zhang2018-10-081-0/+498