]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Exynos542x: Move exynos5420_get_pll_clk up and rename
authorAkshay Saraswat <akshay.s@samsung.com>
Wed, 4 Feb 2015 10:30:00 +0000 (16:00 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:18 +0000 (13:52 +0200)
commit52a964504c5d9f0f50286c6e85f83d41227c7182
tree10094874cd8ec0b8b8c2d70e400e2ba3cdbe4871
parent8c5e667b2a55237bb6d20e3db0494fdf2bd300b5
Exynos542x: Move exynos5420_get_pll_clk up and rename

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@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/exynos/clock.c