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

2014-08-07 Thread Mathias Nyman
On 08/06/2014 09:05 PM, Al Cooper wrote: > V2 - Restart polling (which will restart the timer) for the shared > HCD in xhci_resume(). > > 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. >

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

2014-08-06 Thread Al Cooper
V2 - Restart polling (which will restart the timer) for the shared HCD in xhci_resume(). 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

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

2014-07-30 Thread Al Cooper
V2 - Restart polling (which will restart the timer) for the shared HCD in xhci_resume(). 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