|
@@ -188,6 +188,8 @@ static void host_stop(struct ci_hdrc *ci)
|
|
|
|
|
|
|
|
if (hcd) {
|
|
if (hcd) {
|
|
|
usb_remove_hcd(hcd);
|
|
usb_remove_hcd(hcd);
|
|
|
|
|
+ ci->role = CI_ROLE_END;
|
|
|
|
|
+ synchronize_irq(ci->irq);
|
|
|
usb_put_hcd(hcd);
|
|
usb_put_hcd(hcd);
|
|
|
if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci) &&
|
|
if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci) &&
|
|
|
(ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON))
|
|
(ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON))
|