devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Jason Cooper <jason@lakedaemon.net>, kishon@ti.com, tj@kernel.org
Cc: devicetree@vger.kernel.org, linux-ide@vger.kernel.org,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>,
	Andrew Lunn <andrew@lunn.ch>
Subject: [PATCH v4 0/4] PHY Driver for Marvell SATA
Date: Thu, 26 Dec 2013 18:25:38 +0100	[thread overview]
Message-ID: <1388078742-6726-1-git-send-email-andrew@lunn.ch> (raw)
In-Reply-To: <20131219194237.GC22725@htj.dyndns.org>

This version adds the requested checking of return values
in sata_mv.c. The other patches are unchanged.

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/mvebu-phy.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                              |   27 ++++
 drivers/phy/Kconfig                                |    6 +
 drivers/phy/Makefile                               |    1 +
 drivers/phy/phy-mvebu-sata.c                       |  137 ++++++++++++++++++++
 10 files changed, 232 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/mvebu-phy.txt
 create mode 100644 drivers/phy/phy-mvebu-sata.c

-- 
1.7.10.4


  reply	other threads:[~2013-12-26 17:25 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-17 20:21 [PATCH 1/4] Phy: DT binding documentation for Marvell MVEBU SATA phy Andrew Lunn
2013-12-17 20:21 ` [PATCH 2/4] Phy: Add a PHY driver for Marvell MVEBU SATA PHY Andrew Lunn
2013-12-19 10:40   ` Kishon Vijay Abraham I
2013-12-17 20:21 ` [PATCH 3/4] SATA: MV: Add support for the optional PHYs Andrew Lunn
2013-12-18  6:30   ` Kishon Vijay Abraham I
2013-12-18 12:13     ` Tejun Heo
2013-12-19 19:10       ` Andrew Lunn
2013-12-19 19:42         ` Tejun Heo
2013-12-26 17:25           ` Andrew Lunn [this message]
2013-12-26 17:25             ` [PATCH v4 1/4] Phy: DT binding documentation for Marvell MVEBU SATA phy Andrew Lunn
2013-12-26 17:25             ` [PATCH v4 2/4] Phy: Add a PHY driver for Marvell MVEBU SATA PHY Andrew Lunn
2013-12-27 16:33               ` Kishon Vijay Abraham I
2014-01-10 19:31                 ` Jason Cooper
2014-01-11 11:12                   ` Kishon Vijay Abraham I
2013-12-26 17:25             ` [PATCH v4 3/4] SATA: MV: Add support for the optional PHYs Andrew Lunn
2014-01-20 12:47               ` Tejun Heo
2013-12-26 17:25             ` [PATCH v4 4/4] Phy: Add DT nodes on kirkwood and Dove for the SATA PHY Andrew Lunn
     [not found]     ` <52B140F2.8070900-l0cyMroinI0@public.gmane.org>
2013-12-19 19:03       ` [PATCH 3/4] SATA: MV: Add support for the optional PHYs Andrew Lunn
2013-12-20  3:25         ` Jason Cooper
2013-12-17 20:21 ` [PATCH 4/4] Phy: Add DT nodes on kirkwood and Dove for the SATA PHY Andrew Lunn
2013-12-18  6:32   ` Kishon Vijay Abraham I
2013-12-22 17:21   ` Jason Cooper
2013-12-17 20:27 ` [PATCH 1/4] Phy: DT binding documentation for Marvell MVEBU SATA phy Andrew Lunn
2013-12-20  3:21 ` Jason Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1388078742-6726-1-git-send-email-andrew@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=gregory.clement@free-electrons.com \
    --cc=jason@lakedaemon.net \
    --cc=kishon@ti.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=sebastian.hesselbarth@googlemail.com \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).