Thread (1 message) 1 message, 1 author, 2015-02-25
DORMANTno replies REVIEWED: 1 (0M)

[PATCH] ARM: omap-device: add missed callback for suspend-to-disk

From: khilman@kernel.org (Kevin Hilman)
Date: 2015-02-25 19:12:06
Also in: linux-omap

[off-list ref] writes:
From: Grygorii Strashko <redacted>

Add missed callback needed for supporting suspend-to-disk (hibernation) mode.

Signed-off-by: Grygorii Strashko <redacted>
Acked-by: Kevin Hilman <redacted>
quoted hunk
---
 arch/arm/mach-omap2/omap_device.c | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c
index fcd2c9e..345e18e 100644
--- a/arch/arm/mach-omap2/omap_device.c
+++ b/arch/arm/mach-omap2/omap_device.c
@@ -739,6 +739,9 @@ struct dev_pm_domain omap_device_pm_domain = {
 		USE_PLATFORM_PM_SLEEP_OPS
 		.suspend_noirq = _od_suspend_noirq,
 		.resume_noirq = _od_resume_noirq,
+		.freeze_noirq = _od_suspend_noirq,
+		.thaw_noirq = _od_resume_noirq,
+		.restore_noirq = _od_resume_noirq,
 	}
 };
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help