MLK-16431-1 xhci-imx8: call board_usb_cleanup when xhci stop
authorYe Li <ye.li@nxp.com>
Mon, 11 Sep 2017 03:31:03 +0000 (22:31 -0500)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:18 +0000 (02:37 +0800)
commit70ee33d74224f325338f23d518982e01d379a55a
tree1523d685d9755c3793ac1d5dccdb3599160adfcf
parentfbaab32b1d8eeceea5e78437f4731a205729761b
MLK-16431-1 xhci-imx8: call board_usb_cleanup when xhci stop

Call the board_usb_cleanup in xhci_imx8_remove (DM) and xhci_hcd_stop (non-DM) to
execute some board level usb stop in cc logic and ss mux.

Signed-off-by: Ye Li <ye.li@nxp.com>
drivers/usb/host/xhci-imx8.c