public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/8] SATA support for omap5_uevm and dra7_evm
@ 2013-11-11 13:31 Roger Quadros
  2013-11-11 13:31 ` [U-Boot] [PATCH v2 1/8] ahci: Error out with message on malloc() failure Roger Quadros
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Roger Quadros @ 2013-11-11 13:31 UTC (permalink / raw)
  To: u-boot

Hi,

This series adds SATA support for OMAP5 uevm and DRA7 evm.

Patches are also availabe at
 git at github.com:rogerq/u-boot.git	sata

v2:
- Address review comments in the RFC series
- Fix cache align error in the ahci driver
- Added dra7 support

cheers,
-roger

Roger Quadros (8):
  ahci: Error out with message on malloc() failure
  ahci: Fix cache align error messages
  ARM: OMAP5: Add Pipe3 PHY driver
  ARM: OMAP5: Add PRCM and Control information for SATA
  ARM: OMAP5: Add SATA platform glue
  ARM: omap5_uevm: Add SATA support
  ARM: DRA7xx: Add PRCM and Control information for SATA
  ARM: dra7_evm: Add SATA support

 arch/arm/cpu/armv7/omap-common/Makefile    |   5 +
 arch/arm/cpu/armv7/omap-common/pipe3-phy.c | 233 +++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/omap-common/pipe3-phy.h |  36 +++++
 arch/arm/cpu/armv7/omap-common/sata.c      |  75 ++++++++++
 arch/arm/cpu/armv7/omap5/prcm-regs.c       |   7 +
 arch/arm/include/asm/arch-omap5/clock.h    |   3 +
 arch/arm/include/asm/arch-omap5/omap.h     |   3 +
 arch/arm/include/asm/arch-omap5/sata.h     |  48 ++++++
 arch/arm/include/asm/omap_common.h         |   2 +
 board/ti/dra7xx/evm.c                      |   7 +
 board/ti/omap5_uevm/evm.c                  |   7 +
 drivers/block/ahci.c                       |  18 ++-
 include/configs/dra7xx_evm.h               |  11 ++
 include/configs/omap5_uevm.h               |  10 ++
 14 files changed, 459 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/omap-common/pipe3-phy.c
 create mode 100644 arch/arm/cpu/armv7/omap-common/pipe3-phy.h
 create mode 100644 arch/arm/cpu/armv7/omap-common/sata.c
 create mode 100644 arch/arm/include/asm/arch-omap5/sata.h

-- 
1.8.3.2

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

end of thread, other threads:[~2013-11-11 13:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-11 13:31 [U-Boot] [PATCH v2 0/8] SATA support for omap5_uevm and dra7_evm Roger Quadros
2013-11-11 13:31 ` [U-Boot] [PATCH v2 1/8] ahci: Error out with message on malloc() failure Roger Quadros
2013-11-11 13:31 ` [U-Boot] [PATCH v2 2/8] ahci: Fix cache align error messages Roger Quadros
2013-11-11 13:56   ` Tom Rini
2013-11-11 13:57     ` Roger Quadros
2013-11-11 13:31 ` [U-Boot] [PATCH v2 3/8] ARM: OMAP5: Add Pipe3 PHY driver Roger Quadros
2013-11-11 13:31 ` [U-Boot] [PATCH v2 4/8] ARM: OMAP5: Add PRCM and Control information for SATA Roger Quadros
2013-11-11 13:31 ` [U-Boot] [PATCH v2 5/8] ARM: OMAP5: Add SATA platform glue Roger Quadros
2013-11-11 13:31 ` [U-Boot] [PATCH v2 6/8] ARM: omap5_uevm: Add SATA support Roger Quadros
2013-11-11 13:31 ` [U-Boot] [PATCH v2 7/8] ARM: DRA7xx: Add PRCM and Control information for SATA Roger Quadros
2013-11-11 13:31 ` [U-Boot] [PATCH v2 8/8] ARM: dra7_evm: Add SATA support Roger Quadros
2013-11-11 13:58 ` [U-Boot] [PATCH v2 0/8] SATA support for omap5_uevm and dra7_evm Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox