summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)Author
2020-03-18mmc: rtsx_pci: Fix support for speed-modes that relies on tuningRicky Wu
2020-03-17mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2Michał Mirosław
2020-03-17mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhierMasahiro Yamada
2020-03-17mmc: sdhci-acpi: Disable write protect detection on Acer Aspire Switch 10 (SW...Hans de Goede
2020-03-17mmc: sdhci-acpi: Switch signal voltage back to 3.3V on suspend on external mi...Hans de Goede
2020-03-12mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson
2020-03-11mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson
2020-03-11mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson
2020-03-11mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson
2020-03-11mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson
2020-03-04mmc: sdhci-pci-gli: Enable MSI interrupt for GL975xBen Chuang
2020-02-13mmc: sdhci-msm: Mark sdhci_msm_cqe_disable staticStephen Boyd
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-24mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson
2020-01-24mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson
2020-01-24mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson
2020-01-24mmc: sdhci-cadence: remove unneeded 'inline' markerMasahiro Yamada
2020-01-24mmc: sdhci-msm: Add CQHCI support for sdhci-msmRitesh Harjani
2020-01-24mmc: sdhci: Let a vendor driver supply and update ADMA descriptor sizeVeerabhadrarao Badiganti
2020-01-20mmc: sdhci-of-esdhc: fix serious issue clock is always disabledYangbo Lu
2020-01-20mmc: sdhci-of-esdhc: fix transfer mode register readingYangbo Lu
2020-01-20mmc: sdhci-brcmstb: Fix incorrect switch to HS modeAl Cooper
2020-01-20mmc: sdhci-brcmstb: Add support for Command Queuing (CQE)Al Cooper
2020-01-20mmc: sdhci-brcmstb: Add shutdown callbackAl Cooper
2020-01-20mmc: sdhci-brcmstb: Fix driver to defer on clk_get deferAl Cooper
2020-01-20mmc: sdhci-brcmstb: Add ability to use HS400ES transfer modeAl Cooper
2020-01-20mmc: core: limit probe clock frequency to configured f_maxMichał Mirosław
2020-01-20mmc: sdhci-milbeaut: Remove redundant platform_get_irq error messageYueHaibing
2020-01-20mmc: sdhci: fix an issue of mixing different typesChunyan Zhang
2020-01-20Merge branch 'fixes' into nextUlf Hansson
2020-01-20mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław
2020-01-20mmc: sdhci-omap: Add special reset capabilityFaiz Abbas
2020-01-20mmc: sdhci-omap: Add am335x and am437x specific compatiblesFaiz Abbas
2020-01-20mmc: sdhci-omap: Disable data timeout interrupt during eraseFaiz Abbas
2020-01-20mmc: sdhci: Refactor sdhci_set_timeout()Faiz Abbas
2020-01-20mmc: sdhci: Convert sdhci_set_timeout_irq() to non-staticFaiz Abbas
2020-01-20mmc: sdhci-omap: Add using external dmaChunyan Zhang
2020-01-20mmc: sdhci: add support for using external DMA devicesChunyan Zhang
2020-01-20mmc: sdhci: Factor out some operations set to their own functionsFaiz Abbas
2020-01-16mmc: tegra: fix SDR50 tuning overrideMichał Mirosław
2020-01-16mmc: sdhci-of-at91: fix memleak on clk_get failureMichał Mirosław
2020-01-16Merge branch 'fixes' into nextUlf Hansson
2020-01-16mmc: sdhci_am654: Fix Command Queuing in AM65xFaiz Abbas
2020-01-16mmc: sdhci_am654: Reset Command and Data line after tuningFaiz Abbas
2020-01-16mmc: sdhci_am654: Remove Inverted Write Protect flagFaiz Abbas
2020-01-16mmc: sdhci-of-esdhc: fix clock setting for different controller versionsYangbo Lu
2020-01-16mmc: sdhci-of-esdhc: fix esdhc_reset() for different controller versionsYangbo Lu
2020-01-16mmc: sdhci-of-esdhc: update tuning erratum A-008171Yangbo Lu
2020-01-16mmc: sdhci-of-esdhc: convert to use esdhc_tuning_window_ptr()Yangbo Lu
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig