From: Marcelo Tosatti Date: Tue, 21 Aug 2007 01:13:27 +0000 (-0700) Subject: USB: EHCI restart speedup X-Git-Tag: v2.6.24-rc1~1395^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af1c51fcb2aea23ec2dfe73b7d66515d1622e689;p=pandora-kernel.git USB: EHCI restart speedup It is not necessary to powerdown the ports on ehci_pci_reinit() when the chip reset already did that. Removing this saves 20ms during restart after poweroff paths (which OLPC uses a lot). To ensure driver startup then behaves consistently, force a reset during driver startup. (Not doing this was an accident of some previous changes to the init sequence.) Make the corresponding change in the PS3 support. It's not clear what ehci-fsl should do here; it has similar code to the PS3. Signed-off-by: Marcelo Tosatti Signed-off-by: David Brownell Cc: Acked-by: Geoff Levand Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed