summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2022-01-16mmc: sdhci-pci: Add PCI ID for Intel ADLAdrian Hunter2-0/+2
2021-12-29mmc: mmci: stm32: clear DLYB_CR after sending tuning commandYann Gautier1-0/+2
2021-12-29mmc: core: Disable card detect during shutdownUlf Hansson3-1/+16
2021-12-29mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commandsMartin Blumenstingl1-0/+16
2021-12-29mmc: sdhci-tegra: Fix switch to HS400ES modePrathamesh Shete1-17/+26
2021-12-14mmc: renesas_sdhi: initialize variable properly when tuningWolfram Sang1-1/+1
2021-12-01mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiBAdrian Hunter2-4/+21
2021-12-01mmc: sdhci-esdhc-imx: disable CMDQ supportTim Harvey1-2/+0
2021-11-18mmc: moxart: Fix null pointer dereference on pointer hostColin Ian King1-6/+7
2021-11-18mmc: mxs-mmc: disable regulator on error and in the remove functionChristophe JAILLET1-0/+10
2021-11-18mmc: sdhci-omap: Fix context restoreTony Lindgren1-1/+14
2021-11-18mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configuredTony Lindgren1-1/+2
2021-11-18mmc: moxart: Fix reference count leaks in moxart_probeXin Xiong1-2/+14
2021-11-18mmc: winbond: don't build on M68KRandy Dunlap1-1/+1
2021-11-18mmc: dw_mmc: Dont wait for DRTO on Write RSP errorChristian Löhle1-1/+2
2021-11-18mmc: mtk-sd: Add wait dma stop done flowDerong Liu1-0/+5
2021-11-02mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning ci...Haibo Chen1-0/+16
2021-11-02mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo1-0/+6
2021-11-02mmc: dw_mmc: exynos: fix the finding clock sample valueJaehoon Chung1-0/+14
2021-11-02mmc: mediatek: Move cqhci init behind ungate clockWenbin Mei1-19/+19
2021-11-02mmc: cqhci: clear HALT state after CQE enableWenbin Mei1-0/+3
2021-11-02mmc: vub300: fix control-message timeoutsJohan Hovold1-9/+9
2021-10-13mmc: sdhci-of-at91: replace while loop with read_poll_timeoutClaudiu Beznea1-11/+5
2021-10-13mmc: sdhci-of-at91: wait for calibration done before proceedClaudiu Beznea1-0/+6
2021-10-13mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirkNeil Armstrong1-14/+59
2021-09-18mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar1-2/+1
2021-09-18mmc: rtsx_pci: Fix long reads when clock is prescaledThomas Hebb1-13/+23
2021-09-18mmc: sdhci-of-arasan: Check return value of non-void funtionsManish Narani1-3/+15
2021-09-18mmc: sdhci-of-arasan: Modified SD default speed to 19MHz for ZynqMPManish Narani1-0/+18
2021-09-15mmc: moxart: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-09-15mmc: dw_mmc: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-09-15mmc: sdhci: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-09-03Revert "mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711"Ulf Hansson1-2/+1
2021-08-26mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711Nicolas Saenz Julienne1-1/+2
2021-08-26mmc: sdhci-iproc: Cap min clock frequency on BCM2711Nicolas Saenz Julienne1-0/+18
2021-08-26mmc: sdhci-msm: Update the software timeout value for sdhcShaik Sajida Bhanu1-0/+18
2021-08-26mmc: mmci: stm32: Check when the voltage switch procedure should be doneChristophe Kerello1-2/+5
2021-08-26mmc: dw_mmc: Fix hang on data CRC errorVincent Whitchurch1-3/+3
2021-07-28mmc: core: Don't allocate IDA for OF aliasesStephen Boyd1-10/+10
2021-07-19mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle1-4/+6
2021-07-19mmc: core: clear flags before allowing to retuneWolfram Sang1-2/+5
2021-07-19mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper2-0/+5
2021-07-19mmc: sdhci-acpi: Disable write protect detection on Toshiba Encore 2 WT8-BHans de Goede1-0/+11
2021-07-14mmc: vub3000: fix control-request directionJohan Hovold1-1/+1
2021-07-14mmc: block: Disable CMDQ on the ioctl pathBean Huo1-0/+8
2021-07-14mmc: usdhi6rol0: fix error return code in usdhi6_probe()Zhen Lei1-0/+1
2021-07-14mmc: via-sdmmc: add a check against NULL pointer dereferenceZheyu Ma1-0/+3
2021-07-14mmc: sdhci-sprd: use sdhci_sprd_writewKrzysztof Kozlowski1-0/+1
2021-06-30mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong1-5/+45
2021-06-16mmc: renesas_sdhi: Fix HS400 on R-Car M3-W+Geert Uytterhoeven1-1/+1