public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/8] SATA support for omap5_uevm and dra7_evm
@ 2013-11-11 14:56 Roger Quadros
  2013-11-11 14:56 ` [U-Boot] [PATCH v3 1/8] ahci: Error out with message on malloc() failure Roger Quadros
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Roger Quadros @ 2013-11-11 14:56 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

v3:
- get rid of custom perror() macro, use printf
- Fixed coding sytle issues

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 | 231 +++++++++++++++++++++++++++++
 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, 457 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] 13+ messages in thread

end of thread, other threads:[~2013-12-18 12:20 UTC | newest]

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

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