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

Commit a4fa30e6 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: add PCIe GDSC disable/enable for DRV suspend/resume"

parents 43d3a8b0 47cf7dd8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6839,6 +6839,8 @@ static int msm_pcie_drv_resume(struct msm_pcie_dev_t *pcie_dev)

	msm_pcie_vreg_init(pcie_dev);

	regulator_enable(pcie_dev->gdsc);

	if (pcie_dev->icc_path) {
		ret = icc_set_bw(pcie_dev->icc_path, ICC_AVG_BW, ICC_PEAK_BW);
		if (ret)
@@ -7001,6 +7003,8 @@ static int msm_pcie_drv_suspend(struct msm_pcie_dev_t *pcie_dev,
				pcie_dev->rc_idx, ret);
	}

	regulator_disable(pcie_dev->gdsc);

	msm_pcie_vreg_deinit(pcie_dev);

	mutex_unlock(&pcie_dev->setup_lock);