Re: [PATCH 4/5] usb: xhci: stop everything on the first call to xhci_stop

2015-08-19 Thread Roger Quadros
On 18/08/15 15:14, Mathias Nyman wrote: > On 18.08.2015 13:39, Roger Quadros wrote: >> xhci_stop will be called twice, once for the shared hcd >> and again for the primary hcd. >> >> We stop the XHCI controller in any case so clean up >> everything on the first call else we can timeout >> waiting

Re: [PATCH 4/5] usb: xhci: stop everything on the first call to xhci_stop

2015-08-18 Thread Mathias Nyman
On 18.08.2015 13:39, Roger Quadros wrote: xhci_stop will be called twice, once for the shared hcd and again for the primary hcd. We stop the XHCI controller in any case so clean up everything on the first call else we can timeout waiting for pending requests to complete. Signed-off-by: Roger Qu

[PATCH 4/5] usb: xhci: stop everything on the first call to xhci_stop

2015-08-18 Thread Roger Quadros
xhci_stop will be called twice, once for the shared hcd and again for the primary hcd. We stop the XHCI controller in any case so clean up everything on the first call else we can timeout waiting for pending requests to complete. Signed-off-by: Roger Quadros --- drivers/usb/host/xhci.c | 20 +++