aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-24mmc: sdhci_am654: Update OTAPDLY writesFaiz Abbas1-18/+105
2020-03-24mmc: host: hsq: Add missing MODULE_LICENSE() and MODULE_DESCRIPTION()Baolin Wang1-0/+4
2020-03-24mmc: mmci: Add support for sdmmc variant revision 2.0Ludovic Barre1-0/+31
2020-03-24mmc: mmci_sdmmc: Implement signal voltage callbacksLudovic Barre2-0/+47
2020-03-24mmc: mmci: Add callbacks for to manage signal voltage switchLudovic Barre2-0/+10
2020-03-24mmc: mmci_sdmmc: Add execute tuning with delay blockLudovic Barre1-0/+149
2020-03-24mmc: mmci: Add private pointer for variantLudovic Barre1-0/+1
2020-03-24mmc: mmci: Add a reference at mmc_host_ops in mmci structLudovic Barre2-2/+3
2020-03-24mmc: mmci_sdmmc: Rename sdmmc_priv struct to sdmmc_idmaLudovic Barre1-3/+3
2020-03-24mmc: mmci_sdmmc: Replace sg_dma_xxx macrosLudovic Barre1-3/+3
2020-03-24mmc: core: Fixup support for HW busy detection for HPI commandsUlf Hansson1-11/+25
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for HPI commandsUlf Hansson2-15/+6
2020-03-24mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()Ulf Hansson1-4/+2
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson3-40/+33
2020-03-24mmc: core: Update CMD13 busy check for CMD6 commandsUlf Hansson1-1/+1
2020-03-24mmc: core: Enable re-use of mmc_blk_in_tran_state()Ulf Hansson1-20/+4
2020-03-24mmc: core: Split up mmc_poll_for_busy()Ulf Hansson1-16/+31
2020-03-24mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson3-20/+15
2020-03-24mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson3-17/+11
2020-03-24mmc: core: Drop unused defineUlf Hansson1-1/+0
2020-03-24mmc: core: Throttle polling rate for CMD6Ulf Hansson1-0/+8
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: core: Enable the MMC host software queue for the SD cardBaolin Wang1-0/+10
2020-03-24mmc: Add MMC host software queue supportBaolin Wang8-12/+483
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 (SW5-012)Hans de Goede1-0/+16
2020-03-17mmc: sdhci-acpi: Switch signal voltage back to 3.3V on suspend on external microSD on Lenovo Miix 320Hans de Goede1-2/+66
2020-03-12mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson1-2/+5
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-11mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson1-1/+4
2020-03-11mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson1-2/+4