USB: Fix PS3 USB shutdown problems
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 31 Oct 2008 20:52:54 +0000 (13:52 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 13 Nov 2008 22:45:02 +0000 (14:45 -0800)
commitddcb01ff9bf49c4dbbb058423559f7bc90b89374
treea56d85c781ae42a0495472874615e745fc288152
parent8010e06cc90367b4d3fba3b0ec3ced32360ac890
USB: Fix PS3 USB shutdown problems

Add ehci_shutdown() or ohci_shutdown() calls to the USB
PS3 bus glue.  ehci_shutdown() and ohci_shutdown() do some
controller specific cleanups not done by usb_remove_hcd().

Fixes errors on shutdown or reboot similar to these:

  ps3-ehci-driver sb_07: HC died; cleaning up
  irq 51: nobody cared (try booting with the "irqpoll" option)

Related bugzilla reports:

  http://bugzilla.kernel.org/show_bug.cgi?id=11819
  http://bugzilla.terrasoftsolutions.com/show_bug.cgi?id=317

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-ps3.c
drivers/usb/host/ohci-ps3.c