summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Split up mmc_poll_for_busy()Ulf Hansson2020-03-241-16/+31
* mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson2020-03-243-20/+15
* mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson2020-03-243-17/+11
* mmc: core: Drop unused defineUlf Hansson2020-03-241-1/+0
* mmc: core: Throttle polling rate for CMD6Ulf Hansson2020-03-241-0/+8
* mmc: host: sdhci-sprd: Add software queue supportBaolin Wang2020-03-242-0/+29
* mmc: host: sdhci: Add a variable to defer to complete requests if neededBaolin Wang2020-03-242-1/+2
* mmc: host: sdhci: Add request_done ops for struct sdhci_opsBaolin Wang2020-03-242-2/+12
* mmc: core: Enable the MMC host software queue for the SD cardBaolin Wang2020-03-241-0/+10
* mmc: Add MMC host software queue supportBaolin Wang2020-03-248-12/+483
* mmc: sdhci-msm: Don't enable PWRSAVE_DLL for certain sdhc hostsRitesh Harjani2020-03-241-3/+15
* mmc: sdhci-of-arasan: Remove quirk for broken base clockManish Narani2020-03-241-1/+12
* mmc: sdhci-of-arasan: Add support for DLL reset for ZynqMP platformsManish Narani2020-03-241-0/+46
* mmc: tmio: remove superfluous callback wrappersWolfram Sang2020-03-242-38/+12
* mmc: tmio: factor out TAP usageWolfram Sang2020-03-243-24/+24
* mmc: tmio: enforce retune after runtime suspendWolfram Sang2020-03-243-9/+1
* mmc: tmio: give callback a generic nameWolfram Sang2020-03-243-4/+4
* mmc: renesas_sdhi: complain loudly if driver needs updateWolfram Sang2020-03-241-3/+3
* mmc: tmio: refactor tuning execution into SDHI driverWolfram Sang2020-03-243-44/+37
* mmc: renesas_sdhi: cleanup SCC definesWolfram Sang2020-03-241-10/+8
* mmc: renesas_sdhi: enforce manual correction for Gen3Wolfram Sang2020-03-241-0/+6
* mmc: renesas_sdhi: only check CMD status for HS400 manual correctionTakeshi Saito2020-03-241-8/+33
* mmc: renesas_sdhi: Add manual correctionTakeshi Saito2020-03-242-10/+52
* mmc: renesas_sdhi: remove double clear of automatic correctionWolfram Sang2020-03-241-4/+0
* mmc: rtsx_pci: Fix support for speed-modes that relies on tuningRicky Wu2020-03-181-5/+8
* mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2Michał Mirosław2020-03-171-2/+6
* mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhierMasahiro Yamada2020-03-171-2/+16
* mmc: sdhci-acpi: Disable write protect detection on Acer Aspire Switch 10 (SW...Hans de Goede2020-03-171-0/+16
* mmc: sdhci-acpi: Switch signal voltage back to 3.3V on suspend on external mi...Hans de Goede2020-03-171-2/+66
* mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson2020-03-121-2/+5
* mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson2020-03-111-0/+3
* mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson2020-03-111-0/+3
* mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson2020-03-111-1/+4
* mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson2020-03-111-2/+4
* mmc: sdhci-pci-gli: Enable MSI interrupt for GL975xBen Chuang2020-03-041-0/+17
* mmc: sdhci-msm: Mark sdhci_msm_cqe_disable staticStephen Boyd2020-02-131-1/+1
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-272-2/+2
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-2/+2
* | mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson2020-01-241-14/+11
* | mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson2020-01-241-3/+3
* | mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson2020-01-241-3/+6
* | mmc: sdhci-cadence: remove unneeded 'inline' markerMasahiro Yamada2020-01-241-1/+1
* | mmc: sdhci-msm: Add CQHCI support for sdhci-msmRitesh Harjani2020-01-242-1/+133
* | mmc: sdhci: Let a vendor driver supply and update ADMA descriptor sizeVeerabhadrarao Badiganti2020-01-242-10/+9
* | mmc: sdhci-of-esdhc: fix serious issue clock is always disabledYangbo Lu2020-01-201-1/+1
* | mmc: sdhci-of-esdhc: fix transfer mode register readingYangbo Lu2020-01-201-0/+3
* | mmc: sdhci-brcmstb: Fix incorrect switch to HS modeAl Cooper2020-01-201-1/+30
* | mmc: sdhci-brcmstb: Add support for Command Queuing (CQE)Al Cooper2020-01-202-8/+133
* | mmc: sdhci-brcmstb: Add shutdown callbackAl Cooper2020-01-201-0/+10
* | mmc: sdhci-brcmstb: Fix driver to defer on clk_get deferAl Cooper2020-01-201-0/+2