]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARM: uniphier: collect clock/PLL init code into a single directory
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 16 Sep 2016 18:33:10 +0000 (03:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 18 Sep 2016 15:06:47 +0000 (00:06 +0900)
commitfcc238baee1495ff9796dfc4e13f8069a152e85f
tree4ccf8bfd89f9e9abba71c715188eb8a60f23cb19
parent6a3e4274e479a70069518679e45fe85ef3f30a36
ARM: uniphier: collect clock/PLL init code into a single directory

Now PLLs for DRAM controller are initialized in SPL, and the others
in U-Boot proper.  Setting up all of them in a single directory will
be helpful when we want to share code between SPL and U-Boot proper.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
13 files changed:
arch/arm/mach-uniphier/Makefile
arch/arm/mach-uniphier/clk/Makefile
arch/arm/mach-uniphier/clk/dpll-ld4.c [moved from arch/arm/mach-uniphier/pll/pll-init-ld4.c with 100% similarity]
arch/arm/mach-uniphier/clk/dpll-pro4.c [moved from arch/arm/mach-uniphier/pll/pll-init-pro4.c with 100% similarity]
arch/arm/mach-uniphier/clk/dpll-sld3.c [moved from arch/arm/mach-uniphier/pll/pll-init-sld3.c with 100% similarity]
arch/arm/mach-uniphier/clk/dpll-sld8.c [moved from arch/arm/mach-uniphier/pll/pll-init-sld8.c with 100% similarity]
arch/arm/mach-uniphier/clk/early-clk-ld11.c [moved from arch/arm/mach-uniphier/early-clk/early-clk-ld11.c with 100% similarity]
arch/arm/mach-uniphier/clk/early-clk-ld20.c [moved from arch/arm/mach-uniphier/early-clk/early-clk-ld20.c with 100% similarity]
arch/arm/mach-uniphier/clk/early-clk-ld4.c [moved from arch/arm/mach-uniphier/early-clk/early-clk-ld4.c with 100% similarity]
arch/arm/mach-uniphier/clk/early-clk-pro5.c [moved from arch/arm/mach-uniphier/early-clk/early-clk-pro5.c with 100% similarity]
arch/arm/mach-uniphier/clk/early-clk-pxs2.c [moved from arch/arm/mach-uniphier/early-clk/early-clk-pxs2.c with 100% similarity]
arch/arm/mach-uniphier/early-clk/Makefile [deleted file]
arch/arm/mach-uniphier/pll/Makefile [deleted file]