All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Lubomir Rintel <lkundrak@v3.sk>
Cc: Kishon Vijay Abraham I <kishon@ti.com>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Eric Miao <eric.y.miao@gmail.com>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Alan Stern <stern@rowland.harvard.edu>
Subject: [01/14] phy: phy-pxa-usb: add a new driver
Date: Tue, 9 Oct 2018 16:57:34 +0200	[thread overview]
Message-ID: <20181009145734.GA22668@kroah.com> (raw)

On Tue, Oct 09, 2018 at 04:51:03PM +0200, Lubomir Rintel wrote:
> On Mon, 2018-10-08 at 15:21 +0200, Greg Kroah-Hartman wrote:
> > On Sun, Oct 07, 2018 at 08:47:28PM +0200, Lubomir Rintel wrote:
> > > On Tue, 2018-09-25 at 10:53 +0530, Kishon Vijay Abraham I wrote:
> > > > On Thursday 23 August 2018 02:12 AM, Lubomir Rintel wrote:
> > > > > Turned from arch/arm/mach-mmp/devices.c into a proper PHY driver,
> > > > > so
> > > > > that in can be instantiated from a DT.
> > > > > 
> > > > > Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> > > > 
> > > > Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
> > > > 
> > > > If this has to be merged via linux-phy tree, please let me know.
> > > 
> > > Yes, either linux-phy or the usb tree.
> > > 
> > > The EHCI patches have already been pulled into the usb tree, presumably
> > > because they got an Ack from Alan Stern. That includes "USB: EHCI:
> > > ehci-mv: use phy-pxa-usb" that depends on this. Perhaps the  rest of
> > > the patches can go via the same tree?
> > > 
> > > I haven't submitted a patchset that would have dependencies spanning
> > > across different subsystems before. I don't know what's usually done in
> > > such cases. Advice welcome.
> > > 
> > > Greg?
> > 
> > You can either send them through the same tree, or wait a release cycle
> > and get the rest in through a different one.  As I usually take the phy
> > tree into the USB tree for issues like this, I can take them all if you
> > get the phy maintainer to ack them.
> 
> I believe that would be Kishton, who acked this one (see above). Please
> add it ("PATCH 01/14] phy: phy-pxa-usb: add a new driver") to the usb
> tree than.
> 
> The rest is DT bindings and MMP2 platform changes (DT, board files and
> removal of dead code) which are not strictly dependent on this and
> don't need to go through phy or usb trees. I still need to get someone
> to review them.

When you get that done, please resend.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/14] phy: phy-pxa-usb: add a new driver
Date: Tue, 9 Oct 2018 16:57:34 +0200	[thread overview]
Message-ID: <20181009145734.GA22668@kroah.com> (raw)
In-Reply-To: <f54219e7b164a8eb259e956f312a090b67fd8fd8.camel@v3.sk>

On Tue, Oct 09, 2018 at 04:51:03PM +0200, Lubomir Rintel wrote:
> On Mon, 2018-10-08 at 15:21 +0200, Greg Kroah-Hartman wrote:
> > On Sun, Oct 07, 2018 at 08:47:28PM +0200, Lubomir Rintel wrote:
> > > On Tue, 2018-09-25 at 10:53 +0530, Kishon Vijay Abraham I wrote:
> > > > On Thursday 23 August 2018 02:12 AM, Lubomir Rintel wrote:
> > > > > Turned from arch/arm/mach-mmp/devices.c into a proper PHY driver,
> > > > > so
> > > > > that in can be instantiated from a DT.
> > > > > 
> > > > > Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> > > > 
> > > > Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
> > > > 
> > > > If this has to be merged via linux-phy tree, please let me know.
> > > 
> > > Yes, either linux-phy or the usb tree.
> > > 
> > > The EHCI patches have already been pulled into the usb tree, presumably
> > > because they got an Ack from Alan Stern. That includes "USB: EHCI:
> > > ehci-mv: use phy-pxa-usb" that depends on this. Perhaps the  rest of
> > > the patches can go via the same tree?
> > > 
> > > I haven't submitted a patchset that would have dependencies spanning
> > > across different subsystems before. I don't know what's usually done in
> > > such cases. Advice welcome.
> > > 
> > > Greg?
> > 
> > You can either send them through the same tree, or wait a release cycle
> > and get the rest in through a different one.  As I usually take the phy
> > tree into the USB tree for issues like this, I can take them all if you
> > get the phy maintainer to ack them.
> 
> I believe that would be Kishton, who acked this one (see above). Please
> add it ("PATCH 01/14] phy: phy-pxa-usb: add a new driver") to the usb
> tree than.
> 
> The rest is DT bindings and MMP2 platform changes (DT, board files and
> removal of dead code) which are not strictly dependent on this and
> don't need to go through phy or usb trees. I still need to get someone
> to review them.

