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

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

Merge "usb: ehci-msm-hsic: Disable HSIC on driver unbind"

parents af054e01 f27c9680
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2318,6 +2318,9 @@ static int ehci_hsic_msm_remove(struct platform_device *pdev)
	/* Remove the HCD prior to releasing our resources. */
	usb_remove_hcd(hcd);

	/* Disable HSIC mode in HSIC_CFG register */
	ulpi_write(mehci, 0x0, 0x30);

	if (pdata && pdata->standalone_latency)
		pm_qos_remove_request(&mehci->pm_qos_req_dma);