summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-06-16Merge tag 'mmc-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds12-52/+308
2026-06-03Merge tag 'mmc-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds6-26/+61
2026-05-29mmc: Merge branch fixes into nextUlf Hansson3-3/+35
2026-05-29mmc: dw_mmc: Add desc_num field for clarityShawn Lin2-10/+10
2026-05-29mmc: sdhci: add signal voltage switch in sdhci_resume_hostJisheng Zhang1-0/+1
2026-05-29mmc: dw_mmc-rockchip: Add missing private data for very old controllersHeiko Stuebner1-0/+17
2026-05-29mmc: sdhci-of-dwcmshc: use dev_err_probe() to simplify error pathsArtem Shimko1-19/+11
2026-05-29mmc: sdhci-of-dwcmshc: remove redundant IS_ERR() checkArtem Shimko1-4/+2
2026-05-29mmc: litex_mmc: Set mandatory idle clocks before CMD0Inochi Amaoto1-0/+14
2026-05-29mmc: litex_mmc: Use DIV_ROUND_UP for more accurate clock calculationInochi Amaoto1-3/+3
2026-05-29mmc: renesas_sdhi: Add OF entry for RZ/G2E SoCLad Prabhakar1-0/+1
2026-05-29mmc: renesas_sdhi: Add OF entry for RZ/G2N SoCLad Prabhakar1-0/+1
2026-05-29mmc: Merge branch fixes into nextUlf Hansson2-22/+23
2026-05-29mmc: renesas_sdhi: Add OF entry for RZ/G2H SoCLad Prabhakar1-0/+1
2026-05-29mmc: davinci: fix mmc_add_host order in probeOsama Abdelkader1-7/+5
2026-05-29mmc: sdhci-of-dwcmshc: Fix reset, clk, and SDIO support for Eswin EIC7700Huan He1-22/+22
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki1-1/+1
2026-05-18mmc: sdhci-msm: Remove NULL check from devm_of_qcom_ice_get()Manivannan Sadhasivam1-5/+5
2026-05-11mmc: Merge branch fixes into nextUlf Hansson1-1/+3
2026-05-11mmc: sdhci-of-k1: add comprehensive SDR tuning supportIker Pedrosa1-0/+172
2026-05-11mmc: sdhci-of-k1: add regulator and pinctrl voltage switching supportIker Pedrosa1-0/+72
2026-05-11mmc: sdhci-of-k1: enable essential clock infrastructure for SD operationIker Pedrosa1-0/+13
2026-05-11mmc: via-sdmmc: Simplify initialisation of pci_device_id arrayUwe Kleine-König (The Capable Hub)1-3/+2
2026-05-11mmc: davinci: avoid NULL deref of host->data in IRQ handlerStepan Ionichev1-2/+2
2026-05-11memstick: Constify the driver id_tableKrzysztof Kozlowski1-1/+1
2026-05-11mmc: host: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski3-3/+3
2026-05-11mmc: renesas_sdhi: add R-Car M3Le compatibility stringMarek Vasut1-0/+1
2026-05-11mmc: core: Fix host controller programming for fixed driver typeKamal Dasu1-1/+3
2026-05-11mmc: dw_mmc: exynos: increase DMA threshold value for exynos7870Kaustabh Chakraborty1-0/+1
2026-05-11mmc: dw_mmc: implement option for configuring DMA thresholdKaustabh Chakraborty2-2/+4
2026-05-11mmc: dw_mmc: Move misplaced commentShawn Lin1-1/+1
2026-05-11mmc: core: Add validation for host-provided max_segsShawn Lin1-1/+7
2026-04-10mmc: sdhci-msm: Fix the wrapped key handlingNeeraj Soni1-5/+0
2026-04-09mmc: sdhci-of-dwcmshc: Disable clock before DLL configurationShawn Lin1-3/+16
2026-04-09mmc: core: Simplify with scoped for each OF child loopHans Zhang1-7/+2
2026-04-09mmc: core: Optimize size of struct mmc_queue_reqBin Liu1-3/+3
2026-03-31mmc: vub300: clean up module initJohan Hovold1-17/+16
2026-03-31mmc: vub300: rename probe error labelsJohan Hovold1-8/+10
2026-03-31mmc: Merge branch fixes into nextUlf Hansson1-7/+12
2026-03-31mmc: vub300: fix use-after-free on disconnectJohan Hovold1-6/+11
2026-03-31mmc: vub300: fix NULL-deref on disconnectJohan Hovold1-1/+1
2026-03-31mmc: dw_mmc: Remove dw_mci_start_request wrapper and rename core functionShawn Lin1-13/+5
2026-03-31mmc: dw_mmc: Inline dw_mci_queue_request() into dw_mci_request()Shawn Lin1-27/+19
2026-03-31mmc: block: Use MQRQ_XFER_SINGLE_BLOCK for both read and write recoveryShawn Lin1-68/+2
2026-03-31mmc: mmc_test: Replace hard-coded values with macros and consolidate test par...Shawn Lin1-47/+36
2026-03-31mmc: block: Convert to use DEFINE_SIMPLE_DEV_PM_OPS()Shawn Lin1-4/+2
2026-03-31mmc: core: Replace the hard-coded shift value 9 with SECTOR_SHIFTShawn Lin2-5/+6
2026-03-31mmc: sdhci-dwcmshc: Refactor Rockchip platform data for controller revisionsShawn Lin1-35/+57
2026-03-27mmc: core: Switch to use pm_ptr() for mmc_host_class_dev_pm_opsShawn Lin1-9/+3