Re: [U-Boot] [PATCH v4 5/6] Exynos5: Use clock_get_periph_rate generic API

2015-02-02 Thread Simon Glass
On 2 February 2015 at 05:19, Akshay Saraswat wrote: > Replacing SoC and peripheral specific function calls with generic > clock_get_periph_rate calls to get the peripheral clocks. > Also, removing dead code of peripheral and SoC specific function > implementations which was used earlier for fetchi

[U-Boot] [PATCH v4 5/6] Exynos5: Use clock_get_periph_rate generic API

2015-02-02 Thread Akshay Saraswat
Replacing SoC and peripheral specific function calls with generic clock_get_periph_rate calls to get the peripheral clocks. Also, removing dead code of peripheral and SoC specific function implementations which was used earlier for fetching peripheral clocks. This code is not being used anymore bec