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

Hi Tom,
please pull the following MVEBU related patches, mostly dealing with adding support for the Xenon SDHCI driver available on the A7k/8k SoCs. I've collected the Reviewed-by from Jaehoon for these mmc patches.
Thanks, Stefan
The following changes since commit f2b0c007f84e582b7a101bd49db60cc8d75f5de4:
travis-ci: Add swig and libpython-dev to the package list (2017-01-24 10:35:57 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to e559ef1ae80c1bde942ad9c62932de20e2b68cef:
arm64: mvebu: Update bubt command MMC block device access (2017-01-25 07:04:22 +0100)
---------------------------------------------------------------- Konstantin Porotchkin (1): arm64: mvebu: Update bubt command MMC block device access
Stefan Roese (9): mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value mmc: sdhci: Add support for optional controller specific set_ios_post() mmc: Add Marvell Xenon SDHCI controller driver arm64: mvebu: Armada 3700: Add SDHCI device tree nodes arm64: mvebu: Armada 3720-db: Add SDHCI device tree nodes arm64: mvebu: Enable SDHCI/MMC support for the db-88f3720 arm64: mvebu: Armada 7k/8k: Add SDHCI device tree nodes arm64: mvebu: Armada 7040-db: Add SDHCI device tree nodes arm64: mvebu: Enable SDHCI/MMC support for the db-88f7040/8040
arch/arm/dts/armada-3720-db.dts | 21 ++ arch/arm/dts/armada-37xx.dtsi | 16 ++ arch/arm/dts/armada-7040-db.dts | 14 + arch/arm/dts/armada-ap806.dtsi | 8 + arch/arm/dts/armada-cp110-master.dtsi | 8 + cmd/mvebu/bubt.c | 25 +- configs/mvebu_db-88f3720_defconfig | 6 +- configs/mvebu_db-88f7040_defconfig | 5 +- configs/mvebu_db-88f8040_defconfig | 5 +- drivers/mmc/Kconfig | 11 + drivers/mmc/Makefile | 1 + drivers/mmc/sdhci.c | 10 +- drivers/mmc/xenon_sdhci.c | 497 ++++++++++++++++++++++++++++++++++ include/configs/mvebu_armada-8k.h | 3 + include/configs/mvebu_db-88f3720.h | 3 + include/sdhci.h | 1 + 16 files changed, 624 insertions(+), 10 deletions(-) create mode 100644 drivers/mmc/xenon_sdhci.c

On Wed, Jan 25, 2017 at 08:46:23AM +0100, Stefan Roese wrote:
Hi Tom,
please pull the following MVEBU related patches, mostly dealing with adding support for the Xenon SDHCI driver available on the A7k/8k SoCs. I've collected the Reviewed-by from Jaehoon for these mmc patches.
Thanks, Stefan
The following changes since commit f2b0c007f84e582b7a101bd49db60cc8d75f5de4:
travis-ci: Add swig and libpython-dev to the package list (2017-01-24 10:35:57 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to e559ef1ae80c1bde942ad9c62932de20e2b68cef:
arm64: mvebu: Update bubt command MMC block device access (2017-01-25 07:04:22 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Stefan Roese
-
Tom Rini