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

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

Merge "serial: msm-geni-serial: Add support for thaw callback"

parents 1e79dccb 0c9edebb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3282,6 +3282,7 @@ static const struct dev_pm_ops msm_geni_serial_pm_ops = {
	.resume_noirq = msm_geni_serial_sys_resume_noirq,
	.freeze = msm_geni_serial_sys_suspend_noirq,
	.restore = msm_geni_serial_sys_hib_resume_noirq,
	.thaw = msm_geni_serial_sys_hib_resume_noirq,
};

static int msm_geni_serial_ssr_down(struct device *dev)