
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/15512
The following changes since commit b08ffdffdce95e267e782366f4a77bf6b5537b28:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-03-06 14:56:05 -0500)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-mmc.git master
for you to fetch changes up to 279b0f4a9265bb9fd55cf2005646ebf43e47b50e:
mmc: mv_sdhci: Depend on DM_MMC (2023-03-09 14:33:40 +0900)
---------------------------------------------------------------- Loic Poulain (3): mmc: Check support for TRIM operations mmc: erase: Use TRIM erase when available test: dm: mmc: Check block erasing boundaries
Marek Vasut (2): spl: mmc: Pass eMMC HW partition and SW partition to spl_mmc_get_uboot_raw_sector() spl: mmc: Pass eMMC HW partition 7 through
Stefan Roese (3): mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config() mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS support mmc: mv_sdhci: Depend on DM_MMC
arch/arm/mach-imx/image-container.c | 2 ++ arch/arm/mach-sunxi/board.c | 2 ++ common/spl/spl_mmc.c | 10 +++++-- drivers/mmc/Kconfig | 1 + drivers/mmc/mmc.c | 3 ++ drivers/mmc/mmc_write.c | 34 +++++++++++++++-------- drivers/mmc/mv_sdhci.c | 55 ++++++------------------------------- include/mmc.h | 4 +++ test/dm/mmc.c | 14 +++++----- 9 files changed, 58 insertions(+), 67 deletions(-)