All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/9] mvebu/a38x: Add MMC/SDIO, SATA/AHCI and USB/EHCI support
@ 2015-06-29 12:58 Stefan Roese
  2015-06-29 12:58 ` [U-Boot] [PATCH v1 1/9] mmc: sdhci: Use timer based timeout detection in sdhci_send_command() Stefan Roese
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Stefan Roese @ 2015-06-29 12:58 UTC (permalink / raw)
  To: u-boot


This patch series adds support for the following interfaces on the
Marvell A38x Soc in mainline U-Boot:

- MMC/SDIO/SDHCI
- SATA/SCSI/AHCI
- USB/EHCI

Tested on Marvell Armada 38x DB-88F6820-GP eval board.

Thanks,
Stefan


Stefan Roese (9):
  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 ++
 drivers/block/ahci.c                    |  3 --
 drivers/mmc/sdhci.c                     | 25 ++++++++++---
 drivers/usb/host/ehci-marvell.c         | 36 ++++++++++++++++++
 include/configs/db-88f6820-gp.h         | 41 ++++++++++++++++++++
 8 files changed, 178 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/mach-mvebu/include/mach/gpio.h

-- 
2.4.5

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-07-02 11:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 12:58 [U-Boot] [PATCH v1 0/9] mvebu/a38x: Add MMC/SDIO, SATA/AHCI and USB/EHCI support Stefan Roese
2015-06-29 12:58 ` [U-Boot] [PATCH v1 1/9] mmc: sdhci: Use timer based timeout detection in sdhci_send_command() Stefan Roese
2015-06-29 12:58 ` [U-Boot] [PATCH v1 2/9] mmc: sdhci.c: Add config option to use a fixed buffer for transfers Stefan Roese
2015-06-29 12:58 ` [U-Boot] [PATCH v1 3/9] arm: mvebu: Add SDIO/SDHCI support for Armada A38x Stefan Roese
2015-06-29 12:58 ` [U-Boot] [PATCH v1 4/9] arm: mvebu: db-88f6820-gp: Add MMC/SDIO support Stefan Roese
2015-06-29 12:58 ` [U-Boot] [PATCH v1 5/9] block: ahci: Don't enable port interrupts Stefan Roese
2015-06-29 16:03   ` Simon Glass
2015-06-29 12:58 ` [U-Boot] [PATCH v1 6/9] arm: mvebu: Add SATA/SCSI (AHCI) support for Armada A38x Stefan Roese
2015-06-29 12:58 ` [U-Boot] [PATCH v1 7/9] arm: mvebu: db-88f6820-gp.h: Add SATA/SCSI (AHCI) support Stefan Roese
2015-06-29 12:58 ` [U-Boot] [PATCH v1 8/9] usb: Add EHCI support for Armada 38x (mvebu) Stefan Roese
2015-06-29 15:22   ` Marek Vasut
2015-07-02 11:03     ` Stefan Roese
2015-07-02 11:13       ` Marek Vasut
2015-06-29 12:58 ` [U-Boot] [PATCH v1 9/9] arm: mvebu: db-88f6820-gp: Add USB/EHCI support Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.