
Dear Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz. Sorry for too late.
Those patches are the fixing reensas-sdhi tuning command error and improve the comment. (I have also tested with this patchset on my board.)
Best Regards, Jaehoon Chung
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/16765
The following changes since commit e1bebc16e1d9aa0ddd56c53c0b781f7186dce557:
Prepare v2023.07-rc6 (2023-07-03 13:48:58 -0400)
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 40825dbac96542e914df4baa3aa0252a503b6b88:
mmc: Set clock when reverting to safe bus mode (2023-07-04 08:14:18 +0900)
---------------------------------------------------------------- Hai Pham (2): mmc: Introduce mmc_send_stop_transmission() mmc: renesas-sdhi: Send stop when MMC tuning command fails
Marek Vasut (1): mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment
Pali Rohár (1): mmc: spl: Add comments for default_spl_mmc_emmc_boot_partition()
Valentine Barshak (1): mmc: Set clock when reverting to safe bus mode
common/spl/spl_mmc.c | 42 +++++++++++++++++++++++++++++++++++++++--- drivers/mmc/mmc.c | 26 ++++++++++++++++++++++---- drivers/mmc/renesas-sdhi.c | 11 +++++++++++ include/mmc.h | 2 ++ 4 files changed, 74 insertions(+), 7 deletions(-)