On Thu, Aug 23, 2018 at 12:43:31PM +0200, Ulf Hansson wrote: > On 23 August 2018 at 06:44, Masahiro Yamada > wrote: > > > > Add UniPhier SD/eMMC controller support. > > > > As a preparation, I changed tmio_mmc_set_clock() to a platform hook. > > The clock rate setting is platform-specific, and UniPhier variants > > will add another way. I thought it would be better to split this > > to a hook to avoid a mess. > > > > V3 is rebase on top of Linus' tree. > > I have queued patch 1 -> 4, waiting for further reviews for patch 5 and 6. I have re-tested patches 1-4 as applied to mmc/next and it all works fine. For those Tested-by: Wolfram Sang Now, going to check patches 5+6... > > I dropped 6/7 because Renesas added more quirks > > in the current MW. Totally fine. We need to cleanup HS400 support more, then we can try the simplification you did for tmio_mmc.c, too. Thanks!