USB: quirk PLL power down mode
authorLibin Yang <Libin.Yang@amd.com>
Fri, 8 Aug 2008 07:03:31 +0000 (15:03 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Aug 2008 00:32:58 +0000 (17:32 -0700)
commitab1666c1364a209e6141d7c14e47a42b5f00eca2
treee71ab24f20b36762d9b6b2fc9565bdd848cbdd97
parente12cc34527dcd945597c860c25aba92883a4a6a4
USB: quirk PLL power down mode

On some AMD 700 series southbridges, ISO OUT transfers (such as audio
playback through speakers) on the USB OHCI controller may be corrupted
when an A-Link express power saving feature is active.

PLL power down mode in conjunction with link power management feature
L1 being enabled is the bad combination ... this patch prevents them
from being enabled when ISO transfers are pending.

Signed-off-by: Crane Cai <crane.cai@amd.com>
Signed-off-by: Libin Yang <libin.yang@amd.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-pci.c
drivers/usb/host/ohci-q.c
drivers/usb/host/ohci.h