summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2025-05-09mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probeRuslan Piasetskyi1-6/+4
2025-04-25mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halvesKaustabh Chakraborty2-2/+119
2025-04-10mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SDUlf Hansson1-2/+2
2025-04-10mmc: sdhci-pxav3: set NEED_RSP_BUSY capabilityKarel Balej1-0/+1
2025-03-28mmc: atmel-mci: Add missing clk_disable_unprepare()Gu Bowen1-1/+3
2025-03-28mmc: sdhci-brcmstb: add cqhci suspend/resume to PM opsKamal Dasu1-0/+10
2025-02-21mmc: mtk-sd: Fix register settings for hs400(es) modeAndy-ld Lu1-11/+20
2025-02-21mmc: sdhci-msm: Correctly set the load for the regulatorYuanjie Yang1-2/+51
2025-02-21mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin1-0/+2
2024-12-27mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirkPrathamesh Shete1-1/+0
2024-12-14mmc: mtk-sd: Fix error handle of probe functionAndy-ld Lu1-4/+5
2024-12-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara3-1/+17
2024-12-14mmc: core: Further prevent card detect during shutdownUlf Hansson2-0/+5
2024-12-14mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tabletHans de Goede2-0/+73
2024-12-14mmc: mmc_spi: drop buggy snprintf()Bartosz Golaszewski1-6/+3
2024-11-22mmc: sunxi-mmc: Fix A100 compatible descriptionAndre Przywara1-3/+3
2024-11-22Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"Aurelien Jarno1-2/+2
2024-09-12mmc: cqhci: Fix checking of CQHCI_HALT stateSeunghwan Baek1-1/+1
2024-09-12mmc: sdhci-of-aspeed: fix module autoloadingLiao Chen1-0/+1
2024-09-12mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4KSam Protsenko1-2/+2
2024-09-12mmc: core: apply SD quirks earlier during probeJonathan Bell2-9/+17
2024-09-04mmc: mtk-sd: receive cmd8 data when hs400 tuning failMengqi Zhang1-4/+4
2024-09-04mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee7-27/+10
2024-08-29mmc: dw_mmc: allow biu and ciu clocks to deferBen Whitten1-0/+8
2024-08-29mmc: mmc_test: Fix NULL dereference on allocation failureDan Carpenter1-4/+5
2024-07-05mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()Adrian Hunter1-5/+0
2024-07-05mmc: sdhci: Do not invert write-protect twiceAdrian Hunter1-7/+15
2024-07-05mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-4/+7
2024-07-05mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discardKamal Dasu1-0/+4
2024-06-21mmc: davinci: Don't strip remove function when driver is builtinUwe Kleine-König1-2/+2
2024-06-16mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus ...Hans de Goede1-0/+13
2024-06-16mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-AHans de Goede1-0/+11
2024-06-16mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not workingHans de Goede1-0/+24
2024-06-16mmc: sdhci-acpi: Sort DMI quirks alphabeticallyHans de Goede1-12/+13
2024-06-16mmc: sdhci: Add support for "Tuning Error" interruptsAdrian Hunter2-3/+10
2024-06-16mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede1-0/+20
2024-06-16mmc: core: Do not force a retune before RPMB switchJorge Ramirez-Ortiz1-2/+1
2024-06-12mmc: sdhci_am654: Fix ITAPDLY for HS400 timingJudith Mendez1-0/+9
2024-06-12mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clockJudith Mendez1-3/+9
2024-06-12mmc: sdhci_am654: Add OTAP/ITAP delay enableJudith Mendez1-14/+26
2024-06-12mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-selVignesh Raghavendra1-31/+6
2024-06-12mmc: sdhci_am654: Write ITAPDLY for DDR52 timingJudith Mendez1-0/+1
2024-06-12mmc: sdhci_am654: Add tuning algorithm for delay chainJudith Mendez1-20/+92
2024-05-25mmc: core: Add HS400 tuning in HS400es initializationMengqi Zhang1-2/+7
2024-05-02mmc: sdhci-msm: pervent access to suspended controllerMantas Pucka1-1/+15
2024-04-03mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-04-03mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-04-03mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS...Romain Naour1-0/+3
2024-04-03mmc: core: Fix switch on gp3 partitionDominique Martinet1-4/+6
2024-04-03mmc: tmio: avoid concurrent runs of mmc_request_done()Wolfram Sang1-0/+2