aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2026-08-04mmc: Merge branch fixes into nextUlf Hansson5-6/+24
2026-08-04mmc: loongson2: Fix sg iteration in data reorder functionsBinbin Zhou1-4/+4
2026-08-04mmc: omap_hsmmc: fix busy_timeout overflow in ns conversion on 32-bitZhan Xusheng1-1/+1
2026-08-04mmc: atmel-mci: Fix use-after-free in atmci_remove due to race conditionPei Xiao1-0/+2
2026-08-04mmc: sdhci: unmap the bounce buffer before device releaseMyeonghun Pak1-0/+16
2026-08-04mmc: sdhci: make tuning_err a signed intHaibo Chen1-1/+1
2026-08-03mmc: sdhci-tegra: Add Tegra264 SoC dataPrathamesh Shete1-0/+15
2026-08-03mmc: sdhci-tegra: Add Tegra238 SoC dataPrathamesh Shete1-0/+15
2026-07-27mmc: omap_hsmmc: use platform_get_irq_optional for wake IRQRosen Penev1-4/+7
2026-07-27mmc: via-sdmmc: cancel card-detect work on removeFan Wu1-0/+4
2026-07-27mmc: via-sdmmc: stop card-detect handling on probe failureFan Wu1-1/+7
2026-07-27mmc: moxart: use platform helpers for resource and IRQRosen Penev1-19/+10
2026-07-27mmc: host: Remove redundant dev_err()/dev_err_probe()Pan Chuang8-33/+10
2026-07-16mmc: bcm2835: DMA mapping improvementsJohn Garry1-18/+19
2026-07-15mmc: Merge branch fixes into nextUlf Hansson1-33/+58
2026-07-15mmc: dw_mmc: move declaration of dw_mci_pmopsBen Dooks2-1/+2
2026-07-15mmc: sdhci-esdhc-imx: fix resume error handlingLuke Wang1-4/+4
2026-07-15mmc: sdhci-esdhc-imx: make non-fatal errors non-blocking in suspendLuke Wang1-7/+6
2026-07-15mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspendLuke Wang1-1/+3
2026-07-15mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interruptLuke Wang1-5/+6
2026-07-15mmc: sdhci-esdhc-imx: restore pinctrl before restoring ios timing on resumeLuke Wang1-0/+6
2026-07-15mmc: sdhci-esdhc-imx: fix esdhc_change_pinstate() to allow default state restoreLuke Wang1-3/+5
2026-07-15mmc: sdhci-esdhc-imx: restore DLL override for DDR modes on resumeLuke Wang1-11/+28
2026-07-15mmc: sdhci-esdhc-imx: remove unnecessary mmc_card_wake_sdio_irq check for tuning save/restoreLuke Wang1-4/+2
2026-07-13mmc: rtsx_usb_sdmmc: suppress false CD after init timeoutSean Rhodes1-1/+12
2026-07-10mmc: sdhci-of-dwcmshc: Log eMMC reset callsSatyansh Shukla1-0/+1
2026-07-06mmc: Merge branch fixes into nextUlf Hansson2-17/+33
2026-07-06mmc: sdhci-of-ma35d1: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-06mmc: litex_mmc: Remove unused logic for the fixed bus widthInochi Amaoto1-92/+3
2026-07-06mmc: litex_mmc: Set width from linux requestInochi Amaoto1-7/+29
2026-07-06mmc: cqhci: fix to missed endian conversionsBen Dooks1-7/+7
2026-07-06mmc: vub300: defer reset until cmd_mutex is unlockedRunyu Xiao1-9/+17
2026-07-06mmc: moxart: report DMA completion timeoutPengpeng Hou1-2/+9
2026-07-06mmc: vub300: fix use-after-free on probe failureGuangshuo Li1-3/+7
2026-07-06mmc: wbsd: Drop unused assignment of pnp_device_id driver dataUwe Kleine-König (The Capable Hub)1-3/+3
2026-07-06mmc: sdhci-esdhc-mcf: do not use readl()/writel() on ColdFireGreg Ungerer1-12/+12
2026-07-06ARM: PXA: remove remnants of PXA93x supportEthan Nelson-Moore1-2/+1
2026-07-06mmc: dw_mmc: stop and complete DMA also in STATE_DATA_BUSY stateMarek Szyprowski1-0/+1
2026-07-06mmc: cqhci: Remove unused intmask parameter from cqhci_irq()Chanwoo Lee12-14/+12
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 files)Uwe Kleine-König (The Capable Hub)8-8/+0
2026-06-16Merge tag 'mmc-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds11-51/+301
2026-06-03Merge tag 'mmc-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-25/+58
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