summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
...
* | | | mmc: sdhci-msm: Fix error handling for dev_pm_opp_of_add_table()Rajendra Nayak2020-05-281-11/+16
* | | | mmc: renesas_sdhi: Avoid bad TAP in HS400Takeshi Saito2020-05-282-8/+48
* | | | mmc: renesas_sdhi: handle M3-W ES1.2 and 1.3 revisionsWolfram Sang2020-05-281-0/+6
* | | | mmc: mmc_spi: Respect the cmd->busy_timeout from the mmc coreUlf Hansson2020-05-281-3/+6
* | | | mmc: mmc_spi: Add/rename defines for timeoutsUlf Hansson2020-05-281-10/+5
* | | | mmc: via-sdmmc: Respect the cmd->busy_timeout from the mmc coreUlf Hansson2020-05-281-1/+6
* | | | mmc: tifm_sd: Inform the mmc core about the maximum busy timeoutUlf Hansson2020-05-281-1/+8
* | | | mmc: sdricoh_cs: Drop redundant in-parameter to sdricoh_query_status()Ulf Hansson2020-05-281-8/+7
* | | | mmc: sdricoh_cs: Move MMC_APP_CMD handling to sdricoh_mmc_cmd()Ulf Hansson2020-05-281-13/+14
* | | | mmc: sdricoh_cs: Use MMC_APP_CMD rather than a hardcoded numberUlf Hansson2020-05-281-1/+2
* | | | mmc: sdricoh_cs: Drop unused definesUlf Hansson2020-05-281-2/+0
* | | | mmc: owl-mmc: Respect the cmd->busy_timeout from the mmc coreUlf Hansson2020-05-281-1/+7
* | | | mmc: jz4740: Inform the mmc core about the maximum busy timeoutUlf Hansson2020-05-281-2/+11
* | | | mmc: sdhci-pci-o2micro: Make some symbols staticZou Wei2020-05-281-4/+4
* | | | mmc: sdhci-of-at91: make MMC_SDHCI_OF_AT91 depend on HAVE_CLKMasahiro Yamada2020-05-281-1/+1
* | | | mmc: renesas_sdhi: shorten types after refactorizationWolfram Sang2020-05-282-2/+2
* | | | mmc: mmci_sdmmc: fix power on issue due to pwr_reg initializationLudovic Barre2020-05-281-0/+1
* | | | mmc: sdhci-msm: Use OPP API to set clk/perf stateRajendra Nayak2020-05-281-5/+29
* | | | mmc: usdhi6rol0: Inform the mmc core about the maximum busy timeoutUlf Hansson2020-05-281-1/+8
* | | | mmc: atmel-mci: Respect the cmd->busy_timeout from the mmc coreUlf Hansson2020-05-281-2/+4
* | | | mmc: atmel-mci: Set the timer per command rather than per requestUlf Hansson2020-05-281-2/+4
* | | | mmc: atmel-mci: Keep timer enabled when queuing a next requestUlf Hansson2020-05-281-2/+2
* | | | mmc: sdhci-msm: Enable ADMA length mismatch error interruptVeerabhadrarao Badiganti2020-05-281-5/+5
* | | | mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirkVeerabhadrarao Badiganti2020-05-281-1/+3
* | | | mmc: sdhci: add spin lock for sdhci_set_default_irqs in sdhci_initHaibo Chen2020-05-281-0/+3
* | | | mmc: host: sdhci-sprd: Implement the request_atomic() APIBaolin Wang2020-05-281-3/+20
* | | | mmc: host: sdhci: Implement the request_atomic() APIBaolin Wang2020-05-282-0/+35
* | | | mmc: host: Introduce the request_atomic() for the hostBaolin Wang2020-05-282-1/+29
* | | | mmc: sdhci: Reduce maximum time under spinlock in sdhci_send_command()Adrian Hunter2020-05-282-28/+99
* | | | mmc: sdhci: Tidy sdhci_request() a bitAdrian Hunter2020-05-281-13/+26
* | | | mmc: sdhci: Remove unneeded forward declaration of sdhci_finish_data()Adrian Hunter2020-05-281-2/+0
* | | | mmc: sdhci: Stop exporting sdhci_send_command()Adrian Hunter2020-05-282-3/+3
* | | | mmc: sdhci: Add helpers for the auto-CMD23 flagAdrian Hunter2020-05-281-3/+15
* | | | mmc: mmci: Switch to mmc_regulator_set_vqmmc()Marek Vasut2020-05-281-22/+8
* | | | mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut2020-05-288-20/+27
* | | | mmc: sdhci-of-arasan: Remove uninitialized ret variablesNathan Chancellor2020-05-281-4/+2
* | | | mmc: renesas_sdhi: simplify summary outputWolfram Sang2020-05-281-4/+2
* | | | mmc: renesas_sdhi: improve TAP selection if all TAPs are goodWolfram Sang2020-05-282-3/+25
* | | | mmc: renesas_sdhi: clarify handling of selecting TAPsWolfram Sang2020-05-281-5/+5
* | | | mmc: renesas_sdhi: refactor calculation of best TAPWolfram Sang2020-05-281-28/+8
* | | | mmc: sdhci: use FIELD_GET/PREP for capabilities bit masksMasahiro Yamada2020-05-285-32/+21
* | | | mmc: sdhci: move SDHCI_CAPABILITIES_1 to a more suitable placeMasahiro Yamada2020-05-281-2/+1
* | | | mmc: sdhci-of-arasan: Fix kernel-doc warningsManish Narani2020-05-281-50/+64
* | | | mmc: sdhci-of-arasan: Modify clock operations handlingManish Narani2020-05-281-12/+38
* | | | mmc: sdhci-of-arasan: Rearrange the platform data structs for modularityManish Narani2020-05-281-77/+81
* | | | mmc: sdhci-of-arasan: Rename sdhci_arasan_data to avoid confusionManish Narani2020-05-281-4/+4
* | | | sdhci: arasan: Add support for Versal Tap DelaysManish Narani2020-05-281-0/+175
* | | | mmc: wbsd: Replace hardcoded command numbers with existing definesUlf Hansson2020-05-281-12/+14
* | | | mmc: s3cmci: Drop redundant code in s3cmci_setup_data()Ulf Hansson2020-05-281-7/+0
* | | | mmc: au1xmmc: Drop redundant code in au1xmmc_send_command()Ulf Hansson2020-05-281-18/+2