From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Fri, 10 Jul 2015 12:59:38 +0000 Subject: [U-Boot] Please pull u-boot-marvell master Message-ID: <0000014e780cc04b-ddb50330-3550-49ac-97c3-fda5a46eabe7-000000@email.amazonses.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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