projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e6a85
)
USB: EHCI: elide I/O watchdog on AMD parts
author
Lucas Stach
<dev@lynxeye.de>
Sat, 22 Oct 2016 23:02:02 +0000
(
01:02
+0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 24 Oct 2016 12:36:25 +0000
(14:36 +0200)
This removes 10 timer wakeups per second. I'm running this patch for
a while now and haven't spotted any adverse effects.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-pci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/host/ehci-pci.c
b/drivers/usb/host/ehci-pci.c
index 3b3649d88c5f00281123975a931f3ecd52a14289..0ed683c176f022ef0f14a8a3eeacf64c848b2604 100644
(file)
--- a/
drivers/usb/host/ehci-pci.c
+++ b/
drivers/usb/host/ehci-pci.c
@@
-261,6
+261,7
@@
static int ehci_pci_setup(struct usb_hcd *hcd)
ehci->need_io_watchdog = 0;
break;
case PCI_VENDOR_ID_INTEL:
+ case PCI_VENDOR_ID_AMD:
ehci->need_io_watchdog = 0;
break;
case PCI_VENDOR_ID_NVIDIA: