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

Hi Tom,
Please pull some more fixes for v2016.05.
The following changes since commit fccdb287f5f5f2349d3ca1c7cdf972015417d46d:
Merge branch 'master' of git://git.denx.de/u-boot-video (2016-04-28 13:15:52 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git master
for you to fetch changes up to bef4b024e9839ea7afe689b050fc95118eeb0b01:
ARM: uniphier: move pin-mux code into pin_init function (2016-05-01 01:13:45 +0900)
---------------------------------------------------------------- Masahiro Yamada (4): ARM: uniphier: fix boot mode table of PH1-LD20 ARM: uniphier: enable Peripherl clock to use UART in SPL ARM: uniphier: allow to use System Bus for ROM boot mode of PH1-LD20 ARM: uniphier: move pin-mux code into pin_init function
arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c | 2 +- arch/arm/mach-uniphier/early-clk/early-clk-ld20.c | 4 ++++ arch/arm/mach-uniphier/early-pinctrl/Makefile | 1 + arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-ld20.c | 32 ++++++++++++++++++++++++++++++++ arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c | 2 ++ arch/arm/mach-uniphier/init.h | 7 +------ arch/arm/mach-uniphier/init/init-ld20.c | 2 ++ arch/arm/mach-uniphier/init/init-sld3.c | 5 ++--- arch/arm/mach-uniphier/sbc/Makefile | 4 ++-- arch/arm/mach-uniphier/sbc/sbc-sld3.c | 17 ----------------- 10 files changed, 47 insertions(+), 29 deletions(-) create mode 100644 arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-ld20.c delete mode 100644 arch/arm/mach-uniphier/sbc/sbc-sld3.c

On Sun, May 01, 2016 at 01:18:57AM +0900, Masahiro Yamada wrote:
Hi Tom,
Please pull some more fixes for v2016.05.
The following changes since commit fccdb287f5f5f2349d3ca1c7cdf972015417d46d:
Merge branch 'master' of git://git.denx.de/u-boot-video (2016-04-28 13:15:52 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git master
for you to fetch changes up to bef4b024e9839ea7afe689b050fc95118eeb0b01:
ARM: uniphier: move pin-mux code into pin_init function (2016-05-01 01:13:45 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini