
1-3: update PLL init code 4-6: clean up NAND adhoc code (the last two are only applicable after the Denali DT driver is applied.) http://patchwork.ozlabs.org/patch/805959/
Masahiro Yamada (6): ARM: uniphier: replace <common.h> with <linux/delay.h> in pll settings ARM: uniphier: move PLLCTRL register macros to each SoC .c file ARM: uniphier: add PLL settings for PXs3 ARM: uniphier: remove unneeded NAND config options ARM: uniphier: enable CONFIG_NAND_DENALI_DT ARM: uniphier: remove ad-hoc pin settings for NAND
arch/arm/mach-uniphier/board_init.c | 27 +++-------------- arch/arm/mach-uniphier/clk/pll-ld11.c | 13 ++++++++- arch/arm/mach-uniphier/clk/pll-ld20.c | 21 ++++++++++++- arch/arm/mach-uniphier/clk/pll-pxs3.c | 55 +++++++++++++++++++++++++++++++++++ arch/arm/mach-uniphier/sc64-regs.h | 21 ------------- configs/uniphier_ld4_sld8_defconfig | 1 + configs/uniphier_pro4_defconfig | 1 + configs/uniphier_pxs2_ld6b_defconfig | 1 + include/configs/uniphier.h | 3 -- 9 files changed, 94 insertions(+), 49 deletions(-)