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

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

Merge "clk: qcom: lahaina: Fix providers left active in suspend"

parents a4b69328 5a585e47
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3049,6 +3049,8 @@ static void cam_cc_lahaina_sync_state(struct device *dev)

static const struct dev_pm_ops cam_cc_lahaina_pm_ops = {
	SET_RUNTIME_PM_OPS(qcom_cc_runtime_suspend, qcom_cc_runtime_resume, NULL)
	SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
				     pm_runtime_force_resume)
};

static struct platform_driver cam_cc_lahaina_driver = {
+2 −0
Original line number Diff line number Diff line
@@ -1567,6 +1567,8 @@ static void disp_cc_lahaina_sync_state(struct device *dev)

static const struct dev_pm_ops disp_cc_lahaina_pm_ops = {
	SET_RUNTIME_PM_OPS(qcom_cc_runtime_suspend, qcom_cc_runtime_resume, NULL)
	SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
				     pm_runtime_force_resume)
};

static struct platform_driver disp_cc_lahaina_driver = {
+2 −0
Original line number Diff line number Diff line
@@ -579,6 +579,8 @@ static void video_cc_lahaina_sync_state(struct device *dev)

static const struct dev_pm_ops video_cc_lahaina_pm_ops = {
	SET_RUNTIME_PM_OPS(qcom_cc_runtime_suspend, qcom_cc_runtime_resume, NULL)
	SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
				     pm_runtime_force_resume)
};

static struct platform_driver video_cc_lahaina_driver = {