mbox series

[0/6] ARM: uniphier: update PLL settings and clean-up NAND settings

Message ID 1503737883-14236-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series ARM: uniphier: update PLL settings and clean-up NAND settings | expand

Message

Masahiro Yamada Aug. 26, 2017, 8:57 a.m. UTC
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(-)

Comments

Masahiro Yamada Aug. 30, 2017, 12:11 a.m. UTC | #1
2017-08-26 17:57 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
>
> 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/
>

Series, applied.