Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97eacb0d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: phy: msm: Disable runtime PM for root hub upon usb disconnect"

parents 90a70cb9 b0149269
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);