aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini64-45/+91
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini62-62/+5
2024-05-07mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini11-29/+40
2024-05-01mmc: cv1800b: Add transmit tap delay config to fix write errorKongyang Liu1-1/+3
2024-04-29Merge patch series "Fix MMC tuning algorithm"Tom Rini1-32/+140
2024-04-29mmc: am654_sdhci: Fix ITAPDLY for HS400 timingJudith Mendez1-0/+8
2024-04-29mmc: am654_sdhci: Set ENDLL=1 for DDR52 modeJudith Mendez1-1/+3
2024-04-29mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bitJudith Mendez1-10/+22
2024-04-29mmc: am654_sdhci: Fix OTAP/ITAP delay valuesNitin Yadav1-4/+19
2024-04-29mmc: am654_sdhci: Add tuning algorithm for delay chainJudith Mendez1-18/+89
2024-04-26Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/26Apr2024Tom Rini6-25/+81
2024-04-26mmc: rockchip_sdhci: Fix 4 blocks PIO mode read limit for RK35xxJonas Karlman1-10/+16
2024-04-26mmc: arm_pl180: Limit data transfer to U16_MAXMaximilian Brune1-0/+10
2024-04-26mmc: sdhci: programmable clock calculation needs multiplier +1cmachida1-0/+9
2024-04-26mmc: Add support for the no-mmc-hs400 propJonas Karlman1-0/+3
2024-04-26mmc: Imply HS200 cap with mmc-hs400 prop to match linuxJonas Karlman1-2/+2
2024-04-26mmc: Support 32-bit only ADMA on 64-bit platformsGreg Malysa3-6/+23
2024-04-26mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_opsIan Roberts3-17/+34
2024-04-23mmc: msm_sdhci: fix vendor_spec_cap0 registersCaleb Connolly1-2/+2
2024-04-23mmc: msm_sdhci: use a more sensible default clock rateCaleb Connolly1-1/+1
2024-04-23mmc: msm_sdhci: print core versionCaleb Connolly1-0/+2
2024-04-23mmc: msm_sdhci: use modern DT handlingCaleb Connolly1-9/+19
2024-04-23mmc: msm_sdhci: correct vendor_spec_cap0 register for v5Caleb Connolly1-4/+7
2024-04-19mmc: stm32_sdmmc2: Fix AARCH64 compilation warningsPatrice Chotard1-4/+4
2024-04-19mmc: stm32_sdmmc2: Add "st,stm32mp25-sdmmc2" compatiblePatrick Delaunay1-0/+1
2024-04-15mmc: cv1800b_sdhci: Remove the unused argumentJaehoon Chung1-1/+1
2024-04-15mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probeYang Xiwen1-1/+10
2024-04-15mmc: dw_mmc: Don't return error if data busy timeoutYang Xiwen1-2/+2
2024-04-15mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET...Yang Xiwen1-1/+60
2024-04-15mmc: Unconditionally call mmc_deinit()Marek Vasut2-16/+16
2024-04-15mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callbackMarek Vasut1-1/+4
2024-04-15mmc: Add generic tuning flagMarek Vasut1-1/+7
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut1-2/+2
2024-04-15mmc: renesas-sdhi: Stop transmission in case tuning block transfer failsMarek Vasut1-7/+7
2024-04-15mmc: tmio: Check INFO1 for completion during DMA transferMarek Vasut1-1/+7
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut9-21/+26
2024-04-15mmc: arm_pl180_mmci: Rely on DMLinus Walleij2-64/+3
2024-04-15mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPLJonas Karlman4-5/+13
2024-04-15mmc: Don't suggest to build modules in Kconfig.Heinrich Schuchardt1-5/+5
2024-04-15mmc: Avoid buffer overrun in mmc_startup()Heinrich Schuchardt1-2/+11
2024-04-09mmc: cv1800b: Add sdhci driver support for cv1800b SoCKongyang Liu3-0/+130
2024-03-11Merge tag 'v2024.04-rc4' into nextTom Rini3-40/+40
2024-03-02mmc: renesas-sdhi: Rename rmobile_is_gen3_mmc0() to rcar_is_gen3_mmc0()Marek Vasut1-4/+4
2024-03-02ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut2-3/+3
2024-03-02ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_*Marek Vasut1-17/+17
2024-03-02ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*()Marek Vasut1-16/+16
2024-03-02ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()Marek Vasut1-17/+17
2024-03-01mmc: msm_sdhci: use modern clock handlingCaleb Connolly1-22/+47
2024-02-07Merge tag 'u-boot-rockchip-20240207' of https://source.denx.de/u-boot/custodi...WIP/07Feb2024Tom Rini1-4/+5
2024-02-05Merge tag 'rpi-next-2024.04' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini1-4/+60