Re: [U-Boot] [PATCH v2] mmc: sdhci-cadence: add HS200 support

2018-01-17 Thread Masahiro Yamada
Hi Jaehoon, 2018-01-17 17:34 GMT+09:00 Jaehoon Chung : >> + /* >> + * This handler only implements the eMMC tuning that is specific to >> + * this controller. The tuning for SD timing should be handled by the >> + * SDHCI core. >> + */ >> + if

Re: [U-Boot] [PATCH v2] mmc: sdhci-cadence: add HS200 support

2018-01-17 Thread Jaehoon Chung
Hi Masahiro, On 01/12/2018 06:10 PM, Masahiro Yamada wrote: > Add HS200 timing setting and the MMC tuning callback. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: > - Surround .execute_tuning hook with #ifdef MMC_SUPPORTS_TUNING > >

[U-Boot] [PATCH v2] mmc: sdhci-cadence: add HS200 support

2018-01-12 Thread Masahiro Yamada
Add HS200 timing setting and the MMC tuning callback. Signed-off-by: Masahiro Yamada --- Changes in v2: - Surround .execute_tuning hook with #ifdef MMC_SUPPORTS_TUNING drivers/mmc/sdhci-cadence.c | 90 - 1 file