Dear Tom, Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz
Best Regards, Jaehoon Chung CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/20547 The following changes since commit d097f9e1299a3bdb7de468f0d9bbc63932f461cd: Merge tag 'fsl-qoriq-2024-4-24' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2024-04-23 17:53:06 -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 1776213dadef4b578f98bcf18beb152f8975a8bf: mmc: arm_pl180: Limit data transfer to U16_MAX (2024-04-26 15:32:06 +0900) ---------------------------------------------------------------- Greg Malysa (1): mmc: Support 32-bit only ADMA on 64-bit platforms Ian Roberts (2): mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops mmc: sdhci: Fix potential ADMA descriptor table overflow Jonas Karlman (2): mmc: Imply HS200 cap with mmc-hs400 prop to match linux mmc: Add support for the no-mmc-hs400 prop Maximilian Brune (1): mmc: arm_pl180: Limit data transfer to U16_MAX cmachida (1): mmc: sdhci: programmable clock calculation needs multiplier +1 drivers/mmc/Kconfig | 18 ++++++++++++++++++ drivers/mmc/arm_pl180_mmci.c | 10 ++++++++++ drivers/mmc/fsl_esdhc.c | 2 +- drivers/mmc/mmc-uclass.c | 7 +++++-- drivers/mmc/sdhci-adma.c | 43 +++++++++++++++++++++++++++++-------------- drivers/mmc/sdhci.c | 26 ++++++++++++++++++-------- include/sdhci.h | 21 +++++++++++++++------ 7 files changed, 96 insertions(+), 31 deletions(-)