
On 12/30/2017 02:00 AM, Masahiro Yamada wrote:
This series can be cleanly applied to u-boot-mmc/next.
I really hope the HS200 support will be pulled in the next MW.
Applied this series to u-boot-mmc with "[PATCH v2] mmc: sdhci-cadence: add HS200 support". Thanks!
Best Regards, Jaehoon Chung
Masahiro Yamada (8): dm: add dev_read_u32() mmc: do not overwrite cfg->f_max if "max-frequency" if missing mmc: let mmc_of_parse() fail for insane bus-width value mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg() mmc: sdhci-cadence: use bitfield access macros for cleanup mmc: sdhci-cadence: call mmc_of_parse() mmc: sdhci-cadence: add HS200 support mmc: sdhci: change data transfer failure into debug message
drivers/core/read.c | 5 ++ drivers/mmc/mmc-uclass.c | 9 ++-- drivers/mmc/sdhci-cadence.c | 111 ++++++++++++++++++++++++++++++++++++-------- drivers/mmc/sdhci.c | 6 +-- include/dm/read.h | 16 +++++++ 5 files changed, 120 insertions(+), 27 deletions(-)