From: Tony Lindgren <tony@atomide.com>
To: Grygorii Strashko <grygorii.strashko@ti.com>
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
Subject: Re: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
Date: Wed, 25 Feb 2015 07:56:27 -0800 [thread overview]
Message-ID: <20150225155627.GP11056@atomide.com> (raw)
In-Reply-To: <54EDEFC9.606@ti.com>
* Grygorii Strashko <grygorii.strashko@ti.com> [150225 07:56]:
> On 02/25/2015 05:44 PM, Tony Lindgren wrote:
> >* grygorii.strashko@linaro.org <grygorii.strashko@linaro.org> [150225 06:17]:
> >>From: Grygorii Strashko <Grygorii.Strashko@linaro.org>
> >>
> >>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 <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
> >>
>
> regards,
> -grygorii
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
Date: Wed, 25 Feb 2015 07:56:27 -0800 [thread overview]
Message-ID: <20150225155627.GP11056@atomide.com> (raw)
In-Reply-To: <54EDEFC9.606@ti.com>
* Grygorii Strashko <grygorii.strashko@ti.com> [150225 07:56]:
> On 02/25/2015 05:44 PM, Tony Lindgren wrote:
> >* grygorii.strashko at linaro.org <grygorii.strashko@linaro.org> [150225 06:17]:
> >>From: Grygorii Strashko <Grygorii.Strashko@linaro.org>
> >>
> >>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 <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
> >>
>
> regards,
> -grygorii
next prev parent reply other threads:[~2015-02-25 15:56 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-25 14:13 [PATCH] ARM: omap-device: add missed callback for suspend-to-disk grygorii.strashko
2015-02-25 14:13 ` grygorii.strashko at linaro.org
2015-02-25 15:44 ` Tony Lindgren
2015-02-25 15:44 ` Tony Lindgren
2015-02-25 15:52 ` Grygorii Strashko
2015-02-25 15:52 ` Grygorii Strashko
2015-02-25 15:56 ` Tony Lindgren [this message]
2015-02-25 15:56 ` Tony Lindgren
2015-03-16 23:22 ` Tony Lindgren
2015-03-16 23:22 ` Tony Lindgren
2015-02-25 19:12 ` Kevin Hilman
2015-02-25 19:12 ` Kevin Hilman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150225155627.GP11056@atomide.com \
--to=tony@atomide.com \
--cc=grygorii.strashko@linaro.org \
--cc=grygorii.strashko@ti.com \
--cc=kishon@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
--cc=sumit.semwal@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.