summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2025-06-24mmc: sdhci-pci: Drop the use of sdhci_free_host()Binbin Zhou
2025-06-24mmc: sdhci-milbeaut: Drop the use of sdhci_free_host()Binbin Zhou
2025-06-24mmc: sdhci-acpi: Drop the use of sdhci_free_host()Binbin Zhou
2025-06-24mmc: sdhci: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: mmc_spi: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: sunxi: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: tmio: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: wmt-sdmmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: wbsd: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: vub300: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: via-sdmmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: ushc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: usdhi6ro10: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: toshsd: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: tifm_sd: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: sh_mmicf: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: sdricoh_cs: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: rtsx_usb_sdmmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: rtsx_pci: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: pxamci: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: owl-mmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: omap_hsmmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: omap: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: mxs-mmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: mxcmmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: mvsdio: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: moxart-mmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: mmci: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: meson-mx-sdhc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: litex_mmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: jz4740: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: dw_mmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: davinci_mmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: cb710: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: cavium: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: bcm2835: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: au1xmmc: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: atmel: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: alcor: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-24mmc: sdhci: Return void from sdhci_runtime_suspend|resume_host()Adrian Hunter
2025-06-24mmc: sdhci-of-k1: disable HW busy detectionYixun Lan
2025-06-24mmc: sdhci-of-k1: make register definition vendor specificYixun Lan
2025-06-24mmc: sdhci-esdhc-imx: optimize clock loopback selection with dummy pad supportLuke Wang
2025-06-24mmc: sdhci-esdhc-imx: refactor clock loopback selection logicLuke Wang
2025-06-24mmc: sdhci-esdhc-imx: Don't change pinctrl in suspend if wakeup sourceHaibo Chen
2025-06-24mmc: sdhci-uhs2: Adjust some error messages and register dump for SD UHS-II cardVictor Shih
2025-06-24mmc: sdhci: Add a helper function for dump register in dynamic debug modeVictor Shih
2025-06-24mmc: core: Adjust some error messages for SD UHS-II cardsVictor Shih
2025-06-19mtk-sd: Prevent memory corruption from DMA map failureMasami Hiramatsu (Google)
2025-06-09mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared dataMasami Hiramatsu (Google)