summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2025-12-03mmc: sdhci-msm: Enable tuning for SDR50 mode for SD cardSarthak Garg1-0/+15
2025-12-03mmc: host: renesas_sdhi: Fix the actual clockBiju Das1-1/+5
2025-10-29mmc: core: SPI mode remove cmd7Rex Chen1-1/+5
2025-10-02mmc: mvsdio: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-08-28mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode()Ulf Hansson1-3/+1
2025-08-28mmc: sdhci_am654: Workaround for Errata i2312Judith Mendez1-3/+6
2025-08-28mmc: sdhci-pci: Quirk for broken command queuing on Intel GLK-based Positivo ...Edson Juliano Drosdeck1-1/+2
2025-08-28mmc: bcm2835: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+2
2025-07-17mtk-sd: reset host->mrq on prepare_data() errorSergey Senozhatsky1-0/+1
2025-07-17mtk-sd: Prevent memory corruption from DMA map failureMasami Hiramatsu (Google)1-1/+16
2025-07-17mmc: mediatek: use data instead of mrq parameter from msdc_{un}prepare_data()Yue Hu1-12/+8
2025-07-17mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared dataMasami Hiramatsu (Google)1-1/+2
2025-07-17Revert "mmc: sdhci: Disable SD card clock before changing parameters"Ulf Hansson1-7/+2
2025-07-17mmc: sdhci: Add a helper function for dump register in dynamic debug modeVictor Shih1-0/+16
2025-06-04mmc: sdhci: Disable SD card clock before changing parametersErick Shepherd1-2/+7
2025-06-04mmc: host: Wait for Vdd to settle on card power offErick Shepherd1-1/+5
2025-05-02mmc: cqhci: Fix checking of CQHCI_HALT stateSeunghwan Baek1-1/+1
2025-04-10mmc: sdhci-pxav3: set NEED_RSP_BUSY capabilityKarel Balej1-0/+1
2025-04-10mmc: atmel-mci: Add missing clk_disable_unprepare()Gu Bowen1-1/+3
2025-03-13mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin1-0/+2
2025-01-09mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirkPrathamesh Shete1-1/+0
2024-12-14mmc: core: Further prevent card detect during shutdownUlf Hansson2-0/+5
2024-12-14mmc: mmc_spi: drop buggy snprintf()Bartosz Golaszewski1-6/+3
2024-12-14Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"Aurelien Jarno1-2/+2
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-04mmc: dw_mmc: allow biu and ciu clocks to deferBen Whitten1-0/+8
2024-09-04mmc: 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-06-16mmc: core: Do not force a retune before RPMB switchJorge Ramirez-Ortiz1-2/+1
2024-04-13mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-04-13mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-04-13mmc: core: Fix switch on gp3 partitionDominique Martinet1-4/+6
2024-04-13mmc: tmio: avoid concurrent runs of mmc_request_done()Wolfram Sang1-0/+2
2024-03-26mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove ...Christophe JAILLET1-4/+0
2024-03-06mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov1-0/+2
2024-02-23mmc: slot-gpio: Allow non-sleeping GPIO roAlexander Stein1-1/+5
2024-02-23mmc: core: Use mrq.sbc in close-ended ffuAvri Altman1-3/+43
2024-01-25mmc: sdhci_omap: Fix TI SoC dependenciesPeter Robinson1-2/+3
2024-01-15mmc: sdhci-sprd: Fix eMMC init failure after hw resetWenchao Chen1-3/+7
2024-01-15mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven1-0/+1
2024-01-15mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz1-3/+4
2023-12-20mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter3-2/+7
2023-12-13mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulledWenchao Chen1-0/+25
2023-12-13mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit1-0/+41
2023-12-08mmc: block: Retry commands in CQE error recoveryAdrian Hunter1-2/+5
2023-12-08mmc: core: convert comma to semicolonZheng Yongjun1-4/+4
2023-12-08mmc: cqhci: Fix task clearing in CQE error recoveryAdrian Hunter1-16/+16