devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ata: Add APM X-Gene SoC 6.0Gbps SATA PHY support
@ 2013-11-19 23:53 Loc Ho
  2013-11-19 23:53 ` [PATCH v2 1/4] PHY: Add function set_speed to generic PHY framework Loc Ho
  0 siblings, 1 reply; 22+ messages in thread
From: Loc Ho @ 2013-11-19 23:53 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.
In addition, the new PHY generic framework is patched to provide an
function to set the speed of the PHY.

v2
* Remove port knowledge from functions
* Make all functions static
* Remove ID completely
* Make resource requirement based on compatible type
* Rename override PHY parameters with more descriptive name
* Add override PHY parameter for per controller, per port, and per speed
* Patch the generic PHY frame to expose set_speed operation

v1
* Initial 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 (4):
  PHY: Add function set_speed to generic PHY framework
  Documentation: Add APM X-Gene SoC 6.0Gbps 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-phy.txt      |   61 +
 arch/arm64/boot/dts/apm-storm.dtsi                 |   28 +
 drivers/ata/Kconfig                                |    6 +
 drivers/ata/Makefile                               |    1 +
 drivers/ata/sata_xgene_phy.c                       | 2067 ++++++++++++++++++++
 include/linux/phy/phy.h                            |   22 +
 6 files changed, 2185 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ata/apm-xgene-phy.txt
 create mode 100644 drivers/ata/sata_xgene_phy.c


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

end of thread, other threads:[~2013-11-22  9:37 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 23:53 [PATCH v2 0/4] ata: Add APM X-Gene SoC 6.0Gbps SATA PHY support Loc Ho
2013-11-19 23:53 ` [PATCH v2 1/4] PHY: Add function set_speed to generic PHY framework Loc Ho
2013-11-19 23:53   ` [PATCH v2 2/4] Documentation: Add APM X-Gene SoC 6.0Gbps SATA PHY driver binding documentation Loc Ho
2013-11-19 23:53     ` [PATCH v2 3/4] ata: add APM X-Gene SoC 6.0Gbps SATA PHY driver Loc Ho
2013-11-19 23:53       ` [PATCH v2 4/4] arm64: Add APM X-Gene SoC 6.0Gbps SATA PHY DTS entries Loc Ho
2013-11-20  0:08         ` Loc Ho
2013-11-20 11:39         ` Mark Rutland
2013-11-20 18:03         ` Sergei Shtylyov
2013-11-20 18:48           ` Arnd Bergmann
2013-11-20  8:57       ` [PATCH v2 3/4] ata: add APM X-Gene SoC 6.0Gbps SATA PHY driver Ming Lei
2013-11-20 19:16         ` Loc Ho
2013-11-20 11:37       ` Mark Rutland
2013-11-20 12:06         ` Arnd Bergmann
2013-11-20 15:06       ` Tejun Heo
2013-11-20 15:41         ` Arnd Bergmann
2013-11-20 15:49           ` Tejun Heo
2013-11-20 18:46             ` Arnd Bergmann
2013-11-20 22:23           ` Loc Ho
2013-11-20  9:43     ` [PATCH v2 2/4] Documentation: Add APM X-Gene SoC 6.0Gbps SATA PHY driver binding documentation Mark Rutland
2013-11-20 20:07       ` Loc Ho
2013-11-22  9:37         ` Mark Rutland
2013-11-20 18:06   ` [PATCH v2 1/4] PHY: Add function set_speed to generic PHY framework Sergei Shtylyov

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).