Re: [PATCH v3 3/8] mmc: dw_mmc: replace the bus_hz checking point

2014-02-06 Thread Jaehoon Chung
Dear Seungwon, On 02/06/2014 08:22 PM, Seungwon Jeon wrote: > Hi Jaehoon, > > Please check minor thing below. > > On Mon, February 03, 2014, Jaehoon Chung wrote: >> It's right that check immediately whether host->bus_hz is assigned or not. >> >> Signed-off-by: Jaehoon Chung >> --- >> Changelog

RE: [PATCH v3 3/8] mmc: dw_mmc: replace the bus_hz checking point

2014-02-06 Thread Seungwon Jeon
Hi Jaehoon, Please check minor thing below. On Mon, February 03, 2014, Jaehoon Chung wrote: > It's right that check immediately whether host->bus_hz is assigned or not. > > Signed-off-by: Jaehoon Chung > --- > Changelog V3: > - Maintained original place for the drv_data->setup_clock > Cha

[PATCH v3 3/8] mmc: dw_mmc: replace the bus_hz checking point

2014-02-03 Thread Jaehoon Chung
It's right that check immediately whether host->bus_hz is assigned or not. Signed-off-by: Jaehoon Chung --- Changelog V3: - Maintained original place for the drv_data->setup_clock Changelog V2: - When drv_data->setup_clock is present, set to bus_hz with it. drivers/mmc/host/dw_m