]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
USB: EHCI cpufreq fix
authorStuart_Hayes@Dell.com <Stuart_Hayes@Dell.com>
Thu, 3 May 2007 15:58:49 +0000 (08:58 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jul 2007 23:29:45 +0000 (16:29 -0700)
commit196705c9bbc03540429b0f7cf9ee35c2f928a534
tree37ddc23737bced60a8defc52f643f362e2744908
parentec22559e0b7a05283a3413bda5d177e42c950e23
USB: EHCI cpufreq fix

EHCI controllers that don't cache enough microframes can get MMF errors
when CPU frequency changes occur between the start and completion of
split interrupt transactions, due to delays in reading main memory
(caused by CPU cache snoop delays).

This patch adds a cpufreq notifier to the EHCI driver that will
inactivate split interrupt transactions during frequency transitions.
It was tested on Intel ICH7 and Serverworks/Broadcom HT1000 EHCI
controllers.

Signed-off-by: Stuart Hayes <stuart_hayes@dell.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-mem.c
drivers/usb/host/ehci-q.c
drivers/usb/host/ehci-sched.c
drivers/usb/host/ehci.h