[U-Boot] [PATCH v4 5/6] Exynos5: Use clock_get_periph_rate generic API
Simon Glass
sjg at chromium.org
Tue Feb 3 00:01:00 CET 2015
On 2 February 2015 at 05:19, Akshay Saraswat <akshay.s at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list