summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2024-12-25Merge tag 'v2025.01-rc5' into nextTom Rini
2024-12-18mmc: snps_sdhci: Add sdhci driver support for TH1520 SoCMaksim Kiselev
2024-12-18mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible to match upstream DTHal Feng
2024-12-16mmc: Fix potential timer value truncationRonald Wahl
2024-12-11mmc: renesas: Fix R-Car spellingMarek Vasut
2024-11-20mmc: msm_sdhci: enable vqmmc at probe if availableNeil Armstrong
2024-10-28mmc: renesas-sdhi: Add compatible string for rzg2l-sdhiPaul Barker
2024-10-25mmc: fsl_esdhc: Convert to use livetree API for fdt accessTim Harvey
2024-10-15Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine"Jonas Karlman
2024-10-14Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"Tom Rini
2024-10-14lib: Adapt digest header files to MbedTLSRaymond Mao
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-04mmc: fsl_esdhc_imx: Reset tuning logicPeng Fan
2024-10-04mmc: fsl_esdhc_imx: Avoid resource leakYe Li
2024-10-04mmc: fsl_esdhc_imx: Fix host_caps issue for non-DM driverYe Li
2024-10-04mmc: fsl_esdhc_imx: Send 80 clocks before IDLE commandYe Li
2024-10-04mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk APIPeng Fan
2024-10-03Merge patch series "vbe: Series part D"Tom Rini
2024-10-03rockchip: mmc: Fix a missing colon and newlineSimon Glass
2024-10-03mmc: rockchip: Allow clocks to be missingSimon Glass
2024-10-03mmc: rockchip: Log some error returnsSimon Glass
2024-10-03mmc: Log the error when init failsSimon Glass
2024-10-03mmc: Support driver model in TPLSimon Glass
2024-09-23Merge tag 'xilinx-for-v2025.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2024-09-21mmc: Poll CD in case cyclic framework is enabledMarek Vasut
2024-09-20mmc: zynq_sdhci: Remove device_is_compatible() functionPadmarao Begari
2024-09-05mmc: consider cd-gpios in Synopsys DesignWare driverHeinrich Schuchardt
2024-09-05mmc: msm_sdhci: program core_vendor_specCaleb Connolly
2024-09-05mmc: Change the frequency to MMC_HS_52 when selecting hs400Venkatesh Yadav Abbarapu
2024-09-05mmc: sdhci-cadence: Add support for Cadence sdmmc v6Kuan Lim Lee
2024-09-05Merge patch series "provide names for emmc hardware partitions"Tom Rini
2024-09-05mmc: allow use of hardware partition names for mmc partconfTim Harvey
2024-08-23mmc: Use logging instead of pr_err()Simon Glass
2024-08-23mmc: Use logging instead of printf()Simon Glass
2024-08-19mmc: exynos_dw_mmc: Improve coding styleSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Use dev->name as driver's displayed nameSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()Sam Protsenko
2024-08-19mmc: exynos_dw_mmc: Pull all init code into probe functionSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Add support for ARM64 Exynos chipsSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callbackSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Read and use DDR timing when availableSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip dataSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Read common clock-frequency propertySam Protsenko
2024-08-19mmc: exynos_dw_mmc: Read common bus-width propertySam Protsenko
2024-08-19mmc: exynos_dw_mmc: Refactor fixed CIU clock dividerSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Abstract CLKSEL registerSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Read upstream SDR timing propertiesSam Protsenko