When you get that done, please resend.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Lubomir Rintel <lkundrak@v3.sk>
Cc: Kishon Vijay Abraham I <kishon@ti.com>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Eric Miao <eric.y.miao@gmail.com>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Alan Stern <stern@rowland.harvard.edu>
Subject: Re: [PATCH 01/14] phy: phy-pxa-usb: add a new driver
Date: Tue, 9 Oct 2018 16:57:34 +0200	[thread overview]
Message-ID: <20181009145734.GA22668@kroah.com> (raw)
In-Reply-To: <f54219e7b164a8eb259e956f312a090b67fd8fd8.camel@v3.sk>

On Tue, Oct 09, 2018 at 04:51:03PM +0200, Lubomir Rintel wrote:
> On Mon, 2018-10-08 at 15:21 +0200, Greg Kroah-Hartman wrote:
> > On Sun, Oct 07, 2018 at 08:47:28PM +0200, Lubomir Rintel wrote:
> > > On Tue, 2018-09-25 at 10:53 +0530, Kishon Vijay Abraham I wrote:
> > > > On Thursday 23 August 2018 02:12 AM, Lubomir Rintel wrote:
> > > > > Turned from arch/arm/mach-mmp/devices.c into a proper PHY driver,
> > > > > so
> > > > > that in can be instantiated from a DT.
> > > > > 
> > > > > Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> > > > 
> > > > Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
> > > > 
> > > > If this has to be merged via linux-phy tree, please let me know.
> > > 
> > > Yes, either linux-phy or the usb tree.
> > > 
> > > The EHCI patches have already been pulled into the usb tree, presumably
> > > because they got an Ack from Alan Stern. That includes "USB: EHCI:
> > > ehci-mv: use phy-pxa-usb" that depends on this. Perhaps the  rest of
> > > the patches can go via the same tree?
> > > 
> > > I haven't submitted a patchset that would have dependencies spanning
> > > across different subsystems before. I don't know what's usually done in
> > > such cases. Advice welcome.
> > > 
> > > Greg?
> > 
> > You can either send them through the same tree, or wait a release cycle
> > and get the rest in through a different one.  As I usually take the phy
> > tree into the USB tree for issues like this, I can take them all if you
> > get the phy maintainer to ack them.
> 
> I believe that would be Kishton, who acked this one (see above). Please
> add it ("PATCH 01/14] phy: phy-pxa-usb: add a new driver") to the usb
> tree than.
> 
> The rest is DT bindings and MMP2 platform changes (DT, board files and
> removal of dead code) which are not strictly dependent on this and
> don't need to go through phy or usb trees. I still need to get someone
> to review them.

When you get that done, please resend.

thanks,

