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

Hi Tom,
Here are some bug fixes + DT, pinctrl updates. It includes a little more than fixes, but it is self-contained for Uniphier SoCs and I tested this series on all of my boards. So, I hope it should be OK. (And another reason is just personal; I will travel from July 10th, at which the MW will open. I may have poor access to my PC for a while during the MW. So, I'd like to flush out my patches now.)
The following changes since commit ff6e1569663eccaf9e582c57cc44568915c2f54b:
x86: coreboot: Remove the dummy pch driver (2016-06-29 10:08:15 +0800)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git master
for you to fetch changes up to 0b2ecf4dd903bdafdc9a87ba2faf2bc05a9655db:
ARM: uniphier: add external IRQ setup code (2016-06-30 23:49:26 +0900)
---------------------------------------------------------------- Masahiro Yamada (12): ARM: uniphier: fix typo "talbe" pinctrl: uniphier: remove wrong pin-mux functions for ProXstream2 pinctrl: uniphier: fix NAND pin-mux setting for PH1-LD11/LD20 pinctrl: uniphier: remove unneeded pin group nand_cs1 ARM: dts: uniphier: sync Device Trees with upstream Linux pinctrl: uniphier: allow to have pinctrl node under syscon node pinctrl: uniphier: split pinctrl driver for PH1-LD11 and PH1-LD20 pinctrl: uniphier: support pin configuration for dedicated pins pinctrl: uniphier: avoid building unneeded pin-mux tables for SPL pinctrl: uniphier: add Ethernet pin-mux settings ARM: dts: uniphier: add AIDET nodes ARM: uniphier: add external IRQ setup code
arch/arm/dts/uniphier-common32.dtsi | 22 +++- arch/arm/dts/uniphier-ph1-ld11-ref.dts | 13 +-- arch/arm/dts/uniphier-ph1-ld11.dtsi | 50 +++++++-- arch/arm/dts/uniphier-ph1-ld20-ref.dts | 10 -- arch/arm/dts/uniphier-ph1-ld20.dtsi | 35 +++++-- arch/arm/dts/uniphier-ph1-ld4-ref.dts | 10 -- arch/arm/dts/uniphier-ph1-ld4.dtsi | 7 +- arch/arm/dts/uniphier-ph1-ld6b-ref.dts | 10 -- arch/arm/dts/uniphier-ph1-ld6b.dtsi | 4 +- arch/arm/dts/uniphier-ph1-pro4-ace.dts | 10 -- arch/arm/dts/uniphier-ph1-pro4-ref.dts | 10 -- arch/arm/dts/uniphier-ph1-pro4-sanji.dts | 10 -- arch/arm/dts/uniphier-ph1-pro4.dtsi | 7 +- arch/arm/dts/uniphier-ph1-pro5-4kbox.dts | 10 -- arch/arm/dts/uniphier-ph1-pro5.dtsi | 7 +- arch/arm/dts/uniphier-ph1-sld3.dtsi | 5 + arch/arm/dts/uniphier-ph1-sld8-ref.dts | 10 -- arch/arm/dts/uniphier-ph1-sld8.dtsi | 7 +- arch/arm/dts/uniphier-pinctrl.dtsi | 10 ++ arch/arm/dts/uniphier-proxstream2-gentil.dts | 10 -- arch/arm/dts/uniphier-proxstream2-vodka.dts | 10 -- arch/arm/dts/uniphier-proxstream2.dtsi | 7 +- arch/arm/dts/uniphier-ref-daughter.dtsi | 2 +- arch/arm/mach-uniphier/arm32/lowlevel_init.S | 2 +- arch/arm/mach-uniphier/board_early_init_f.c | 39 +++++++ arch/arm/mach-uniphier/pinctrl/pinctrl-ld20.c | 5 + drivers/pinctrl/uniphier/Kconfig | 10 +- drivers/pinctrl/uniphier/Makefile | 1 + drivers/pinctrl/uniphier/pinctrl-uniphier-core.c | 15 ++- drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c | 107 +++++++++++++++++++ drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c | 95 +++++++++-------- drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c | 93 +++++++++-------- drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c | 97 +++++++++-------- drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c | 110 +++++++++++-------- drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c | 91 ++++++++-------- drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c | 116 ++++++++++++--------- drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c | 87 +++++++++------- drivers/pinctrl/uniphier/pinctrl-uniphier.h | 23 +++- 38 files changed, 713 insertions(+), 454 deletions(-) create mode 100644 drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c

2016-07-01 0:08 GMT+09:00 Masahiro Yamada yamada.masahiro@socionext.com:
Hi Tom,
Here are some bug fixes + DT, pinctrl updates. It includes a little more than fixes, but it is self-contained for Uniphier SoCs and I tested this series on all of my boards. So, I hope it should be OK. (And another reason is just personal; I will travel from July 10th, at which the MW will open. I may have poor access to my PC for a while during the MW. So, I'd like to flush out my patches now.)
Sorry, I found a minor fix for a device tree. Please let me do a second round.
participants (1)
-
Masahiro Yamada