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

2014-01-28 Thread Jaehoon Chung
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-by: Jaehoon Chung jh80.ch...@samsung.com --- Changelog V2:

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-by:

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. When