Re: [U-Boot] [PATCH 3/4] Exynos5: Use clock_get_periph_rate generic API

2015-01-14 Thread Joonyoung Shim
Hi, On 01/14/2015 10:35 PM, Akshay Saraswat wrote: Replacing SoC and peripheral specific function calls with generic clock_get_periph_rate calls to get the peripheral clocks. Signed-off-by: Akshay Saraswat aksha...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c | 60

[U-Boot] [PATCH 3/4] Exynos5: Use clock_get_periph_rate generic API

2015-01-14 Thread Akshay Saraswat
Replacing SoC and peripheral specific function calls with generic clock_get_periph_rate calls to get the peripheral clocks. Signed-off-by: Akshay Saraswat aksha...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c | 60 +++ 1 file changed, 48 insertions(+), 12