
On 16 December 2013 01:42, Rajeshwari S Shinde rajeshwari.s@samsung.com wrote:
This patch adds code for clock initialization and clock settings of various IP's and controllers, required for Exynos5420
Signed-off-by: Rajeshwari S Shinde rajeshwari.s@samsung.com Signed-off-by: Akshay Saraswat akshay.s@samsung.com
Acked-by: Simon Glass sjg@chromium.org
Changes in V2: - None Changes in V3: - None Changes in V4: - Corrected the multiline commenting style Changes in V5: - None Changes in V6: - None Changes in V7: - Correct the logic for exynos5420_set_spi_clk api. Changes in V8: - Chnages the if condition loop for pro_id and cpu_id. Changes in V9: - Used samsung_get_base to get base address of clock. Changes in V10: - Corrected the comments and few coding style nits. Changes in V11: - None arch/arm/cpu/armv7/exynos/clock.c | 279 +++++++++- arch/arm/cpu/armv7/exynos/clock_init.h | 17 + arch/arm/cpu/armv7/exynos/clock_init_exynos5.c | 352 +++++++++++- arch/arm/cpu/armv7/exynos/exynos5_setup.h | 738 +++++++++++++++++++------ arch/arm/include/asm/arch-exynos/clk.h | 1 + arch/arm/include/asm/arch-exynos/clock.h | 494 +++++++++++++++++ 6 files changed, 1679 insertions(+), 202 deletions(-)