Re: [PATCH] usb: xhci_suspend is not stopping the root hub timer for the shared HCD

2014-07-30 Thread Alan Cooper
Good point. I'll send a V2. Thanks Al On Wed, Jul 30, 2014 at 2:04 PM, Jack Pham wrote: > Hi Al, > > I faced an issue related to this and was about to send a patch myself > but you beat me to it. > > On Tue, Jul 29, 2014 at 02:21:55PM -0400, Al Cooper wrote: >> --- a/drivers/usb/host/xhci.c >> +

Re: [PATCH] usb: xhci_suspend is not stopping the root hub timer for the shared HCD

2014-07-30 Thread Jack Pham
Hi Al, I faced an issue related to this and was about to send a patch myself but you beat me to it. On Tue, Jul 29, 2014 at 02:21:55PM -0400, Al Cooper wrote: > --- a/drivers/usb/host/xhci.c > +++ b/drivers/usb/host/xhci.c > @@ -871,6 +871,7 @@ int xhci_suspend(struct xhci_hcd *xhci) > xhci

[PATCH] usb: xhci_suspend is not stopping the root hub timer for the shared HCD

2014-07-29 Thread Al Cooper
xhci_suspend() will stop the primary HCD's root hub timer, but leaves the shared HCD's timer running. This change adds stopping of the shared HCD timer. Signed-off-by: Al Cooper --- drivers/usb/host/xhci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/