index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
2026-02-23
mmc: dw_mmc: Remove unused register access macros
Shawn Lin
2026-02-23
mmc: dw_mmc: Improve dw_mci_get_cd()
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove DW_MCI_SEND_STATUS and DW_MCI_RECV_STATUS macros
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove redundant struct mmc_data forward declaration
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove struct dw_mci_board
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove bus_hz from struct dw_mci_board
Shawn Lin
2026-02-23
mmc: dw_mmc: Move detect_delay_ms from struct dw_mci_board to struct dw_mci
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove fifo_depth from struct dw_mci_board
Shawn Lin
2026-02-23
mmc: dw_mmc: Move rstc from struct dw_mci_board to struct dw_mci
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove caps2 and pm_caps from struct dw_mci_board
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove assignment of pdata in dw_mci_pltfm_register()
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove SDMMC_INT_ERROR
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove dma_ops from struct dw_mci_board
Shawn Lin
2026-02-23
mmc: dw_mmc: Check return value of dma_ops->init() in resume
Shawn Lin
2026-02-23
mmc: sdhci-of-aspeed: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2026-02-23
mmc: jz4740: Fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2026-02-23
mmc: cavium-octeon: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2026-02-23
mmc: atmel-mci: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2026-02-23
mmc: cavium: Use clamp to simplify cvm_mmc_set_clock
Thorsten Blum
2026-02-23
mmc: sdhci-of-k1: add reset support
Yixun Lan
2026-02-23
mmc: dw_mmc: Remove struct dw_mci_slot
Shawn Lin
2026-02-23
mmc: dw_mmc: Introduce dw_mci_alloc_host()
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove queue from dw_mci
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove mrq from struct dw_mci_slot
Shawn Lin
2026-02-23
mmc: dw_mmc: Move clock rate stuff from struct dw_mci_slot to struct dw_mci
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove sdio_id from struct dw_mci_slot
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove id and ctype from dw_mci_slot
Shawn Lin
2026-02-23
mmc: dw_mmc: Move flags from struct dw_mci_slot to struct dw_mci
Shawn Lin
2026-02-23
mmc: dw_mmc: Let variant drivers to use struct dw_mci as possible
Shawn Lin
2026-02-23
mmc: dw_mmc: Move struct mmc_host from struct dw_mci_slot to struct dw_mci
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove unused header files and keep alphabetical order
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove check before calling mmc_regulator_set_ocr()
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove vqmmc_enabled from struct dw_mci and update the reset
Shawn Lin
2026-02-23
mmc: sdhci-esdhc-imx: wait for data transfer completion before reset
Luke Wang
2026-02-23
mmc: mtk-sd: add support for MT8189 SoC
Louis-Alexis Eyraud
2026-02-23
mmc: mtk-sd: add support for SPM resource release control
Louis-Alexis Eyraud
2026-02-23
mmc: core: Add quirk for incorrect manufacturing date
Avri Altman
2026-02-23
mmc: core: Adjust MDT beyond 2025
Avri Altman
2026-02-23
mmc: sdhci-msm: Enable ICE for CQE-capable controllers with non-CQE cards
Md Sadre Alam
2026-02-23
mmc: dw_mmc: add dw_mci_prepare_desc() for both of 32bit and 64bit DMA
Shawn Lin
2026-02-23
mmc: dw_mmc: Remove unused struct dma_pdata
Shawn Lin
2026-02-23
mmc: sdhci-brcmstb: use correct register offset for V1 pin_sel restore
Kamal Dasu
2026-02-23
mmc: dw_mmc-rockchip: Fix runtime PM support for internal phase support
Shawn Lin
2026-02-23
mmc: mmci: Fix device_node reference leak in of_get_dml_pipe_index()
Felix Gu
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-16
Merge tag 'mips_7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2026-01-30
mmc: sdhci-pic32: update include to use pic32.h from platform_data
Brian Masney
2026-01-29
Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
2026-01-27
sdio: Provide a bustype shutdown function
Uwe Kleine-König
[prev]
[next]