All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ata: Add APM X-Gene SoC 6.0Gbps SATA PHY support
@ 2013-11-14 19:31 ` Loc Ho
  0 siblings, 0 replies; 32+ messages in thread
From: Loc Ho @ 2013-11-14 19:31 UTC (permalink / raw)
  To: olof, tj, arnd
  Cc: linux-scsi, linux-ide, devicetree, linux-arm-kernel, jcm, Loc Ho,
	Tuan Phan, Suman Tripathi

ata: Add APM X-Gene SoC 6.0Gbps SATA PHY support

This patch adds support for APM X-Gene SoC 6.0Gbps SATA PHY. This is the
physical layer interface for the corresponding SATA host controller. This
driver uses the new PHY generic framework posted by Kishon Vijay Abrahm.

Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Tuan Phan <tphan@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Olof Johansson <olof@lixom.net> 
---
Loc Ho (3):
  Documentation: Add APM X-Gene SATA PHY driver binding documentation
  ata: Add APM X-Gene SoC 6.0Gbps SATA PHY driver
  arm64: Add APM X-Gene SoC 6.0Gbps SATA PHY DTS entries.

 .../devicetree/bindings/ata/apm-xgene.txt          |   69 +
 arch/arm64/boot/dts/apm-storm.dtsi                 |   25 +
 drivers/ata/Kconfig                                |    6 +
 drivers/ata/Makefile                               |    1 +
 drivers/ata/sata_xgene_phy.c                       | 2142 ++++++++++++++++++++
 5 files changed, 2243 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ata/apm-xgene.txt
 create mode 100644 drivers/ata/sata_xgene_phy.c


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

end of thread, other threads:[~2013-11-15 20:52 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14 19:31 [PATCH 0/3] ata: Add APM X-Gene SoC 6.0Gbps SATA PHY support Loc Ho
2013-11-14 19:31 ` Loc Ho
2013-11-14 19:31 ` [PATCH 1/3] Documentation: Add APM X-Gene SoC 6.0Gbps SATA PHY driver binding documentation Loc Ho
2013-11-14 19:31   ` Loc Ho
2013-11-14 19:31   ` [PATCH 2/3] ata: Add APM X-Gene SoC 6.0Gbps SATA PHY driver Loc Ho
2013-11-14 19:31     ` Loc Ho
2013-11-14 19:31     ` [PATCH 3/3] arm64: Add APM X-Gene SoC 6.0Gbps SATA PHY DTS entries Loc Ho
2013-11-14 19:31       ` Loc Ho
2013-11-15 12:46     ` [PATCH 2/3] ata: Add APM X-Gene SoC 6.0Gbps SATA PHY driver Arnd Bergmann
2013-11-15 12:46       ` Arnd Bergmann
2013-11-15 16:14       ` Loc Ho
2013-11-15 16:14         ` Loc Ho
     [not found]   ` <1384457519-21335-2-git-send-email-lho-qTEPVZfXA3Y@public.gmane.org>
2013-11-15 12:35     ` [PATCH 1/3] Documentation: Add APM X-Gene SoC 6.0Gbps SATA PHY driver binding documentation Arnd Bergmann
2013-11-15 12:35       ` Arnd Bergmann
2013-11-15 12:52       ` Arnd Bergmann
2013-11-15 12:52         ` Arnd Bergmann
2013-11-15 16:22       ` Loc Ho
2013-11-15 16:22         ` Loc Ho
2013-11-15 19:26         ` Arnd Bergmann
2013-11-15 19:26           ` Arnd Bergmann
2013-11-15 19:33           ` Loc Ho
2013-11-15 19:33             ` Loc Ho
2013-11-15 19:54             ` Arnd Bergmann
2013-11-15 19:54               ` Arnd Bergmann
2013-11-15 20:00               ` Loc Ho
2013-11-15 20:00                 ` Loc Ho
2013-11-15 20:19                 ` Arnd Bergmann
2013-11-15 20:19                   ` Arnd Bergmann
2013-11-15 20:52                   ` Loc Ho
2013-11-15 20:52                     ` Loc Ho
2013-11-15 12:31 ` [PATCH 0/3] ata: Add APM X-Gene SoC 6.0Gbps SATA PHY support Arnd Bergmann
2013-11-15 12:31   ` Arnd Bergmann

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.