Re: [PATCH] USB: EHCI: elide I/O watchdog on AMD parts

2016-06-04 Thread Alan Stern
On Fri, 3 Jun 2016, Lucas Stach wrote: > 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 > --- > drivers/usb/host/ehci-pci.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/dr

[PATCH] USB: EHCI: elide I/O watchdog on AMD parts

2016-06-03 Thread Lucas Stach
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 --- drivers/usb/host/ehci-pci.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c in