]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] USB: ohci, move ppc asic tweaks nearer pci
authorDavid Brownell <david-b@pacbell.net>
Wed, 23 Nov 2005 23:45:42 +0000 (15:45 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 24 Nov 2005 07:04:28 +0000 (23:04 -0800)
commit21b1861fb2ba5b25b32c63bc540bbc7ca1d186f8
treebb99e3e7d2ff715d9dbee2db6b3c229d75c2365b
parent188075211cc75a31190de4a19a084e3d83ee1c89
[PATCH] USB: ohci, move ppc asic tweaks nearer pci

This should fix a suspend/resume issues that appear with OHCI on some
PPC hardware.  The PCI layer should doesn't have the hooks needed for
such ASIC-specific hooks (in this case, software clock gating), so
this moves the code to do that into hcd-pci.c ... where it can be
done after the relevant PCI PM state transition (to/from D3).

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/usb/core/hcd-pci.c
drivers/usb/host/ohci-pci.c