All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Cooper <jason@lakedaemon.net>
To: Andrew Lunn <andrew@lunn.ch>
Cc: devicetree@vger.kernel.org,
	Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>,
	kishon@ti.com, linux-ide@vger.kernel.org,
	Gregory Clement <gregory.clement@free-electrons.com>,
	linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 0/4] PHY driver for Marvell SATA
Date: Sat, 7 Dec 2013 20:09:58 -0500	[thread overview]
Message-ID: <20131208010958.GH11251@titan.lakedaemon.net> (raw)
In-Reply-To: <1386262263-18956-1-git-send-email-andrew@lunn.ch>

Andrew,

wrt merging...

On Thu, Dec 05, 2013 at 05:50:59PM +0100, Andrew Lunn wrote:
> 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
> 

This is actually really easy.

>  Documentation/devicetree/bindings/ata/marvell.txt  |   6 +
>  .../devicetree/bindings/phy/phy-mvebu.txt          |  22 ++++

Keep this with the phy driver patch.

>  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 +++

I'll take this.

>  drivers/ata/sata_mv.c                              |  19 +++

This uses the phy if it's available, so this can go through ata.  No
dependency problems there.

>  drivers/phy/Kconfig                                |   6 +
>  drivers/phy/Makefile                               |   1 +
>  drivers/phy/phy-mvebu-sata.c                       | 137 +++++++++++++++++++++

And this can go through Kishon with the binding docs.

thx,

Jason.

WARNING: multiple messages have this Message-ID (diff)
From: jason@lakedaemon.net (Jason Cooper)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] PHY driver for Marvell SATA
Date: Sat, 7 Dec 2013 20:09:58 -0500	[thread overview]
Message-ID: <20131208010958.GH11251@titan.lakedaemon.net> (raw)
In-Reply-To: <1386262263-18956-1-git-send-email-andrew@lunn.ch>

Andrew,

wrt merging...

On Thu, Dec 05, 2013 at 05:50:59PM +0100, Andrew Lunn wrote:
> 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
> 

This is actually really easy.

>  Documentation/devicetree/bindings/ata/marvell.txt  |   6 +
>  .../devicetree/bindings/phy/phy-mvebu.txt          |  22 ++++

Keep this with the phy driver patch.

>  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 +++

I'll take this.

>  drivers/ata/sata_mv.c                              |  19 +++

This uses the phy if it's available, so this can go through ata.  No
dependency problems there.

>  drivers/phy/Kconfig                                |   6 +
>  drivers/phy/Makefile                               |   1 +
>  drivers/phy/phy-mvebu-sata.c                       | 137 +++++++++++++++++++++

And this can go through Kishon with the binding docs.

thx,

Jason.

  parent reply	other threads:[~2013-12-08  1:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-05 16:50 [PATCH v2 0/4] PHY driver for Marvell SATA Andrew Lunn
2013-12-05 16:50 ` 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 16:51     ` Andrew Lunn
2013-12-05 18:16     ` Jason Cooper
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   ` 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   ` 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 16:51   ` Andrew Lunn
2013-12-05 18:18   ` Jason Cooper
2013-12-05 18:18     ` Jason Cooper
2013-12-08  1:09 ` Jason Cooper [this message]
2013-12-08  1:09   ` [PATCH v2 0/4] PHY driver for Marvell SATA 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=20131208010958.GH11251@titan.lakedaemon.net \
    --to=jason@lakedaemon.net \
    --cc=andrew@lunn.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=gregory.clement@free-electrons.com \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=sebastian.hesselbarth@googlemail.com \
    /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 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.