
On 2 February 2015 at 05:19, Akshay Saraswat akshay.s@samsung.com 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 fetching peripheral clocks. This code is not being used anymore because of the introduction of generic clock_get_periph_rate function.
Signed-off-by: Akshay Saraswat akshay.s@samsung.com
Changes since v3: - Merged patches 5 and 6 of version 3 to fix build errors.
Changes since v2: - No change.
Changes since v1: - Separated exynos5_get_periph_rate fixes into another patch.
arch/arm/cpu/armv7/exynos/clock.c | 278 ++++++-------------------------------- 1 file changed, 43 insertions(+), 235 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org