linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ata: Add APM X-Gene SATA controller support
@ 2013-11-09  7:00 Loc Ho
  2013-11-09  7:00 ` [PATCH v2 1/5] ata: Export AHCI library functions required by APM X-Gene SATA driver Loc Ho
  2013-11-12 15:40 ` [PATCH v2 0/5] ata: Add APM X-Gene SATA controller support Bartlomiej Zolnierkiewicz
  0 siblings, 2 replies; 24+ messages in thread
From: Loc Ho @ 2013-11-09  7:00 UTC (permalink / raw)
  To: linux-arm-kernel

ata: Add APM X-Gene SATA controller support

v2:
 * Clean up file sata_xgene.c with Lindent and etc
 * Clean up file sata_xgene_serdes.c with Lindent and etc
 * Add description to each patch

v1:
 * inital version

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 DTS entry for SATA controllers
  ata: Add APM X-Gene SATA driver
  ata: Add APM X-Gene SATA serdes functions
  Documentation: Add documentation for APM X-Gene SATA DTS 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                           | 1394 ++++++++++++++
 drivers/ata/sata_xgene.h                           |  112 ++
 drivers/ata/sata_xgene_serdes.c                    | 2004 ++++++++++++++++++++
 9 files changed, 3690 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] 24+ messages in thread

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

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-09  7:00 [PATCH v2 0/5] ata: Add APM X-Gene SATA controller support Loc Ho
2013-11-09  7:00 ` [PATCH v2 1/5] ata: Export AHCI library functions required by APM X-Gene SATA driver Loc Ho
2013-11-09  7:00   ` [PATCH v2 2/5] arm64: Add APM X-Gene DTS entry for SATA controllers Loc Ho
2013-11-09  7:00     ` [PATCH v2 3/5] ata: Add APM X-Gene SATA driver Loc Ho
2013-11-09  7:00       ` [PATCH v2 4/5] ata: Add APM X-Gene SATA serdes functions Loc Ho
2013-11-09  7:00         ` [PATCH v2 5/5] Documentation: Add documentation for APM X-Gene SATA DTS binding Loc Ho
2013-11-10 20:39           ` Arnd Bergmann
2013-11-11 17:50             ` Loc Ho
2013-11-11 19:06               ` Arnd Bergmann
2013-11-10 21:06       ` [PATCH v2 3/5] ata: Add APM X-Gene SATA driver Arnd Bergmann
2013-11-10 22:28       ` Olof Johansson
2013-11-11  8:54         ` Arnd Bergmann
2013-11-12  5:19           ` Loc Ho
2013-11-12 13:11             ` Arnd Bergmann
2013-11-12 22:39               ` Loc Ho
2013-11-13  5:20                 ` Kishon Vijay Abraham I
2013-11-13  5:33                   ` Loc Ho
2013-11-13  5:55                     ` Kishon Vijay Abraham I
2013-11-13  6:02                       ` Loc Ho
2013-11-13  9:31                         ` Kishon Vijay Abraham I
2013-11-13 16:06                           ` Loc Ho
2013-11-12 15:40 ` [PATCH v2 0/5] ata: Add APM X-Gene SATA controller support Bartlomiej Zolnierkiewicz
2013-11-12 16:34   ` Sergei Shtylyov
2013-11-12 17:30     ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).