aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
10 daysmmc: sdhci-esdhc-imx: fix resume error handlingLuke Wang1-4/+4
10 daysmmc: sdhci-esdhc-imx: make non-fatal errors non-blocking in suspendLuke Wang1-7/+6
10 daysmmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspendLuke Wang1-1/+3
10 daysmmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interruptLuke Wang1-5/+6
10 daysmmc: sdhci-esdhc-imx: restore pinctrl before restoring ios timing on resumeLuke Wang1-0/+6
10 daysmmc: sdhci-esdhc-imx: fix esdhc_change_pinstate() to allow default state restoreLuke Wang1-3/+5
10 daysmmc: sdhci-esdhc-imx: restore DLL override for DDR modes on resumeLuke Wang1-11/+28
10 daysmmc: sdhci-esdhc-imx: remove unnecessary mmc_card_wake_sdio_irq check for tun...Luke Wang1-4/+2
2026-07-06mmc: block: fix RPMB device unregister orderingAo Sun1-2/+1
2026-07-06mmc: vub300: defer reset until cmd_mutex is unlockedRunyu Xiao1-9/+17
2026-07-06mmc: vub300: fix use-after-free on probe failureGuangshuo Li1-3/+7
2026-07-06mmc: mmc_test: Fix __counted_by handling after kzalloc_flex() conversionLad Prabhakar1-7/+11
2026-07-06mmc: sdhci-of-dwcmshc: check bus clock enable result in the probe() methodSergey Shtylyov1-5/+9
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)8-8/+0
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