[U-Boot] pull request: u-boot-uniphier/master

Hi Tom.
Please pull some more UniPhier updates:
- Various SoC specpfic updates (DRAM, PLL, errata) - Minor cleanups - Add UniPhier reset controller driver
Note: I am touching include/reset-uclass.h by "reset: declare fdtdec_phandle_args as struct to fix warning". I included it in this pull-request because I need it to suppress warnings for my new reset driver. I believe it is OK since the patch is trivial enough.
The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08 09:33:37 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git master
for you to fetch changes up to 4fb96c48c183128c00b21c7858bb05897a1b80de:
reset: uniphier: add reset controller driver for UniPhier SoCs (2016-10-10 10:03:23 +0900)
---------------------------------------------------------------- Masahiro Yamada (10): ARM: uniphier: do not setup pins for System Bus on NAND boot mode 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/init/init-ld11.c | 4 +- arch/arm/mach-uniphier/init/init-ld20.c | 4 +- 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 + 13 files changed, 769 insertions(+), 348 deletions(-) create mode 100644 drivers/reset/reset-uniphier.c [4]+ Done emacs drivers/reset/Kconfig

On Mon, Oct 10, 2016 at 10:14:26AM +0900, Masahiro Yamada wrote:
Hi Tom.
Please pull some more UniPhier updates:
- Various SoC specpfic updates (DRAM, PLL, errata)
- Minor cleanups
- Add UniPhier reset controller driver
Note: I am touching include/reset-uclass.h by "reset: declare fdtdec_phandle_args as struct to fix warning". I included it in this pull-request because I need it to suppress warnings for my new reset driver. I believe it is OK since the patch is trivial enough.
The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08 09:33:37 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git master
for you to fetch changes up to 4fb96c48c183128c00b21c7858bb05897a1b80de:
reset: uniphier: add reset controller driver for UniPhier SoCs (2016-10-10 10:03:23 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini