[U-Boot] [PATCH v3 2/6] Exynos542x: Move exynos5420_get_pll_clk up and rename

Simon Glass sjg at chromium.org
Wed Jan 28 05:06:18 CET 2015


On 15 January 2015 at 22:48, Akshay Saraswat <akshay.s at samsung.com> wrote:
> Moving exynos5420_get_pll_clk function definition up in the
> code to keep it together with rest of SoC_get_pll_clk functions.
> This makes code more legible and also removes the need of
> declaration when called before the position of definition in
> code. Also, renaming exynos5420_get_pll_clk to
> exynos542x_get_pll_clk because it is being used for both Exynos
> 5420 and 5800.
>
> Signed-off-by: Akshay Saraswat <akshay.s at samsung.com>
> ---
> Changes since v2:
>         - Changed exynos5420 -> exynos542x in line 33.
>
> Changes since v1:
>         - New patch.
>
>  arch/arm/cpu/armv7/exynos/clock.c | 82 +++++++++++++++++++--------------------
>  1 file changed, 41 insertions(+), 41 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

Tested on snow, pit, pi
Tested-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list