greg k-h

             reply	other threads:[~2018-10-09 14:57 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-09 14:57 Greg Kroah-Hartman [this message]
2018-10-09 14:57 ` [PATCH 01/14] phy: phy-pxa-usb: add a new driver Greg Kroah-Hartman
2018-10-09 14:57 ` Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2018-11-05  9:20 [14/14] DT: marvell,mmp2: add USB OTG host controller Pavel Machek
2018-11-05  9:20 ` [PATCH 14/14] " Pavel Machek
2018-11-05  9:20 ` Pavel Machek
2018-11-05  9:20 [13/14] DT: marvell,mmp2: add OTG PHY Pavel Machek
2018-11-05  9:20 ` [PATCH 13/14] " Pavel Machek
2018-11-05  9:20 ` Pavel Machek
2018-11-05  9:20 [10/14] USB: gadget: mv-udc: use phy-pxa-usb Pavel Machek
2018-11-05  9:20 ` [PATCH 10/14] " Pavel Machek
2018-11-05  9:20 ` Pavel Machek
2018-11-05  9:19 [09/14] USB: phy-mv-usb: " Pavel Machek
2018-11-05  9:19 ` [PATCH 09/14] " Pavel Machek
2018-11-05  9:19 ` Pavel Machek
2018-11-05  9:19 [06/14] ARM: aspenite: add an instance of pxa-usb-phy Pavel Machek
2018-11-05  9:19 ` [PATCH 06/14] " Pavel Machek
2018-11-05  9:19 ` Pavel Machek
2018-11-05  9:19 [05/14] ARM: ttc_dkb: " Pavel Machek
2018-11-05  9:19 ` [PATCH 05/14] " Pavel Machek
2018-11-05  9:19 ` Pavel Machek
2018-11-05  9:19 [02/14] dt-bindings: phy-pxa-usb: add bindings Pavel Machek
2018-11-05  9:19 ` [PATCH 02/14] " Pavel Machek
2018-11-05  9:19 ` Pavel Machek
2018-11-02 20:47 [12/14] dt-bindings: ehci-mv: " Pavel Machek
2018-11-02 20:47 ` [PATCH 12/14] " Pavel Machek
2018-11-02 20:47 ` Pavel Machek
2018-10-09 14:51 [01/14] phy: phy-pxa-usb: add a new driver Lubomir Rintel
2018-10-09 14:51 ` [PATCH 01/14] " Lubomir Rintel
2018-10-09 14:51 ` Lubomir Rintel
2018-10-08 13:21 [01/14] " Greg Kroah-Hartman
2018-10-08 13:21 ` [PATCH 01/14] " Greg Kroah-Hartman
2018-10-08 13:21 ` Greg Kroah-Hartman
2018-10-07 18:47 [01/14] " Lubomir Rintel
2018-10-07 18:47 ` [PATCH 01/14] " Lubomir Rintel
2018-10-07 18:47 ` Lubomir Rintel
2018-09-25  5:23 [01/14] " Kishon Vijay Abraham I
2018-09-25  5:23 ` [PATCH 01/14] " Kishon Vijay Abraham I
2018-09-25  5:23 ` Kishon Vijay Abraham I
2018-08-22 20:43 [14/14] DT: marvell,mmp2: add USB OTG host controller Lubomir Rintel
2018-08-22 20:43 ` [PATCH 14/14] " Lubomir Rintel
2018-08-22 20:43 ` Lubomir Rintel
2018-08-22 20:43 [13/14] DT: marvell,mmp2: add OTG PHY Lubomir Rintel
2018-08-22 20:43 ` [PATCH 13/14] " Lubomir Rintel
2018-08-22 20:43 ` Lubomir Rintel
2018-08-22 20:43 [12/14] dt-bindings: ehci-mv: add bindings Lubomir Rintel
2018-08-22 20:43 ` [PATCH 12/14] " Lubomir Rintel
2018-08-22 20:43 ` Lubomir Rintel
2018-08-22 20:43 [11/14] USB: EHCI: ehci-mv: add DT support Lubomir Rintel
2018-08-22 20:43 ` [PATCH 11/14] " Lubomir Rintel
2018-08-22 20:43 ` Lubomir Rintel
2018-08-22 20:43 [10/14] USB: gadget: mv-udc: use phy-pxa-usb Lubomir Rintel
2018-08-22 20:43 ` [PATCH 10/14] " Lubomir Rintel
2018-08-22 20:43 ` Lubomir Rintel
2018-08-22 20:43 [09/14] USB: phy-mv-usb: " Lubomir Rintel
2018-08-22 20:43 ` [PATCH 09/14] " Lubomir Rintel
2018-08-22 20:43 ` Lubomir Rintel
2018-08-22 20:43 [08/14] USB: EHCI: ehci-mv: " Lubomir Rintel
2018-08-22 20:43 ` [PATCH 08/14] " Lubomir Rintel
2018-08-22 20:43 ` Lubomir Rintel
2018-08-22 20:43 [07/14] USB: EHCI: ehci-mv: remove private_init Lubomir Rintel
2018-08-22 20:43 ` [PATCH 07/14] " Lubomir Rintel
2018-08-22 20:43 ` Lubomir Rintel
2018-08-22 20:42 [06/14] ARM: aspenite: add an instance of pxa-usb-phy Lubomir Rintel
2018-08-22 20:42 ` [PATCH 06/14] " Lubomir Rintel
2018-08-22 20:42 ` Lubomir Rintel
2018-08-22 20:42 [05/14] ARM: ttc_dkb: " Lubomir Rintel
2018-08-22 20:42 ` [PATCH 05/14] " Lubomir Rintel
2018-08-22 20:42 ` Lubomir Rintel
2018-08-22 20:42 [04/14] ARM: mmp: add a pxa-usb-phy device Lubomir Rintel
2018-08-22 20:42 ` [PATCH 04/14] " Lubomir Rintel
2018-08-22 20:42 ` Lubomir Rintel
2018-08-22 20:42 [03/14] USB: EHCI: make ehci-mv a separate driver Lubomir Rintel
2018-08-22 20:42 ` [PATCH 03/14] " Lubomir Rintel
2018-08-22 20:42 ` Lubomir Rintel
2018-08-22 20:42 [02/14] dt-bindings: phy-pxa-usb: add bindings Lubomir Rintel
2018-08-22 20:42 ` [PATCH 02/14] " Lubomir Rintel
2018-08-22 20:42 ` Lubomir Rintel
2018-08-22 20:42 [01/14] phy: phy-pxa-usb: add a new driver Lubomir Rintel
2018-08-22 20:42 ` [PATCH 01/14] " Lubomir Rintel
2018-08-22 20:42 ` Lubomir Rintel
2018-08-22 20:42 [PATCH 00/14] Convert ehci-mv to DT Lubomir Rintel
2018-08-22 20:42 ` Lubomir Rintel
2018-08-28 15:04 ` Alan Stern
2018-08-28 15:04   ` Alan Stern

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=20181009145734.GA22668@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=eric.y.miao@gmail.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lkundrak@v3.sk \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=stern@rowland.harvard.edu \
    /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.