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

Hi Tom,
can you please pull this 10 patches from Stefan?
The following changes since commit f3edfd30541d6f245d7dfa6fa7354cc916cc53e1:
net: designware: Program MAC address to hardware after soft reset (2015-07-08 13:43:19 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-marvell.git
for you to fetch changes up to 59565736839108846d8dfa6782babfaefff6b58b:
arm: mvebu: db-88f6820-gp: Add USB/EHCI support (2015-07-10 14:56:07 +0200)
---------------------------------------------------------------- Stefan Roese (10): arm: mvebu: db-88f6820-gp: Add MAINTAINERS file mmc: sdhci: Use timer based timeout detection in sdhci_send_command() mmc: sdhci.c: Add config option to use a fixed buffer for transfers arm: mvebu: Add SDIO/SDHCI support for Armada A38x arm: mvebu: db-88f6820-gp: Add MMC/SDIO support block: ahci: Don't enable port interrupts arm: mvebu: Add SATA/SCSI (AHCI) support for Armada A38x arm: mvebu: db-88f6820-gp.h: Add SATA/SCSI (AHCI) support usb: Add EHCI support for Armada 38x (mvebu) arm: mvebu: db-88f6820-gp: Add USB/EHCI support
arch/arm/mach-mvebu/cpu.c | 66 +++++++++++++++++++++++++++++++++ arch/arm/mach-mvebu/include/mach/cpu.h | 2 + arch/arm/mach-mvebu/include/mach/gpio.h | 10 +++++ arch/arm/mach-mvebu/include/mach/soc.h | 3 ++ board/Marvell/db-88f6820-gp/MAINTAINERS | 6 +++ drivers/block/ahci.c | 3 -- drivers/mmc/sdhci.c | 25 ++++++++++--- drivers/usb/host/ehci-marvell.c | 36 ++++++++++++++++++ include/configs/db-88f6820-gp.h | 41 ++++++++++++++++++++ 9 files changed, 184 insertions(+), 8 deletions(-) create mode 100644 arch/arm/mach-mvebu/include/mach/gpio.h create mode 100644 board/Marvell/db-88f6820-gp/MAINTAINERS
Thanks, Luka

On Fri, Jul 10, 2015 at 12:59:38PM +0000, Luka Perkov wrote:
Hi Tom,
can you please pull this 10 patches from Stefan?
The following changes since commit f3edfd30541d6f245d7dfa6fa7354cc916cc53e1:
net: designware: Program MAC address to hardware after soft reset (2015-07-08 13:43:19 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-marvell.git
for you to fetch changes up to 59565736839108846d8dfa6782babfaefff6b58b:
arm: mvebu: db-88f6820-gp: Add USB/EHCI support (2015-07-10 14:56:07 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Luka Perkov
-
Tom Rini