summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2021-06-30mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong1-5/+45
2021-05-26mmc: sdhci-pci-gli: increase 1.8V regulator waitDaniel Beer1-1/+6
2021-05-11mmc: sdhci-pci: Add PCI IDs for Intel LKFAdrian Hunter2-0/+4
2021-05-11mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson4-91/+59
2021-05-11mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee1-0/+6
2021-05-11mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang1-1/+1
2021-05-11mmc: block: Issue a cache flush only when it's enabledAvri Altman4-3/+21
2021-05-11mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman1-0/+12
2021-05-11mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based contr...Adrian Hunter1-0/+27
2021-05-11mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K1-29/+31
2021-05-11mmc: uniphier-sd: Fix a resource leak in the remove functionChristophe JAILLET1-0/+1
2021-05-11mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe()Christophe JAILLET1-1/+3
2021-03-17mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li1-6/+5
2021-03-17mmc: core: Fix partition switch time for eMMCAdrian Hunter1-4/+11
2021-03-17mmc: mediatek: fix race condition between msdc_request_timeout and irqChaotian Jing1-8/+10
2021-03-17mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()'Christophe JAILLET1-1/+1
2021-03-11mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKENJisheng Zhang1-0/+1
2021-03-04mmc: sdhci-esdhc-imx: fix kernel panic when remove moduleFrank Li1-1/+2
2021-03-04mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to 128-bytesTakeshi Saito1-2/+2
2021-03-04mmc: usdhi6rol0: Fix a resource leak in the error handling path of the probeChristophe JAILLET1-1/+3
2021-03-04mmc: sdhci-sprd: Fix some resource leaks in the remove functionChristophe JAILLET1-3/+3
2021-02-10mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang1-0/+6
2021-01-27mmc: sdhci-xenon: fix 1.8v regulator stabilizationAlex Leibovich1-1/+6
2021-01-27mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne1-1/+3
2020-12-30mmc: pxamci: Fix error return code in pxamci_probeZhihao Cheng1-0/+1
2020-12-16mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo1-1/+1
2020-11-24mmc: sdhci-pci: Prefer SDR25 timing for High Speed mode for BYT-based Intel c...Adrian Hunter1-2/+11
2020-11-18mmc: renesas_sdhi_core: Add missing tmio_mmc_host_free() at removeYoshihiro Shimoda1-0/+1
2020-11-18mmc: sdhci-of-esdhc: Handle pulse width detection erratum for more SoCsYangbo Lu1-0/+2
2020-11-05mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is trueJisheng Zhang1-2/+4
2020-11-05mmc: sdhci-of-esdhc: set timeout to max before tuningMichael Walle1-0/+11
2020-11-05mmc: sdhci-acpi: AMDI0040: Set SDHCI_QUIRK2_PRESET_VALUE_BROKENRaul E Rangel1-0/+37
2020-11-05mmc: sdhci: Add LTR support for some Intel BYT based controllersAdrian Hunter1-0/+154
2020-11-05mmc: via-sdmmc: Fix data race bugMadhuparna Bhowmik1-0/+3
2020-10-29mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár1-0/+3
2020-10-14mmc: core: don't set limits.discard_granularity as 0Coly Li1-1/+1
2020-10-07mmc: sdhci: Workaround broken command queuing on Intel GLK based IRBIS modelsHans de Goede1-1/+2
2020-10-01mmc: core: Fix size overflow for mmc partitionsBradley Bolen1-5/+4
2020-09-17mmc: sdhci-of-esdhc: Don't walk device-tree on every interruptChris Packham1-3/+7
2020-09-17mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter1-17/+22
2020-09-17mmc: sdhci-msm: Add retries when all tuning phases are found validDouglas Anderson1-1/+17
2020-09-17mmc: sdhci-acpi: Clear amd_sdhci_host on resetRaul E Rangel1-7/+24
2020-09-09sdhci: tegra: Add missing TMCLK for data timeoutSowjanya Komatineni1-2/+51
2020-09-09mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel GLK-based controllersAdrian Hunter1-1/+9
2020-09-09mmc: cqhci: Add cqhci_deactivate()Adrian Hunter2-4/+8
2020-09-09mmc: mediatek: add optional module reset propertyWenbin Mei1-0/+13
2020-09-09mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040Raul E Rangel1-10/+57
2020-09-05sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186Sowjanya Komatineni1-1/+0
2020-09-05sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210Sowjanya Komatineni1-1/+0
2020-08-21mmc: renesas_sdhi_internal_dmac: clean up the code for dma completeYoshihiro Shimoda1-5/+13