summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2020-03-24mmc: host: sdhci-sprd: Add software queue supportBaolin Wang2-0/+29
2020-03-24mmc: host: sdhci: Add a variable to defer to complete requests if neededBaolin Wang2-1/+2
2020-03-24mmc: host: sdhci: Add request_done ops for struct sdhci_opsBaolin Wang2-2/+12
2020-03-24mmc: Add MMC host software queue supportBaolin Wang5-1/+393
2020-03-24mmc: sdhci-msm: Don't enable PWRSAVE_DLL for certain sdhc hostsRitesh Harjani1-3/+15
2020-03-24mmc: sdhci-of-arasan: Remove quirk for broken base clockManish Narani1-1/+12
2020-03-24mmc: sdhci-of-arasan: Add support for DLL reset for ZynqMP platformsManish Narani1-0/+46
2020-03-24mmc: tmio: remove superfluous callback wrappersWolfram Sang2-38/+12
2020-03-24mmc: tmio: factor out TAP usageWolfram Sang3-24/+24
2020-03-24mmc: tmio: enforce retune after runtime suspendWolfram Sang3-9/+1
2020-03-24mmc: tmio: give callback a generic nameWolfram Sang3-4/+4
2020-03-24mmc: renesas_sdhi: complain loudly if driver needs updateWolfram Sang1-3/+3
2020-03-24mmc: tmio: refactor tuning execution into SDHI driverWolfram Sang3-44/+37
2020-03-24mmc: renesas_sdhi: cleanup SCC definesWolfram Sang1-10/+8
2020-03-24mmc: renesas_sdhi: enforce manual correction for Gen3Wolfram Sang1-0/+6
2020-03-24mmc: renesas_sdhi: only check CMD status for HS400 manual correctionTakeshi Saito1-8/+33
2020-03-24mmc: renesas_sdhi: Add manual correctionTakeshi Saito2-10/+52
2020-03-24mmc: renesas_sdhi: remove double clear of automatic correctionWolfram Sang1-4/+0
2020-03-18mmc: rtsx_pci: Fix support for speed-modes that relies on tuningRicky Wu1-5/+8
2020-03-17mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2Michał Mirosław1-2/+6
2020-03-17mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhierMasahiro Yamada1-2/+16
2020-03-17mmc: sdhci-acpi: Disable write protect detection on Acer Aspire Switch 10 (SW...Hans de Goede1-0/+16
2020-03-17mmc: sdhci-acpi: Switch signal voltage back to 3.3V on suspend on external mi...Hans de Goede1-2/+66
2020-03-11mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson1-0/+3
2020-03-11mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson1-0/+3
2020-03-04mmc: sdhci-pci-gli: Enable MSI interrupt for GL975xBen Chuang1-0/+17
2020-02-14drivers: mmc: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-8/+6
2020-02-13mmc: sdhci-msm: Mark sdhci_msm_cqe_disable staticStephen Boyd1-1/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-2/+2
2020-01-24mmc: sdhci-cadence: remove unneeded 'inline' markerMasahiro Yamada1-1/+1
2020-01-24mmc: sdhci-msm: Add CQHCI support for sdhci-msmRitesh Harjani2-1/+133
2020-01-24mmc: sdhci: Let a vendor driver supply and update ADMA descriptor sizeVeerabhadrarao Badiganti2-10/+9
2020-01-20mmc: sdhci-of-esdhc: fix serious issue clock is always disabledYangbo Lu1-1/+1
2020-01-20mmc: sdhci-of-esdhc: fix transfer mode register readingYangbo Lu1-0/+3
2020-01-20mmc: sdhci-brcmstb: Fix incorrect switch to HS modeAl Cooper1-1/+30
2020-01-20mmc: sdhci-brcmstb: Add support for Command Queuing (CQE)Al Cooper2-8/+133
2020-01-20mmc: sdhci-brcmstb: Add shutdown callbackAl Cooper1-0/+10
2020-01-20mmc: sdhci-brcmstb: Fix driver to defer on clk_get deferAl Cooper1-0/+2
2020-01-20mmc: sdhci-brcmstb: Add ability to use HS400ES transfer modeAl Cooper1-11/+86
2020-01-20mmc: sdhci-milbeaut: Remove redundant platform_get_irq error messageYueHaibing1-3/+1
2020-01-20mmc: sdhci: fix an issue of mixing different typesChunyan Zhang1-2/+3
2020-01-20Merge branch 'fixes' into nextUlf Hansson2-5/+7
2020-01-20mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław1-4/+6
2020-01-20mmc: sdhci-omap: Add special reset capabilityFaiz Abbas1-0/+23
2020-01-20mmc: sdhci-omap: Add am335x and am437x specific compatiblesFaiz Abbas1-0/+10
2020-01-20mmc: sdhci-omap: Disable data timeout interrupt during eraseFaiz Abbas1-0/+11
2020-01-20mmc: sdhci: Refactor sdhci_set_timeout()Faiz Abbas2-17/+20
2020-01-20mmc: sdhci: Convert sdhci_set_timeout_irq() to non-staticFaiz Abbas2-1/+3
2020-01-20mmc: sdhci-omap: Add using external dmaChunyan Zhang2-1/+16
2020-01-20mmc: sdhci: add support for using external DMA devicesChunyan Zhang3-2/+237