[Pull u-boot-mmc] Please pull mmc-2020-6-15

Hi Tom,
Please pull u-boot-mmc mmc-2020-6-15
----------------------------------------------------- fsl_esdhc sdr104 and hs200 fix and error path fix fsl_esdhc workaround 3.3v io issue ca_dw_mmc cleanup asic emmc DT update. -----------------------------------------------------
CI: https://travis-ci.org/github/MrVan/u-boot/builds/698360470
Thanks, Peng.
The following changes since commit 9d886fd6a0888f121cd280d11434812a386045a2:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi (2020-06-12 17:20:35 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2020-6-15
for you to fetch changes up to 50a17a69be076316e4c539b75403acfabf9e4c4c:
mmc: fsl_esdhc: Gracefully fail on unsupported voltage switch (2020-06-15 09:45:22 +0800)
---------------------------------------------------------------- Alex Nemirovsky (1): board: presidio-asic: update eMMC DT information
Arthur Li (1): mmc: ca_dw_mmc: Misc cleanup of driver
Marek Vasut (2): mmc: fsl_esdhc: Fix SDR104 and HS200 support mmc: fsl_esdhc: Gracefully fail on unsupported voltage switch
Yangbo Lu (2): mmc: fsl_esdhc: read register once for card inserted status mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issue
arch/arm/dts/ca-presidio-engboard.dts | 4 +--- drivers/mmc/Kconfig | 15 +++++++++++++++ drivers/mmc/ca_dw_mmc.c | 34 ++++++++++++---------------------- drivers/mmc/fsl_esdhc.c | 47 ++++++++++++++++++++++++++++++++++++++++------- drivers/mmc/fsl_esdhc_imx.c | 6 ++++-- include/fsl_esdhc.h | 2 ++ 6 files changed, 74 insertions(+), 34 deletions(-)

On Mon, Jun 15, 2020 at 07:29:18AM +0000, Peng Fan wrote:
Hi Tom,
Please pull u-boot-mmc mmc-2020-6-15
Applied to u-boot/master, thanks!
But please note, checkpatch notes that some places you use: #ifdef CONFIG_FSL_ESDHC_33V_IO_RELIABILITY_WORKAROUND could be using if (IS_ENABLED(CONFIG_...)) and looking over the code, inside fsl_esdhc_probe() could be. So a general clean-up of the driver to use IS_ENABLED() when possible would be a good thing to get on the TODO list there. Thanks!
participants (2)
-
Peng Fan
-
Tom Rini