aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-24mmc: sdhci-pltfm: Drop the use of sdhci_pltfm_free()Binbin Zhou1-10/+1
2025-06-24mmc: sdhci-spear: Drop the use of sdhci_free_host()Binbin Zhou1-7/+4
2025-06-24mmc: sdhci-s3c: Drop the use of sdhci_free_host()Binbin Zhou1-12/+4
2025-06-24mmc: sdhci-pci: Drop the use of sdhci_free_host()Binbin Zhou1-7/+2
2025-06-24mmc: sdhci-milbeaut: Drop the use of sdhci_free_host()Binbin Zhou1-13/+6
2025-06-24mmc: sdhci-acpi: Drop the use of sdhci_free_host()Binbin Zhou1-3/+0
2025-06-24mmc: sdhci: Use devm_mmc_alloc_host() helperBinbin Zhou1-2/+1
2025-06-24mmc: mmc_spi: Use devm_mmc_alloc_host() helperBinbin Zhou1-3/+1
2025-06-24mmc: sunxi: Use devm_mmc_alloc_host() helperBinbin Zhou1-14/+8
2025-06-24mmc: tmio: Use devm_mmc_alloc_host() helperBinbin Zhou4-27/+6
2025-06-24mmc: wmt-sdmmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-6/+2
2025-06-24mmc: wbsd: Use devm_mmc_alloc_host() helperBinbin Zhou1-3/+1
2025-06-24mmc: vub300: Use devm_mmc_alloc_host() helperBinbin Zhou1-10/+6
2025-06-24mmc: via-sdmmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-5/+2
2025-06-24mmc: ushc: Use devm_mmc_alloc_host() helperBinbin Zhou1-3/+1
2025-06-24mmc: usdhi6ro10: Use devm_mmc_alloc_host() helperBinbin Zhou1-20/+10
2025-06-24mmc: toshsd: Use devm_mmc_alloc_host() helperBinbin Zhou1-3/+1
2025-06-24mmc: tifm_sd: Use devm_mmc_alloc_host() helperBinbin Zhou1-6/+1
2025-06-24mmc: sh_mmicf: Use devm_mmc_alloc_host() helperBinbin Zhou1-11/+6
2025-06-24mmc: sdricoh_cs: Use devm_mmc_alloc_host() helperBinbin Zhou1-7/+3
2025-06-24mmc: rtsx_usb_sdmmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-3/+1
2025-06-24mmc: rtsx_pci: Use devm_mmc_alloc_host() helperBinbin Zhou1-4/+1
2025-06-24mmc: pxamci: Use devm_mmc_alloc_host() helperBinbin Zhou1-27/+15
2025-06-24mmc: owl-mmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-24/+13
2025-06-24mmc: omap_hsmmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-12/+5
2025-06-24mmc: omap: Use devm_mmc_alloc_host() helperBinbin Zhou1-16/+9
2025-06-24mmc: mxs-mmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-20/+11
2025-06-24mmc: mxcmmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-21/+10
2025-06-24mmc: mvsdio: Use devm_mmc_alloc_host() helperBinbin Zhou1-17/+7
2025-06-24mmc: moxart-mmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-26/+14
2025-06-24mmc: mmci: Use devm_mmc_alloc_host() helperBinbin Zhou1-20/+11
2025-06-24mmc: meson-mx-sdhc: Use devm_mmc_alloc_host() helperBinbin Zhou1-12/+1
2025-06-24mmc: litex_mmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-11/+1
2025-06-24mmc: jz4740: Use devm_mmc_alloc_host() helperBinbin Zhou1-27/+13
2025-06-24mmc: dw_mmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-10/+5
2025-06-24mmc: davinci_mmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-15/+7
2025-06-24mmc: cb710: Use devm_mmc_alloc_host() helperBinbin Zhou1-4/+1
2025-06-24mmc: cavium: Use devm_mmc_alloc_host() helperBinbin Zhou1-8/+2
2025-06-24mmc: bcm2835: Use devm_mmc_alloc_host() helperBinbin Zhou1-4/+1
2025-06-24mmc: au1xmmc: Use devm_mmc_alloc_host() helperBinbin Zhou1-10/+4
2025-06-24mmc: atmel: Use devm_mmc_alloc_host() helperBinbin Zhou1-5/+2
2025-06-24mmc: alcor: Use devm_mmc_alloc_host() helperBinbin Zhou1-15/+5
2025-06-24mmc: sdhci: Return void from sdhci_runtime_suspend|resume_host()Adrian Hunter10-65/+29
2025-06-24mmc: sdhci-of-k1: disable HW busy detectionYixun Lan1-2/+0
2025-06-24mmc: sdhci-of-k1: make register definition vendor specificYixun Lan1-66/+72
2025-06-24mmc: sdhci-esdhc-imx: optimize clock loopback selection with dummy pad supportLuke Wang1-4/+21
2025-06-24mmc: sdhci-esdhc-imx: refactor clock loopback selection logicLuke Wang1-13/+14
2025-06-24mmc: sdhci-esdhc-imx: Don't change pinctrl in suspend if wakeup sourceHaibo Chen1-4/+12
2025-06-24mmc: sdhci-uhs2: Adjust some error messages and register dump for SD UHS-II cardVictor Shih1-10/+10
2025-06-24mmc: sdhci: Add a helper function for dump register in dynamic debug modeVictor Shih1-0/+16