devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] PHY driver for Marvell SATA
@ 2013-12-05 16:50 Andrew Lunn
       [not found] ` <1386262263-18956-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Andrew Lunn @ 2013-12-05 16:50 UTC (permalink / raw)
  To: Jason Cooper, kishon
  Cc: devicetree, linux-ide, Gregory Clement, Sebastian Hesselbarth,
	linux ARM, Andrew Lunn

This second version addresses most of the points raised during review.

What has not been changed is the phy-names property. This is awaiting
feedback on my comment that the naming follows how clocks are named in
the driver & DT binding. For this reason i've also not added the
Ack-by: received in the review comments.

Andrew Lunn (4):
  Phy: DT binding documentation for Marvell MVEBU SATA phy.
  Phy: Add a PHY driver for Marvell MVEBU SATA PHY.
  SATA: MV: Add support for the optional PHYs
  Phy: Add DT nodes on kirkwood and Dove for the SATA PHY

 Documentation/devicetree/bindings/ata/marvell.txt  |   6 +
 .../devicetree/bindings/phy/phy-mvebu.txt          |  22 ++++
 arch/arm/boot/dts/dove.dtsi                        |  11 ++
 arch/arm/boot/dts/kirkwood-6281.dtsi               |   2 +
 arch/arm/boot/dts/kirkwood-6282.dtsi               |   2 +
 arch/arm/boot/dts/kirkwood.dtsi                    |  18 +++
 drivers/ata/sata_mv.c                              |  19 +++
 drivers/phy/Kconfig                                |   6 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-mvebu-sata.c                       | 137 +++++++++++++++++++++
 10 files changed, 224 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-mvebu.txt
 create mode 100644 drivers/phy/phy-mvebu-sata.c

-- 
1.8.5


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

end of thread, other threads:[~2013-12-08  1:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 16:50 [PATCH v2 0/4] PHY driver for Marvell SATA Andrew Lunn
     [not found] ` <1386262263-18956-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2013-12-05 16:51   ` [PATCH v2 1/4] Phy: DT binding documentation for Marvell MVEBU SATA phy Andrew Lunn
2013-12-05 18:16     ` Jason Cooper
2013-12-05 16:51 ` [PATCH v2 2/4] Phy: Add a PHY driver for Marvell MVEBU SATA PHY Andrew Lunn
2013-12-05 16:51 ` [PATCH v2 3/4] SATA: MV: Add support for the optional PHYs Andrew Lunn
2013-12-05 16:51 ` [PATCH v2 4/4] Phy: Add DT nodes on kirkwood and Dove for the SATA PHY Andrew Lunn
2013-12-05 18:18   ` Jason Cooper
2013-12-08  1:09 ` [PATCH v2 0/4] PHY driver for Marvell SATA Jason Cooper

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