[GIT PULL] Please pull u-boot-mmc master

Hi Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is a problem, let me know, plz.
Best Regards, Jaehoon Chung
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/10571
The following changes since commit fe04d885fb540b614a2f989e16e808b300ccb52e:
Merge branch 'next' (2022-01-10 14:01:57 -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 a15b2e6bcf5ae605073a7db54bfb68b07f736ba4:
mmc: unconditionally define mmc_deinit() (2022-01-12 09:56:40 +0900)
---------------------------------------------------------------- Heinrich Schuchardt (1): mmc: unconditionally define mmc_deinit()
John Keeping (1): mmc: dwmmc: return a proper error code when busy
Sean Anderson (12): mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC mmc: fsl_esdhc_imx: remove redundant DM_MMC checking mmc: fsl_esdhc_imx: fix voltage validation mmc: fsl_esdhc_imx: clean up bus width configuration code mmc: fsl_esdhc_imx: drop redundant code for non-removable feature mmc: fsl_esdhc_imx: fix mmc->clock with actual clock mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfers mmc: fsl_esdhc_imx: use dma-mapping API mmc: fsl_esdhc_imx: simplify esdhc_setup_data() mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED() mmc: fsl_esdhc_imx: Replace more #ifdefs by if mmc: fsl_esdhc_imx: set sysctl register for clock initialization
drivers/mmc/dw_mmc.c | 2 +- drivers/mmc/fsl_esdhc_imx.c | 635 ++++++++++++++++++-------------------------- include/fsl_esdhc_imx.h | 14 +- include/mmc.h | 5 - 4 files changed, 260 insertions(+), 396 deletions(-)

On Wed, Jan 12, 2022 at 11:37:44AM +0900, Jaehoon Chung wrote:
Hi Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is a problem, let me know, plz.
Best Regards, Jaehoon Chung
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/10571
The following changes since commit fe04d885fb540b614a2f989e16e808b300ccb52e:
Merge branch 'next' (2022-01-10 14:01:57 -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 a15b2e6bcf5ae605073a7db54bfb68b07f736ba4:
mmc: unconditionally define mmc_deinit() (2022-01-12 09:56:40 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Jaehoon Chung
-
Tom Rini