[U-Boot] [PATCH 0/8] mmc: some fixes for core and add HS200 support for sdhci-cadence

Masahiro Yamada yamada.masahiro at socionext.com
Fri Dec 29 17:00:04 UTC 2017


This series can be cleanly applied to u-boot-mmc/next.

I really hope the HS200 support will be pulled in the next MW.



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(-)

-- 
2.7.4



More information about the U-Boot mailing list