Loading drivers/usb/phy/phy-msm-usb.c +2 −0 Original line number Diff line number Diff line Loading @@ -1967,6 +1967,8 @@ static void msm_otg_start_host(struct usb_otg *otg, int on) msm_otg_perf_vote_update(motg, false); pm_qos_remove_request(&motg->pm_qos_req_dma); pm_runtime_disable(&hcd->self.root_hub->dev); pm_runtime_barrier(&hcd->self.root_hub->dev); usb_remove_hcd(hcd); msm_otg_reset(&motg->phy); Loading Loading
drivers/usb/phy/phy-msm-usb.c +2 −0 Original line number Diff line number Diff line Loading @@ -1967,6 +1967,8 @@ static void msm_otg_start_host(struct usb_otg *otg, int on) msm_otg_perf_vote_update(motg, false); pm_qos_remove_request(&motg->pm_qos_req_dma); pm_runtime_disable(&hcd->self.root_hub->dev); pm_runtime_barrier(&hcd->self.root_hub->dev); usb_remove_hcd(hcd); msm_otg_reset(&motg->phy); Loading