public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ata: Add APM X-Gene SATA controller support
@ 2013-11-08 22:30 Loc Ho
  2013-11-08 22:30 ` [PATCH 1/5] ata: Export AHCI library functions required by APM X-Gene SATA driver Loc Ho
  0 siblings, 1 reply; 10+ messages in thread
From: Loc Ho @ 2013-11-08 22:30 UTC (permalink / raw)
  To: linux-arm-kernel

Add APM X-Gene SATA controller support

Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Tuan Phan <tphan@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
---
Loc Ho (5):
  ata: Export AHCI library functions required by APM X-Gene SATA driver
  arm64: Add APM X-Gene SATA DTS binding
  ata: Add APM X-Gene SATA driver
  ata: Add APM X-Gene SATA serdes functions
  Documentation: Add documentation for APM X-Gene SATA binding

 .../devicetree/bindings/ata/apm-xgene.txt          |   84 +
 arch/arm64/boot/dts/apm-storm.dtsi                 |   73 +
 drivers/ata/Kconfig                                |    7 +
 drivers/ata/Makefile                               |    2 +
 drivers/ata/ahci.h                                 |    6 +
 drivers/ata/libahci.c                              |   13 +-
 drivers/ata/sata_xgene.c                           | 1385 ++++++++++++++
 drivers/ata/sata_xgene.h                           |  112 ++
 drivers/ata/sata_xgene_serdes.c                    | 1982 ++++++++++++++++++++
 9 files changed, 3659 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ata/apm-xgene.txt
 create mode 100644 drivers/ata/sata_xgene.c
 create mode 100644 drivers/ata/sata_xgene.h
 create mode 100644 drivers/ata/sata_xgene_serdes.c

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

end of thread, other threads:[~2013-11-09  5:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 22:30 [PATCH 0/5] ata: Add APM X-Gene SATA controller support Loc Ho
2013-11-08 22:30 ` [PATCH 1/5] ata: Export AHCI library functions required by APM X-Gene SATA driver Loc Ho
2013-11-08 22:30   ` [PATCH 2/5] arm64: Add APM X-Gene SATA DTS binding Loc Ho
2013-11-08 22:30     ` [PATCH 3/5] ata: Add APM X-Gene SATA driver Loc Ho
2013-11-08 22:30       ` [PATCH 4/5] ata: Add APM X-Gene SATA serdes functions Loc Ho
2013-11-08 22:30         ` [PATCH 5/5] Documentation: Add documentation for APM X-Gene SATA DTS binding Loc Ho
2013-11-09  0:38         ` [PATCH 4/5] ata: Add APM X-Gene SATA serdes functions Olof Johansson
2013-11-09  5:32           ` Loc Ho
2013-11-09  0:39     ` [PATCH 2/5] arm64: Add APM X-Gene SATA DTS binding Olof Johansson
2013-11-09  5:33       ` Loc Ho

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