]> Pileus Git - ~andy/linux/commit
USB: host: Use usb_hcd_platform_shutdown() wherever possible
authorRoger Quadros <rogerq@ti.com>
Mon, 22 Jul 2013 12:04:50 +0000 (15:04 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 19:01:12 +0000 (12:01 -0700)
commitaaf6b52d50f85ed792c9c8987f5169f3dce2adea
treeda173e92e0c85a039510092e31ff915af1331585
parentc4b51a431561f0bacc1740aa27f080bf95c4d6c7
USB: host: Use usb_hcd_platform_shutdown() wherever possible

Most HCD drivers are doing the same thing in their ".shutdown" callback
so it makes sense to use the generic usb_hcd_platform_shutdown()
handler there.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-grlib.c
drivers/usb/host/ehci-mxc.c
drivers/usb/host/ehci-omap.c
drivers/usb/host/ehci-ppc-of.c
drivers/usb/host/ehci-s5p.c
drivers/usb/host/ehci-xilinx-of.c
drivers/usb/host/ohci-omap3.c
drivers/usb/host/ohci-ppc-of.c