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

Hi Tom,
This is probably the last PR from me for the v2016.03 release. It includes some bug fixes and a minor document update.
The following changes since commit 08b24722f0ac9159697360faed35d12852592eb3:
Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-03-04 20:53:50 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git master
for you to fetch changes up to 5d07648662edf2b994a6433465d472a9a3e89923:
ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCs (2016-03-09 01:11:15 +0900)
---------------------------------------------------------------- Masahiro Yamada (5): ARM: uniphier: document how-to-build for Ace and Sanji boards ARM: uniphier: fix build error when CONFIG_CMD_DDRMPHY_DUMP=y pinctrl: uniphier: set input-enable before pin-muxing pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIER ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCs
arch/arm/mach-uniphier/arm32/debug_ll.S | 1 + arch/arm/mach-uniphier/dram/cmd_ddrmphy.c | 18 ++---------------- doc/README.uniphier | 8 ++++++++ drivers/pinctrl/Makefile | 2 +- drivers/pinctrl/uniphier/Kconfig | 14 +++++++------- drivers/pinctrl/uniphier/Makefile | 2 +- drivers/pinctrl/uniphier/pinctrl-uniphier-core.c | 6 +++--- 7 files changed, 23 insertions(+), 28 deletions(-)

On Wed, Mar 09, 2016 at 01:18:19AM +0900, Masahiro Yamada wrote:
Hi Tom,
This is probably the last PR from me for the v2016.03 release. It includes some bug fixes and a minor document update.
The following changes since commit 08b24722f0ac9159697360faed35d12852592eb3:
Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-03-04 20:53:50 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git master
for you to fetch changes up to 5d07648662edf2b994a6433465d472a9a3e89923:
ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCs (2016-03-09 01:11:15 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini