[U-Boot] [PATCH 0/9] ARM: uniphier: UniPhier updates for v2016.11-rc2
Masahiro Yamada
yamada.masahiro at socionext.com
Mon Oct 10 03:07:17 CEST 2016
2016-10-08 13:25 GMT+09:00 Masahiro Yamada <yamada.masahiro at socionext.com>:
>
> - Various SoC specpfic updates (DRAM, PLL, errata)
> - Minor cleanups
> - Add UniPhier reset controller driver
>
>
>
> Masahiro Yamada (9):
> ARM: uniphier: enable SSC for DPLL (DRAM PLL) on LD11 SoC
> ARM: uniphier: update DRAM init code for LD20 SoC (2nd)
> ARM: uniphier: add work-around for VBO noise problem
> ARM: uniphier: fix typos in a comment block
> ARM: uniphier: enable CONFIG_SYS_NO_FLASH if no
> CONFIG_MICRO_SUPPORT_CARD
> ARM: uniphier: define CONFIG_SMC911X along with
> CONFIG_MICRO_SUPPORT_CARD
> ARM: uniphier: insert udelay() just before
> support_card_reset_deassert()
> reset: declare fdtdec_phandle_args as struct to fix warning
> reset: uniphier: add reset controller driver for UniPhier SoCs
>
> arch/arm/Kconfig | 1 +
> arch/arm/mach-uniphier/board_init.c | 7 +
> arch/arm/mach-uniphier/clk/pll-ld11.c | 1 +
> arch/arm/mach-uniphier/dram/ddrphy-ld20-regs.h | 37 +-
> arch/arm/mach-uniphier/dram/umc-ld20.c | 652 ++++++++++++-------------
> arch/arm/mach-uniphier/micro-support-card.c | 3 +-
> drivers/reset/Kconfig | 9 +
> drivers/reset/Makefile | 1 +
> drivers/reset/reset-uniphier.c | 376 ++++++++++++++
> include/configs/uniphier.h | 21 +-
> include/reset-uclass.h | 1 +
> 11 files changed, 763 insertions(+), 346 deletions(-)
> create mode 100644 drivers/reset/reset-uniphier.c
Series, applied to u-boot-uniphier/master.
--
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list