usb: host: ehci-msm: Register usb shutdown function
authorAzriel Samson <asamson@codeaurora.org>
Fri, 11 Dec 2015 00:28:57 +0000 (18:28 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jan 2016 04:51:18 +0000 (20:51 -0800)
commit4bb3cad7125ba03255025cf1e4e7c638e4757f6c
tree834a8acf7d0be1727b66e1a48904f504d6d40b7b
parente8f55b91482247b0b11b2f2f12188d9be55bbd19
usb: host: ehci-msm: Register usb shutdown function

Registering usb_hcd_platform_shutdown to be called during
shutdown. This is a generic function that performs the
generic host stack's shutdown. It ensures that USB
operations do not continue while kexec boots a new kernel.

Signed-off-by: Azriel Samson <asamson@codeaurora.org>
Signed-off-by: Timur Tabi <timur@codeaurora.org>
Reviewed-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-msm.c