[U-Boot] Please pull u-boot-marvell/master

Hi Tom,
please pull the following Marvell changes, mostly including the Armada 37xx pinctrl / gpio driver.
Thanks, Stefan
The following changes since commit ccbbada0a59fead35495409d0c2c7bcb22a40278:
Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-30 14:07:23 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to 6cbf7eda3cbe0f8cbaa84b4daaa86dfa2a696a77:
arm: mvebu: kwbimage: inline function to fix use-after-free (2017-05-31 07:43:04 +0200)
---------------------------------------------------------------- Gregory CLEMENT (4): arm64: mvebu: Add pinctrl nodes for Armada 3700 arm64: mvebu: armada37xx: add pinctrl definition pinctrl: armada-37xx: Add pin controller support for Armada 37xx pinctrl: armada-37xx: Add gpio support
Patrick Wildt (3): arm: mvebu: clearfog: reset uSOM onboard 1512 phy arm: mvebu: clearfog: generic distro bootcmd arm: mvebu: kwbimage: inline function to fix use-after-free
Stefan Roese (4): pinctrl: mvebu: Enable support for the Armada 37xx pinctrl driver arm64: mvebu_db-88f3720_defconfig: Enable PINCTRL and GPIO support arm64: mvebu: armada-7040-db: Enable 10GB port 0 / SFI (KR) arm64: mvebu: Replace board specific with generic memory bank decoding
arch/arm/dts/armada-3720-db.dts | 8 + arch/arm/dts/armada-37xx.dtsi | 73 ++++ arch/arm/dts/armada-7040-db.dts | 8 +- arch/arm/mach-mvebu/arm64-common.c | 66 +-- board/solidrun/clearfog/clearfog.c | 4 + configs/clearfog_defconfig | 10 +- configs/mvebu_db-88f3720_defconfig | 5 + configs/mvebu_db-88f7040-nand_defconfig | 8 +- configs/mvebu_db-88f7040_defconfig | 1 + configs/mvebu_db-88f8040_defconfig | 1 + configs/mvebu_mcbin-88f8040_defconfig | 1 + drivers/pinctrl/Makefile | 2 +- drivers/pinctrl/mvebu/Kconfig | 18 +- drivers/pinctrl/mvebu/Makefile | 3 +- drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 631 ++++++++++++++++++++++++++++ include/configs/clearfog.h | 48 ++- tools/kwbimage.c | 93 ++-- 17 files changed, 851 insertions(+), 129 deletions(-) create mode 100644 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c

On Wed, May 31, 2017 at 11:02:20AM +0200, Stefan Roese wrote:
Hi Tom,
please pull the following Marvell changes, mostly including the Armada 37xx pinctrl / gpio driver.
Thanks, Stefan
The following changes since commit ccbbada0a59fead35495409d0c2c7bcb22a40278:
Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-30 14:07:23 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to 6cbf7eda3cbe0f8cbaa84b4daaa86dfa2a696a77:
arm: mvebu: kwbimage: inline function to fix use-after-free (2017-05-31 07:43:04 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Stefan Roese
-
Tom Rini