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

2014-01-28 Thread Jaehoon Chung
Hi Seungwon, Thanks for review. On 01/28/2014 09:54 PM, Seungwon Jeon wrote: > On Tue, January 28, 2014, Jaehoon Chung wrote: >> It's right that check immediately whether host->bus_hz is assigned or not. >> If drv_data->setup_clock is presented, then host->bus_hz should be set at >> there. >> Wh

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

2014-01-28 Thread Seungwon Jeon
On Tue, January 28, 2014, Jaehoon Chung wrote: > It's right that check immediately whether host->bus_hz is assigned or not. > If drv_data->setup_clock is presented, then host->bus_hz should be set at > there. > When setup_clock didn't present, assigned to value with clk_get_rate(). > > Signed-off