Hi Tom, Please pull mmc-2021-9-13
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/9096 ----------------------------------- Support using mmc command for enumerating mmc card in a given mode Fix device_remove in mmc Fix switch issue with send_status disabled Drop 1ms delay in fsl_esdhc command sending Revert "mmc: sdhci: set to INT_DATA_END when there are data" ----------------------------------- Thanks, Peng. The following changes since commit 4412fd8ba2ce5945d04f4b181a96e05576c46bf2: Merge branch '2021-09-08-fix-FIT-hash-algos-in-SPL' (2021-09-08 21:23:55 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2021-9-13 for you to fetch changes up to 285edfd7821e79de579b0bf1a7328dead2304a0b: mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common() (2021-09-13 11:46:50 +0800) ---------------------------------------------------------------- Aswath Govindraju (2): mmc: Add support for enumerating MMC card in a given mode using mmc command doc: usage: mmc: Document usage of speed mode in "mmc dev" and "mmc rescan" Michael Walle (1): mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common() Ye Li (2): mmc: fix switch issue with send_status disabled mmc: fix device_remove when HS400_ES is enabled yuezhang...@sony.com (1): Revert "mmc: sdhci: set to INT_DATA_END when there are data" cmd/Kconfig | 10 ++++++++++ cmd/mmc.c | 52 ++++++++++++++++++++++++++++++++++++++++++++-------- doc/usage/mmc.rst | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- drivers/mmc/fsl_esdhc.c | 7 ------- drivers/mmc/mmc-uclass.c | 5 ++++- drivers/mmc/mmc.c | 32 +++++++++++++++++++++++++++----- drivers/mmc/sdhci.c | 3 +-- include/mmc.h | 2 ++ 8 files changed, 135 insertions(+), 25 deletions(-)