From: David Brownell Date: Wed, 23 Nov 2005 23:45:42 +0000 (-0800) Subject: [PATCH] USB: ohci, move ppc asic tweaks nearer pci X-Git-Tag: v2.6.15-rc3~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21b1861fb2ba5b25b32c63bc540bbc7ca1d186f8;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed