Re: [PATCH v11 2/5] usb: renesas-xhci: Add the renesas xhci driver

2020-04-30 Thread Greg Kroah-Hartman
On Thu, Apr 30, 2020 at 08:56:50PM +0530, Vinod Koul wrote: > On 30-04-20, 16:53, Greg Kroah-Hartman wrote: > > On Thu, Apr 30, 2020 at 08:16:41PM +0530, Vinod Koul wrote: > > > > > diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile > > > > > index b191361257cc..c3a79f626393 100644

Re: [PATCH v11 2/5] usb: renesas-xhci: Add the renesas xhci driver

2020-04-30 Thread Vinod Koul
On 30-04-20, 16:53, Greg Kroah-Hartman wrote: > On Thu, Apr 30, 2020 at 08:16:41PM +0530, Vinod Koul wrote: > > > > diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile > > > > index b191361257cc..c3a79f626393 100644 > > > > --- a/drivers/usb/host/Makefile > > > > +++

Re: [PATCH v11 2/5] usb: renesas-xhci: Add the renesas xhci driver

2020-04-30 Thread Greg Kroah-Hartman
On Thu, Apr 30, 2020 at 08:16:41PM +0530, Vinod Koul wrote: > > > diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile > > > index b191361257cc..c3a79f626393 100644 > > > --- a/drivers/usb/host/Makefile > > > +++ b/drivers/usb/host/Makefile > > > @@ -70,7 +70,8 @@

Re: [PATCH v11 2/5] usb: renesas-xhci: Add the renesas xhci driver

2020-04-30 Thread Vinod Koul
On 30-04-20, 17:36, Mathias Nyman wrote: > On 30.4.2020 13.10, Vinod Koul wrote: > > From: Christian Lamparter > > > > This add a new driver for renesas xhci which is basically a firmware > > loader for uPD720201 and uPD720202 w/o ROM. It uses xhci-pci driver for > > most of the work. > > > >

Re: [PATCH v11 2/5] usb: renesas-xhci: Add the renesas xhci driver

2020-04-30 Thread Mathias Nyman
On 30.4.2020 13.10, Vinod Koul wrote: > From: Christian Lamparter > > This add a new driver for renesas xhci which is basically a firmware > loader for uPD720201 and uPD720202 w/o ROM. It uses xhci-pci driver for > most of the work. > > This is added in Makefile before the xhci-pci driver so

[PATCH v11 2/5] usb: renesas-xhci: Add the renesas xhci driver

2020-04-30 Thread Vinod Koul
From: Christian Lamparter This add a new driver for renesas xhci which is basically a firmware loader for uPD720201 and uPD720202 w/o ROM. It uses xhci-pci driver for most of the work. This is added in Makefile before the xhci-pci driver so that it first get probed for renesas devices before