Re: [PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-19 Thread Vinod Koul
HI Arnd, On 19-05-20, 09:44, Arnd Bergmann wrote: > On Tue, May 19, 2020 at 6:53 AM Vinod Koul wrote: > > On 19-05-20, 00:37, Anders Roxell wrote: > > > On Mon, 18 May 2020 at 21:57, Vinod Koul wrote: > > > > On 18-05-20, 19:53, Anders Roxell wrote: > > > > > On Wed, 6 May 2020 at 08:01, Vinod

Re: [PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-19 Thread Arnd Bergmann
On Tue, May 19, 2020 at 6:53 AM Vinod Koul wrote: > On 19-05-20, 00:37, Anders Roxell wrote: > > On Mon, 18 May 2020 at 21:57, Vinod Koul wrote: > > > On 18-05-20, 19:53, Anders Roxell wrote: > > > > On Wed, 6 May 2020 at 08:01, Vinod Koul wrote: > > > > > > > > > > Some rensas controller like

Re: [PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-18 Thread Vinod Koul
On 19-05-20, 00:37, Anders Roxell wrote: > On Mon, 18 May 2020 at 21:57, Vinod Koul wrote: > > > > Hi Anders, > > Hi Vinod, > > > > > On 18-05-20, 19:53, Anders Roxell wrote: > > > On Wed, 6 May 2020 at 08:01, Vinod Koul wrote: > > > > > > > > Some rensas controller like uPD720201 and

Re: [PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-18 Thread Bjorn Andersson
On Mon 18 May 12:57 PDT 2020, Vinod Koul wrote: > Hi Anders, > > On 18-05-20, 19:53, Anders Roxell wrote: > > On Wed, 6 May 2020 at 08:01, Vinod Koul wrote: > > > > > > Some rensas controller like uPD720201 and uPD720202 need firmware to be > > > loaded. Add these devices in pci table and

Re: [PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-18 Thread Anders Roxell
On Mon, 18 May 2020 at 21:57, Vinod Koul wrote: > > Hi Anders, Hi Vinod, > > On 18-05-20, 19:53, Anders Roxell wrote: > > On Wed, 6 May 2020 at 08:01, Vinod Koul wrote: > > > > > > Some rensas controller like uPD720201 and uPD720202 need firmware to be > > > loaded. Add these devices in pci

Re: [PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-18 Thread Vinod Koul
Hi Anders, On 18-05-20, 19:53, Anders Roxell wrote: > On Wed, 6 May 2020 at 08:01, Vinod Koul wrote: > > > > Some rensas controller like uPD720201 and uPD720202 need firmware to be > > loaded. Add these devices in pci table and invoke renesas firmware loader > > functions to check and load the

Re: [PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-18 Thread Anders Roxell
On Wed, 6 May 2020 at 08:01, Vinod Koul wrote: > > Some rensas controller like uPD720201 and uPD720202 need firmware to be > loaded. Add these devices in pci table and invoke renesas firmware loader > functions to check and load the firmware into device memory when > required. > > Signed-off-by:

[PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-06 Thread Vinod Koul
Some rensas controller like uPD720201 and uPD720202 need firmware to be loaded. Add these devices in pci table and invoke renesas firmware loader functions to check and load the firmware into device memory when required. Signed-off-by: Vinod Koul --- drivers/usb/host/xhci-pci.c | 35