summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)Author
2026-03-16mmc: Merge branch fixes into nextUlf Hansson
2026-03-16mmc: sdhci: fix timing selection for 1-bit bus widthLuke Wang
2026-03-16mmc: dw_mmc-rockchip: Add phase map supportShawn Lin
2026-03-16mmc: dw_mmc-hi3798mv200: Using phase map from dw_mmc coreShawn Lin
2026-03-16mmc: dw_mmc: Add parsing mmc_clk_phase_map supportShawn Lin
2026-03-09mmc: sdhci-esdhc-imx: add NXP S32N79 supportCiprian Marian Costea
2026-03-09mmc: tifm_sd: Use min3() to simplify tifm_sd_transfer_data()Thorsten Blum
2026-03-09mmc: renesas_sdhi_sys_dmac: Convert to DEFINE_RUNTIME_DEV_PM_OPS()Geert Uytterhoeven
2026-03-09mmc: loongson2: Add Loongson-2K0300 SD/SDIO/eMMC controller driverBinbin Zhou
2026-03-09mmc: loongson2: Gathering all SoCs private data togetherBinbin Zhou
2026-03-09mmc: sdhci-of-bst: Fix memory leak in sdhci_bst_alloc_bounce_buffer()Felix Gu
2026-03-09mmc: Merge the immutable mux branch into nextUlf Hansson
2026-03-09mmc: host: renesas_sdhi_core: support selecting an optional muxJosua Mayer
2026-03-04mmc: Merge branch fixes into nextUlf Hansson
2026-03-04mmc: sdhci-pci-gli: fix GL9750 DMA write corruptionMatthew Schwartz
2026-03-04mmc: rtsx_pci_sdmmc: simplify voltage switch handling after card_busy()Ricky Wu
2026-02-24mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TESTBrian Masney
2026-02-24mmc: sdhci-pic32: add SPDX license identifierBrian Masney
2026-02-24mmc: dw_mmc: Rename dw_mci_pltfm_pmops to dw_mci_pmopsShawn Lin
2026-02-24mmc: sdhci-of-arasan: add support on Axiado AX3000 SoCSriNavmani A
2026-02-24mmc: host: Remove unnecessary module_init/exit functionsEthan Nelson-Moore
2026-02-23mmc: dw_mmc: move pmops into core driverArnd Bergmann
2026-02-23mmc: loongson2-mmc: drop redundant memset after dma_alloc_coherent()Andre Korol
2026-02-23mmc: dw_mmc: Remove mshc alias supportShawn Lin
2026-02-23mmc: dw_mmc-k3: Remove mshc alias supportShawn Lin
2026-02-23mmc: sdhci: add Black Sesame Technologies BST C1200 controller driverAlbert Yang
2026-02-23mmc: sdhci: allow drivers to pre-allocate bounce bufferAlbert Yang
2026-02-23mmc: sdhci-of-k1: spacemit: Add support for K3 SoCYixun Lan
2026-02-23mmc: sdhci: Stop advertising the driver in dmesgLinus Walleij
2026-02-23mmc: dw_mmc-pltfm: use modern PM macrosShawn Lin
2026-02-23mmc: dw_mmc-pci: Use BAR_2 and pcim_iomap_region()Shawn Lin
2026-02-23mmc: dw_mmc: Remove unused register access macrosShawn Lin
2026-02-23mmc: dw_mmc: Improve dw_mci_get_cd()Shawn Lin
2026-02-23mmc: dw_mmc: Remove DW_MCI_SEND_STATUS and DW_MCI_RECV_STATUS macrosShawn Lin
2026-02-23mmc: dw_mmc: Remove redundant struct mmc_data forward declarationShawn Lin
2026-02-23mmc: dw_mmc: Remove struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Remove bus_hz from struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Move detect_delay_ms from struct dw_mci_board to struct dw_mciShawn Lin
2026-02-23mmc: dw_mmc: Remove fifo_depth from struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Move rstc from struct dw_mci_board to struct dw_mciShawn Lin
2026-02-23mmc: dw_mmc: Remove caps2 and pm_caps from struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Remove assignment of pdata in dw_mci_pltfm_register()Shawn Lin
2026-02-23mmc: dw_mmc: Remove SDMMC_INT_ERRORShawn Lin
2026-02-23mmc: dw_mmc: Remove dma_ops from struct dw_mci_boardShawn Lin
2026-02-23mmc: dw_mmc: Check return value of dma_ops->init() in resumeShawn Lin
2026-02-23mmc: sdhci-of-aspeed: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-02-23mmc: jz4740: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2026-02-23mmc: cavium-octeon: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-02-23mmc: atmel-mci: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-02-23mmc: cavium: Use clamp to simplify cvm_mmc_set_clockThorsten Blum