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

2020-04-30 Thread Vinod Koul
On 30-04-20, 11:16, Mathias Nyman wrote: > On 30.4.2020 9.20, Vinod Koul wrote: > > On 29-04-20, 19:58, Vinod Koul wrote: > >> On 29-04-20, 16:53, Mathias Nyman wrote: > >>> On 24.4.2020 13.14, Vinod Koul wrote: > > > /* Prevent runtime suspending between USB-2 and USB-3 >

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

2020-04-30 Thread Mathias Nyman
On 30.4.2020 9.20, Vinod Koul wrote: > On 29-04-20, 19:58, Vinod Koul wrote: >> On 29-04-20, 16:53, Mathias Nyman wrote: >>> On 24.4.2020 13.14, Vinod Koul wrote: > /* Prevent runtime suspending between USB-2 and USB-3 initialization */ pm_runtime_get_noresume(>dev); @@

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

2020-04-30 Thread Vinod Koul
On 29-04-20, 19:58, Vinod Koul wrote: > On 29-04-20, 16:53, Mathias Nyman wrote: > > On 24.4.2020 13.14, Vinod Koul wrote: > > > /* Prevent runtime suspending between USB-2 and USB-3 initialization */ > > > pm_runtime_get_noresume(>dev); > > > @@ -388,6 +401,9 @@ static void

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

2020-04-29 Thread Vinod Koul
On 29-04-20, 16:53, Mathias Nyman wrote: > On 24.4.2020 13.14, Vinod Koul wrote: > > Some rensas controller like uPD720201 and uPD720202 need firmware to be > > loaded. Add these devices in table and invoke renesas firmware loader > > functions to check and load the firmware into device memory

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

2020-04-29 Thread Mathias Nyman
On 24.4.2020 13.14, Vinod Koul wrote: > Some rensas controller like uPD720201 and uPD720202 need firmware to be > loaded. Add these devices in table and invoke renesas firmware loader > functions to check and load the firmware into device memory when > required. > > Signed-off-by: Vinod Koul >