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

Commit ac790b1d authored by Deepak Kumar Singh's avatar Deepak Kumar Singh
Browse files

rpmsg: glink: add dev_pm_ops for tracking no irq phase



Glink native interrupt handler need to wakeup local host
only in post noirq phase of suspend.

Adding dev_pm_ops to track suspend/resume noirq phase.

Change-Id: I46ff9108e28cd2355562ff95e54b955d3d90c07c
Signed-off-by: default avatarDeepak Kumar Singh <deesin@codeaurora.org>
parent dad847b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -331,6 +331,7 @@ static struct platform_driver glink_rpm_driver = {
	.driver = {
		.name = "qcom_glink_rpm",
		.of_match_table = glink_rpm_of_match,
		.pm = &glink_native_pm_ops,
	},
};