linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
@ 2015-02-25 14:13 grygorii.strashko
  2015-02-25 15:44 ` Tony Lindgren
  2015-02-25 19:12 ` Kevin Hilman
  0 siblings, 2 replies; 6+ messages in thread
From: grygorii.strashko @ 2015-02-25 14:13 UTC (permalink / raw)
  To: Tony Lindgren, nm
  Cc: sumit.semwal, linux-omap, kishon, linux-arm-kernel,
	Grygorii Strashko

From: Grygorii Strashko <Grygorii.Strashko@linaro.org>

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

Signed-off-by: Grygorii Strashko <Grygorii.Strashko@linaro.org>
---
 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,
 	}
 };
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-16 23:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 14:13 [PATCH] ARM: omap-device: add missed callback for suspend-to-disk grygorii.strashko
2015-02-25 15:44 ` Tony Lindgren
2015-02-25 15:52   ` Grygorii Strashko
2015-02-25 15:56     ` Tony Lindgren
2015-03-16 23:22       ` Tony Lindgren
2015-02-25 19:12 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).