summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: rtsx_pci: Fix long reads when clock is prescaledThomas Hebb2021-09-181-13/+23
* mmc: sdhci-of-arasan: Check return value of non-void funtionsManish Narani2021-09-181-3/+15
* mmc: sdhci-of-arasan: Modified SD default speed to 19MHz for ZynqMPManish Narani2021-09-181-0/+18
* mmc: moxart: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-151-0/+1
* mmc: dw_mmc: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-151-0/+1
* mmc: sdhci: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-151-0/+1
* Revert "mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711"Ulf Hansson2021-09-031-2/+1
* mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711Nicolas Saenz Julienne2021-08-261-1/+2
* mmc: sdhci-iproc: Cap min clock frequency on BCM2711Nicolas Saenz Julienne2021-08-261-0/+18
* mmc: sdhci-msm: Update the software timeout value for sdhcShaik Sajida Bhanu2021-08-261-0/+18
* mmc: mmci: stm32: Check when the voltage switch procedure should be doneChristophe Kerello2021-08-261-2/+5
* mmc: dw_mmc: Fix hang on data CRC errorVincent Whitchurch2021-08-261-3/+3
* mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper2021-07-192-0/+5
* mmc: sdhci-acpi: Disable write protect detection on Toshiba Encore 2 WT8-BHans de Goede2021-07-191-0/+11
* mmc: vub3000: fix control-request directionJohan Hovold2021-07-141-1/+1
* mmc: usdhi6rol0: fix error return code in usdhi6_probe()Zhen Lei2021-07-141-0/+1
* mmc: via-sdmmc: add a check against NULL pointer dereferenceZheyu Ma2021-07-141-0/+3
* mmc: sdhci-sprd: use sdhci_sprd_writewKrzysztof Kozlowski2021-07-141-0/+1
* mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong2021-06-301-5/+45
* mmc: renesas_sdhi: Fix HS400 on R-Car M3-W+Geert Uytterhoeven2021-06-161-1/+1
* mmc: renesas_sdhi: abort tuning when timeout detectedWolfram Sang2021-06-161-1/+6
* mmc: sdhci-pci-gli: increase 1.8V regulator waitDaniel Beer2021-05-261-1/+6
* mmc: sdhci-brcmstb: Remove CQE quirkAl Cooper2021-05-111-1/+0
* mmc: sdhci-pci: Add PCI IDs for Intel LKFAdrian Hunter2021-05-112-0/+4
* mmc: sdhci-esdhc-imx: validate pinctrl before use itPeng Fan2021-05-111-1/+1
* mmc: sdhci-tegra: Add required callbacks to set/clear CQE_EN bitAniruddha Tvs Rao2021-05-111-0/+32
* mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based contr...Adrian Hunter2021-05-111-0/+27
* mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K2021-05-111-29/+31
* mmc: uniphier-sd: Fix a resource leak in the remove functionChristophe JAILLET2021-05-111-0/+1
* mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe()Christophe JAILLET2021-05-111-1/+3
* mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variantsYann Gautier2021-03-171-1/+9
* mmc: sdhci: Update firmware interface APIJeremy Linton2021-03-171-4/+4
* mmc: sdhci-iproc: Add ACPI bindings for the RPiJeremy Linton2021-03-171-0/+18
* mmc: mediatek: fix race condition between msdc_request_timeout and irqChaotian Jing2021-03-171-8/+10
* mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()'Christophe JAILLET2021-03-171-1/+1
* mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKENJisheng Zhang2021-03-111-0/+1
* mmc: sdhci-pci-o2micro: Bug fix for SDR104 HW tuning failureShirley Her2021-03-041-0/+20
* mmc: sdhci-esdhc-imx: fix kernel panic when remove moduleFrank Li2021-03-041-1/+2
* mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to 128-bytesTakeshi Saito2021-03-041-2/+2
* mmc: usdhi6rol0: Fix a resource leak in the error handling path of the probeChristophe JAILLET2021-03-041-1/+3
* mmc: sdhci-sprd: Fix some resource leaks in the remove functionChristophe JAILLET2021-03-041-3/+3
* mmc: owl-mmc: Fix a resource leak in an error handling path and in the remove...Christophe JAILLET2021-03-041-3/+6
* mmc: sdhci-pltfm: Fix linking err for sdhci-brcmstbUlf Hansson2021-02-101-1/+6
* mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspendAl Cooper2021-01-271-5/+1
* mmc: sdhci-xenon: fix 1.8v regulator stabilizationAlex Leibovich2021-01-271-1/+6
* mmc: sdhci-of-dwcmshc: fix rpmb accessJisheng Zhang2021-01-271-0/+27
* mmc: pxamci: Fix error return code in pxamci_probeZhihao Cheng2020-12-301-0/+1
* mmc: sdhci: tegra: fix wrong unit with busy_timeoutWolfram Sang2020-12-301-1/+1
* mmc: mediatek: mark PM functions as __maybe_unusedArnd Bergmann2020-12-041-6/+4
* mmc: tmio: improve bringing HW to a sane state with MMC_POWER_OFFWolfram Sang2020-12-041-3/+3