Dear Tom, Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz.
BTW, I'm checking other pending patches in more detail. After checking, I will apply them into u-boot-mmc. Sorry for too late. Best Regards, Jaehoon Chung CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/20345 The following changes since commit b03b49046af5dfca599d2ce8f0aafed89b97aa91: Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2024-04-14 15:58:31 -0600) are available in the Git repository at: g...@source.denx.de:u-boot/custodians/u-boot-mmc.git master for you to fetch changes up to 3657ef738ad6aa2c32c569e7ae67a5557343f7d0: mmc: cv1800b_sdhci: Remove the unused argument (2024-04-15 17:58:59 +0900) ---------------------------------------------------------------- Heinrich Schuchardt (2): mmc: Avoid buffer overrun in mmc_startup() mmc: Don't suggest to build modules in Kconfig. Jaehoon Chung (1): mmc: cv1800b_sdhci: Remove the unused argument Jonas Karlman (1): mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL Linus Walleij (1): mmc: arm_pl180_mmci: Rely on DM Marek Vasut (7): mmc: Drop unused mmc_send_tuning() cmd_error parameter mmc: tmio: Check INFO1 for completion during DMA transfer mmc: renesas-sdhi: Stop transmission in case tuning block transfer fails mmc: Convert hs400_tuning flag from u8 to bool mmc: Add generic tuning flag mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callback mmc: Unconditionally call mmc_deinit() Yang Xiwen (3): mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET enabled mmc: dw_mmc: Don't return error if data busy timeout mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probe drivers/mmc/Kconfig | 23 +++++++++----- drivers/mmc/Makefile | 2 +- drivers/mmc/am654_sdhci.c | 2 +- drivers/mmc/arm_pl180_mmci.c | 66 ++------------------------------------- drivers/mmc/cv1800b_sdhci.c | 2 +- drivers/mmc/dw_mmc.c | 4 +-- drivers/mmc/fsl_esdhc.c | 2 +- drivers/mmc/fsl_esdhc_imx.c | 2 +- drivers/mmc/hi6220_dw_mmc.c | 72 +++++++++++++++++++++++++++++++++++++++++-- drivers/mmc/meson_gx_mmc.c | 2 +- drivers/mmc/mmc-uclass.c | 21 +++++-------- drivers/mmc/mmc.c | 38 +++++++++++++++++------ drivers/mmc/mtk-sd.c | 21 ++++++------- drivers/mmc/octeontx_hsmmc.c | 8 ++++- drivers/mmc/omap_hsmmc.c | 6 ++-- drivers/mmc/renesas-sdhi.c | 21 +++++++------ drivers/mmc/rockchip_dw_mmc.c | 2 +- drivers/mmc/sdhci-cadence.c | 2 +- drivers/mmc/tmio-common.c | 8 ++++- include/mmc.h | 9 +++--- 20 files changed, 179 insertions(+), 134 deletions(-)