Re: [PATCH 01/14] phy: phy-pxa-usb: add a new driver

From: Lubomir Rintel
Date: Tue Oct 09 2018 - 10:51:13 EST


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@xxxxx>
> > >
> > > Acked-by: Kishon Vijay Abraham I <kishon@xxxxxx>
> > >
> > > 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.

Thank you
Lubo

>
> thanks,
>
> greg k-h