commit | 14e61a1bd986ac35be92c2dfb631a03a7c03abf4 | [log] [tgz] |
---|---|---|
author | Al Cooper <alcooperx@gmail.com> | Wed Aug 20 16:41:57 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 21:46:10 2014 -0700 |
tree | a8322e72dbe67f6243a1efb1b42ce371230c5ded | |
parent | 1e3452e3f08c5af7fb4b08551aaa96b6627c7416 [diff] |
usb: xhci_suspend is not stopping the root hub timer for the shared HCD 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 <alcooperx@gmail.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>