All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
@ 2015-02-25 14:13 ` grygorii.strashko at linaro.org
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread

* [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
@ 2015-02-25 14:13 ` grygorii.strashko at linaro.org
  0 siblings, 0 replies; 12+ messages in thread
From: grygorii.strashko at linaro.org @ 2015-02-25 14:13 UTC (permalink / raw)
  To: linux-arm-kernel

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] 12+ messages in thread

* Re: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
  2015-02-25 14:13 ` grygorii.strashko at linaro.org
@ 2015-02-25 15:44   ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2015-02-25 15:44 UTC (permalink / raw)
  To: grygorii.strashko; +Cc: nm, sumit.semwal, linux-omap, kishon, linux-arm-kernel

* 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?

Regards,

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
> 

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

* [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
@ 2015-02-25 15:44   ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2015-02-25 15:44 UTC (permalink / raw)
  To: linux-arm-kernel

* 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?

Regards,

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
> 

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

* Re: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
  2015-02-25 15:44   ` Tony Lindgren
@ 2015-02-25 15:52     ` Grygorii Strashko
  -1 siblings, 0 replies; 12+ messages in thread
From: Grygorii Strashko @ 2015-02-25 15:52 UTC (permalink / raw)
  To: Tony Lindgren, grygorii.strashko
  Cc: nm, sumit.semwal, linux-omap, kishon, linux-arm-kernel

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.

>
>> 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

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

* [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
@ 2015-02-25 15:52     ` Grygorii Strashko
  0 siblings, 0 replies; 12+ messages in thread
From: Grygorii Strashko @ 2015-02-25 15:52 UTC (permalink / raw)
  To: linux-arm-kernel

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.

>
>> 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

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

* Re: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
  2015-02-25 15:52     ` Grygorii Strashko
@ 2015-02-25 15:56       ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2015-02-25 15:56 UTC (permalink / raw)
  To: Grygorii Strashko
  Cc: nm, grygorii.strashko, kishon, linux-omap, sumit.semwal,
	linux-arm-kernel

* 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

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

* [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
@ 2015-02-25 15:56       ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2015-02-25 15:56 UTC (permalink / raw)
  To: linux-arm-kernel

* 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

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

* Re: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
  2015-02-25 14:13 ` grygorii.strashko at linaro.org
@ 2015-02-25 19:12   ` Kevin Hilman
  -1 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2015-02-25 19:12 UTC (permalink / raw)
  To: grygorii.strashko
  Cc: Tony Lindgren, nm, sumit.semwal, linux-omap, kishon, linux-arm-kernel

<grygorii.strashko@linaro.org> writes:

> 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>

Acked-by: Kevin Hilman <khilman@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,
>  	}
>  };

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

* [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
@ 2015-02-25 19:12   ` Kevin Hilman
  0 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2015-02-25 19:12 UTC (permalink / raw)
  To: linux-arm-kernel

<grygorii.strashko@linaro.org> writes:

> 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>

Acked-by: Kevin Hilman <khilman@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,
>  	}
>  };

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

* Re: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
  2015-02-25 15:56       ` Tony Lindgren
@ 2015-03-16 23:22         ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2015-03-16 23:22 UTC (permalink / raw)
  To: Grygorii Strashko
  Cc: nm, grygorii.strashko, kishon, linux-omap, sumit.semwal,
	linux-arm-kernel

* Tony Lindgren <tony@atomide.com> [150225 08:10]:
> * 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.

Applying into omap-for-v4.1/soc thanks.
 
> 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
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] ARM: omap-device: add missed callback for suspend-to-disk
@ 2015-03-16 23:22         ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2015-03-16 23:22 UTC (permalink / raw)
  To: linux-arm-kernel

* Tony Lindgren <tony@atomide.com> [150225 08:10]:
> * 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.

Applying into omap-for-v4.1/soc thanks.
 
> 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
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 12+ 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 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
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

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.