aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: msm_sdhci: enable vqmmc at probe if availableNeil Armstrong2024-11-201-0/+12
* mmc: renesas-sdhi: Add compatible string for rzg2l-sdhiPaul Barker2024-10-281-0/+1
* mmc: fsl_esdhc: Convert to use livetree API for fdt accessTim Harvey2024-10-251-8/+7
* Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine"Jonas Karlman2024-10-151-51/+52
* Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"Tom Rini2024-10-141-0/+1
|\
| * lib: Adapt digest header files to MbedTLSRaymond Mao2024-10-141-0/+1
* | Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-1112-33/+33
|\ \ | |/ |/|
| * global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-3/+3
| * global: Rename SPL_ to XPL_Simon Glass2024-10-111-3/+3
| * drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-1112-27/+27
* | mmc: fsl_esdhc_imx: Reset tuning logicPeng Fan2024-10-041-4/+4
* | mmc: fsl_esdhc_imx: Avoid resource leakYe Li2024-10-041-0/+2
* | mmc: fsl_esdhc_imx: Fix host_caps issue for non-DM driverYe Li2024-10-041-2/+0
* | mmc: fsl_esdhc_imx: Send 80 clocks before IDLE commandYe Li2024-10-041-1/+15
* | mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk APIPeng Fan2024-10-041-4/+12
* | Merge patch series "vbe: Series part D"Tom Rini2024-10-034-13/+21
|\ \
| * | rockchip: mmc: Fix a missing colon and newlineSimon Glass2024-10-031-1/+1
| * | mmc: rockchip: Allow clocks to be missingSimon Glass2024-10-032-9/+6
| * | mmc: rockchip: Log some error returnsSimon Glass2024-10-031-2/+2
| * | mmc: Log the error when init failsSimon Glass2024-10-031-1/+1
| * | mmc: Support driver model in TPLSimon Glass2024-10-031-0/+11
* | | Merge tag 'xilinx-for-v2025.01-rc1' of https://source.denx.de/u-boot/custodia...WIP/23Sep2024-nextTom Rini2024-09-231-13/+26
|\ \ \ | | |/ | |/|
| * | mmc: zynq_sdhci: Remove device_is_compatible() functionPadmarao Begari2024-09-201-13/+26
* | | mmc: Poll CD in case cyclic framework is enabledWIP/21Sep2024-nextMarek Vasut2024-09-211-0/+25
|/ /
* | mmc: consider cd-gpios in Synopsys DesignWare driverHeinrich Schuchardt2024-09-051-0/+9
* | mmc: msm_sdhci: program core_vendor_specCaleb Connolly2024-09-051-0/+11
|/
* mmc: Change the frequency to MMC_HS_52 when selecting hs400Venkatesh Yadav Abbarapu2024-09-051-3/+3
* mmc: sdhci-cadence: Add support for Cadence sdmmc v6Kuan Lim Lee2024-09-054-51/+375
* Merge patch series "provide names for emmc hardware partitions"Tom Rini2024-09-051-0/+35
|\
| * mmc: allow use of hardware partition names for mmc partconfTim Harvey2024-09-051-0/+35
* | mmc: Use logging instead of pr_err()Simon Glass2024-08-231-23/+23
* | mmc: Use logging instead of printf()Simon Glass2024-08-231-30/+22
* | mmc: exynos_dw_mmc: Improve coding styleSam Protsenko2024-08-191-17/+9
* | mmc: exynos_dw_mmc: Use dev->name as driver's displayed nameSam Protsenko2024-08-191-1/+1
* | mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()Sam Protsenko2024-08-191-7/+9
* | mmc: exynos_dw_mmc: Pull all init code into probe functionSam Protsenko2024-08-191-51/+35
* | mmc: exynos_dw_mmc: Add support for ARM64 Exynos chipsSam Protsenko2024-08-191-0/+8
* | mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callbackSam Protsenko2024-08-191-0/+10
* | mmc: exynos_dw_mmc: Read and use DDR timing when availableSam Protsenko2024-08-191-1/+19
* | mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip dataSam Protsenko2024-08-191-5/+8
* | mmc: exynos_dw_mmc: Read common clock-frequency propertySam Protsenko2024-08-191-1/+1
* | mmc: exynos_dw_mmc: Read common bus-width propertySam Protsenko2024-08-192-2/+2
* | mmc: exynos_dw_mmc: Refactor fixed CIU clock dividerSam Protsenko2024-08-192-15/+30
* | mmc: exynos_dw_mmc: Abstract CLKSEL registerSam Protsenko2024-08-191-4/+26
* | mmc: exynos_dw_mmc: Read upstream SDR timing propertiesSam Protsenko2024-08-191-7/+7
* | mmc: exynos_dw_mmc: Convert to use livetree APISam Protsenko2024-08-191-9/+8
* | mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsingSam Protsenko2024-08-191-8/+7
* | mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF APISam Protsenko2024-08-191-8/+79
* | mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chipsSam Protsenko2024-08-191-0/+9
* | mmc: exynos_dw_mmc: Fix getting private data in exynos_dwmci_board_init()Sam Protsenko2024-08-191-7/+13