mbox series

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

Message ID 1514566812-16781-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series mmc: some fixes for core and add HS200 support for sdhci-cadence | expand

Message

Masahiro Yamada Dec. 29, 2017, 5 p.m. UTC
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(-)

Comments

Simon Glass Jan. 8, 2018, 4:38 a.m. UTC | #1
On 29 December 2017 at 10:00, Masahiro Yamada
<yamada.masahiro@socionext.com> 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.

Yes please, it has been too long.
Jaehoon Chung Jan. 22, 2018, 5:08 a.m. UTC | #2
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(-)
>