[U-Boot] [PATCH 0/4] Exynos5: Fix warnings and enrich clock_get_periph_rate
Akshay Saraswat
akshay.s at samsung.com
Wed Jan 14 14:35:32 CET 2015
This patch series does following changes -
1. Removing compiler warnings for clock_get_periph_rate.
2. Adding and enabling support for Exynos542x in
clock_get_periph_rate.
3. Replacing peripheral specific function calls with
clock_get_periph_rate.
4. Remove code from clocks file which became useless due to
introduction of clock_get_periph_rate.
Akshay Saraswat (4):
Exynos5: Fix compiler warnings due to clock_get_periph_rate
Exynos542x: Add and enable get_periph_rate support
Exynos5: Use clock_get_periph_rate generic API
Exynos5: Remove dead code for fetching clocks
arch/arm/cpu/armv7/exynos/clock.c | 572 ++++++++++++++++-----------------
arch/arm/include/asm/arch-exynos/clk.h | 8 +
2 files changed, 278 insertions(+), 302 deletions(-)
--
1.9.1
More information about the U-Boot
mailing list