summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
17 hoursmmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode()Ulf Hansson1-3/+1
17 hoursmmc: sdhci-msm: Ensure SD card power isn't ON when card removedSarthak Garg1-0/+14
2025-07-24mmc: sdhci_am654: Workaround for Errata i2312Judith Mendez1-3/+6
2025-07-24mmc: sdhci-pci: Quirk for broken command queuing on Intel GLK-based Positivo ...Edson Juliano Drosdeck1-1/+2
2025-07-24mmc: bcm2835: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+2
2025-07-10mtk-sd: reset host->mrq on prepare_data() errorSergey Senozhatsky1-0/+1
2025-07-10mtk-sd: Prevent memory corruption from DMA map failureMasami Hiramatsu (Google)1-1/+16
2025-07-10mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared dataMasami Hiramatsu (Google)1-1/+2
2025-07-10mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlierAvri Altman1-6/+6
2025-07-10Revert "mmc: sdhci: Disable SD card clock before changing parameters"Ulf Hansson1-7/+2
2025-07-10mmc: sdhci: Add a helper function for dump register in dynamic debug modeVictor Shih1-0/+16
2025-06-27mmc: Add quirk to disable DDR50 tuningErick Shepherd3-8/+40
2025-06-19mmc: sdhci-of-dwcmshc: add PD workaround on RK3576Nicolas Frattaroli1-0/+40
2025-05-29mmc: sdhci: Disable SD card clock before changing parametersErick Shepherd1-2/+7
2025-05-29mmc: dw_mmc: add exynos7870 DW MMC supportKaustabh Chakraborty1-1/+40
2025-05-29mmc: host: Wait for Vdd to settle on card power offErick Shepherd1-1/+5
2025-05-09mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probeRuslan Piasetskyi1-6/+4
2025-05-02mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_getTudor Ambarus1-1/+1
2025-04-20mmc: 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-04-10mmc: omap: Fix memory leak in mmc_omap_new_slotMiaoqian Lin1-6/+13
2025-03-29mmc: atmel-mci: Add missing clk_disable_unprepare()Gu Bowen1-1/+3
2025-03-29mmc: 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-17mmc: sdhci-msm: Correctly set the load for the regulatorYuanjie Yang1-2/+51
2025-02-17mmc: sdhci-esdhc-imx: enable 'SDHCI_QUIRK_NO_LED' quirk for S32GCiprian Marian Costea1-0/+1
2025-02-17mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin1-0/+2
2025-01-09mmc: sdhci-msm: fix crypto key evictionEric Biggers1-8/+8
2024-12-27mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()Joe Hattori1-0/+2
2024-12-27mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirkPrathamesh Shete1-1/+0
2024-12-14mmc: sdhci-esdhc-imx: enable quirks SDHCI_QUIRK_NO_LEDPeng Fan1-0/+6
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: core: Use GFP_NOIO in ACMD22Avri Altman1-0/+4
2024-12-14mmc: core: Adjust ACMD22 to SDUCAvri Altman1-6/+18
2024-12-14mmc: sd: SDUC Support RecognitionAvri Altman5-14/+25
2024-12-14mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag settingAndy-ld Lu1-1/+2
2024-12-14mmc: mtk-sd: fix devm_clk_get_optional usageRosen Penev1-3/+2
2024-12-14mmc: mtk-sd: Fix error handle of probe functionAndy-ld Lu1-4/+5
2024-12-14mmc: mtk-sd: use devm_mmc_alloc_hostRosen Penev1-35/+20
2024-12-05mmc: mmc_spi: drop buggy snprintf()Bartosz Golaszewski1-6/+3
2024-11-12Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"Aurelien Jarno1-2/+2
2024-11-12mmc: sunxi-mmc: Fix A100 compatible descriptionAndre Przywara1-3/+3
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express processBen Chuang1-0/+3
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock functionBen Chuang1-14/+21
2024-10-11Merge tag 'mmc-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds3-54/+28
2024-10-10mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handlingMichal Wilczynski1-0/+8
2024-10-03Revert "mmc: mvsdio: Use sg_miter for PIO"Linus Walleij1-53/+18