summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2026-01-08mmc: Fix missing 1 ms delay after mmc power upChristoph Stoidner
2025-12-19Merge tag 'u-boot-amlogic-next-20251219' of https://source.denx.de/u-boot/cus...Tom Rini
2025-12-18Merge tag 'u-boot-socfpga-next-20251217' of https://source.denx.de/u-boot/cus...Tom Rini
2025-12-17arm: dts: socfpga: agilex5: Upgrade SDHCI controller from SD4HC to SD6HCTanmay Kathpalia
2025-12-11mmc: meson_gx_mmc: reduce maximum frequencyNick Xie
2025-12-11mmc: sdhci-cadence6: Add DLL master control and improve tuning reliabilityTanmay Kathpalia
2025-12-11mmc: sdhci-cadence6: socfpga: Fix DT property naming conventionTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Enable software tuning for both SD and eMMC interfacesTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Use hardware version field for Cadence SDHCI controllerTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Set controller and PHY speed modes for SD and eMMC cardsTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Use max-frequency property from device treeTanmay Kathpalia
2025-12-11mmc: mmc-uclass: Use max-frequency from device tree with default handlingTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Add reset control supportTanmay Kathpalia
2025-12-11mmc: meson_gx_mmc: add minimal non-DM driverFerass El Hafidi
2025-12-08Merge tag 'v2026.01-rc4' into nextTom Rini
2025-12-04Merge patch series "clk: Fix some error detection"Tom Rini
2025-12-04mmc: fsl_esdhc_imx: Cannot test unsigned to be < 0Andrew Goodbody
2025-12-04mmc: hi6220_dw_mmc: Fix error detection for clk_get_rateAndrew Goodbody
2025-12-01mmc: socfpga_dw_mmc: Restore legacy clkmgr address retrievalAlif Zakuan Yuslaimi
2025-11-08Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2025-11-07mmc: renesas-sdhi: Add R-Car Gen5 supportHai Pham
2025-11-07mmc: exynos_dw_mmc: Disable FMP for Exynos850 chipSam Protsenko
2025-11-07mmc: exynos_dw_mmc: Add exynos850 compatibleSam Protsenko
2025-11-07mmc: exynos_dw_mmc: Add quirk for disabling FMPSam Protsenko
2025-11-07mmc: exynos_dw_mmc: Improve coding styleSam Protsenko
2025-11-07mmc: dw_mmc: Do not export dwmci_send_cmd() and dwmci_set_ios()Sam Protsenko
2025-11-07mmc: exynos_dw_mmc: Extend dm_dwmci_ops without code duplicationSam Protsenko
2025-11-02Merge tag 'u-boot-rockchip-20251101' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-11-02mmc: rockchip_sdhci: Set xx_TAP_VALUE for RK3528Jonas Karlman
2025-10-30mmc: exynos_dw_mmc: guard execute_tuningPeng Fan
2025-10-30mmc: sd: Handle UHS-I voltage signaling without power cycleTanmay Kathpalia
2025-10-30mmc: exynos_dw_mmc: add compatible for exynos7870-dw-mshc-smuKaustabh Chakraborty
2025-10-30mmc: exynos_dw_mmc: add support for SD UHS modeKaustabh Chakraborty
2025-10-30mmc: exynos_dw_mmc: add support for MMC HS200 and HS400 modesKaustabh Chakraborty
2025-10-30mmc: enable/disable VQMMC regulator only during MMC power cycleKaustabh Chakraborty
2025-10-30mmc: dw_mmc: return error for invalid voltage settingKaustabh Chakraborty
2025-10-30mmc: dw_mmc: add voltage switch command flagKaustabh Chakraborty
2025-10-30mmc: dw_mmc: properly address command completion in dwmci_control_clken()Kaustabh Chakraborty
2025-10-30mmc: dw_mmc: do not skip dwmci_setup_bus() for same non-zero clock frequencyKaustabh Chakraborty
2025-10-30mmc: dw_mmc: export dwmci_send_cmd() and dwmci_set_ios()Kaustabh Chakraborty
2025-10-30mmc: exynos_dw_mmc: Add compatible string for Exynos5250Lukas Timmermann
2025-10-28mmc: owl_mmc: Do not dereference data before NULL checkAndrew Goodbody
2025-10-14Merge tag 'xilinx-for-v2026.01-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini
2025-10-13mmc: octeontx_hsmmc: Remove impossible testAndrew Goodbody
2025-10-13mmc: octeontx_hsmmc: Need parens in expressionAndrew Goodbody
2025-10-10mmc: cv1800b_sdhci: Fix possible warning with MMC_SUPPORTS_TUNING=nTom Rini
2025-10-10mmc: Fix a potential warning in xPLTom Rini
2025-10-10mmc: sdhci-cadence6: Use dev_read_u32() for device tree property parsingTanmay Kathpalia
2025-10-09drivers: firmware: update xilinx_pm_request to support max payloadNaman Trivedi
2025-10-08thermal: Convert .get_temp() return value to millicelsiusMarek Vasut