From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk Date: Wed, 25 Feb 2015 07:56:27 -0800 Message-ID: <20150225155627.GP11056@atomide.com> References: <1424873630-6054-1-git-send-email-grygorii.strashko@linaro.org> <20150225154445.GO11056@atomide.com> <54EDEFC9.606@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <54EDEFC9.606@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Grygorii Strashko Cc: nm@ti.com, grygorii.strashko@linaro.org, kishon@ti.com, linux-omap@vger.kernel.org, sumit.semwal@linaro.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org * Grygorii Strashko [150225 07:56]: > On 02/25/2015 05:44 PM, Tony Lindgren wrote: > >* grygorii.strashko@linaro.org [150225 06:17]: > >>From: Grygorii Strashko > >> > >>Add missed callback needed for supporting suspend-to-disk (hibernation) mode. > > > >Is this needed as a fix for the -rc series or are there still > >other missing dependencies? > > > > This one is not critical fix. OK thanks for confirming that. Tony > >>Signed-off-by: Grygorii Strashko > >>--- > >> 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 > >> > > regards, > -grygorii From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 25 Feb 2015 07:56:27 -0800 Subject: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk In-Reply-To: <54EDEFC9.606@ti.com> References: <1424873630-6054-1-git-send-email-grygorii.strashko@linaro.org> <20150225154445.GO11056@atomide.com> <54EDEFC9.606@ti.com> Message-ID: <20150225155627.GP11056@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Grygorii Strashko [150225 07:56]: > On 02/25/2015 05:44 PM, Tony Lindgren wrote: > >* grygorii.strashko at linaro.org [150225 06:17]: > >>From: Grygorii Strashko > >> > >>Add missed callback needed for supporting suspend-to-disk (hibernation) mode. > > > >Is this needed as a fix for the -rc series or are there still > >other missing dependencies? > > > > This one is not critical fix. OK thanks for confirming that. Tony > >>Signed-off-by: Grygorii Strashko > >>--- > >> 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 > >> > > regards, > -grygorii