All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM
@ 2014-05-29  7:23 keita kobayashi
  2014-05-29 23:38 ` Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: keita kobayashi @ 2014-05-29  7:23 UTC (permalink / raw)
  To: linux-sh

These patches add Core-Standby-state for Suspend to RAM support to the
r8a7790/r8a7791 SoC. This patch series depend on previously posted patch.
	[PATCH] ARM: shmobile: r8a7791: SYSC setup code.

This patch series is based on renesas-devel-v3.15-rc7-20140526 tag

Keita Kobayashi (3):
  ARM: shmobile: APMU: Add Core-Standby-state for Suspend to RAM
  ARM: shmobile: r8a7790: Support Core-Standby for Suspend to RAM
  ARM: shmobile: r8a7791: Support Core-Standby for Suspend to RAM

 arch/arm/mach-shmobile/include/mach/common.h |    2 +
 arch/arm/mach-shmobile/platsmp-apmu.c        |   60 ++++++++++++++++++++++++--
 arch/arm/mach-shmobile/smp-r8a7790.c         |    1 +
 arch/arm/mach-shmobile/smp-r8a7791.c         |    1 +
 4 files changed, 60 insertions(+), 4 deletions(-)

-- 
1.7.9.5


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

* Re: [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM
  2014-05-29  7:23 [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM keita kobayashi
@ 2014-05-29 23:38 ` Simon Horman
  2014-05-30  6:21 ` Magnus Damm
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-05-29 23:38 UTC (permalink / raw)
  To: linux-sh

On Thu, May 29, 2014 at 04:23:53PM +0900, keita kobayashi wrote:
> These patches add Core-Standby-state for Suspend to RAM support to the
> r8a7790/r8a7791 SoC. This patch series depend on previously posted patch.
> 	[PATCH] ARM: shmobile: r8a7791: SYSC setup code.
> 
> This patch series is based on renesas-devel-v3.15-rc7-20140526 tag

Thanks.

Please repost this series once that patch has been accepted
(I believe you need to post v2 of it to address some review of it.)

> 
> Keita Kobayashi (3):
>   ARM: shmobile: APMU: Add Core-Standby-state for Suspend to RAM
>   ARM: shmobile: r8a7790: Support Core-Standby for Suspend to RAM
>   ARM: shmobile: r8a7791: Support Core-Standby for Suspend to RAM
> 
>  arch/arm/mach-shmobile/include/mach/common.h |    2 +
>  arch/arm/mach-shmobile/platsmp-apmu.c        |   60 ++++++++++++++++++++++++--
>  arch/arm/mach-shmobile/smp-r8a7790.c         |    1 +
>  arch/arm/mach-shmobile/smp-r8a7791.c         |    1 +
>  4 files changed, 60 insertions(+), 4 deletions(-)
> 
> -- 
> 1.7.9.5
> 

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

* Re: [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM
  2014-05-29  7:23 [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM keita kobayashi
  2014-05-29 23:38 ` Simon Horman
@ 2014-05-30  6:21 ` Magnus Damm
  2014-05-30  6:52 ` Simon Horman
  2014-05-30  7:36 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Magnus Damm @ 2014-05-30  6:21 UTC (permalink / raw)
  To: linux-sh

On Fri, May 30, 2014 at 8:38 AM, Simon Horman <horms@verge.net.au> wrote:
> On Thu, May 29, 2014 at 04:23:53PM +0900, keita kobayashi wrote:
>> These patches add Core-Standby-state for Suspend to RAM support to the
>> r8a7790/r8a7791 SoC. This patch series depend on previously posted patch.
>>       [PATCH] ARM: shmobile: r8a7791: SYSC setup code.
>>
>> This patch series is based on renesas-devel-v3.15-rc7-20140526 tag
>
> Thanks.
>
> Please repost this series once that patch has been accepted
> (I believe you need to post v2 of it to address some review of it.)
>
>> Keita Kobayashi (3):
>>   ARM: shmobile: APMU: Add Core-Standby-state for Suspend to RAM
>>   ARM: shmobile: r8a7790: Support Core-Standby for Suspend to RAM
>>   ARM: shmobile: r8a7791: Support Core-Standby for Suspend to RAM

Hi Simon and Kobayashi-san,

From my point of view this series looks quite fine. I believe it
should apply as-is on top of v2 of "[PATCH] ARM: shmobile: r8a7791:
SYSC setup code", but I may fail to see some of the dependencies.

Acked-by: Magnus Damm <damm+renesas@opensource.se>

Kobayashi-san, please follow the guidance from Simon. I believe he
will tell you if you need to resend or not.

Simon, can you let us know how to proceed?

Cheers,

/ magnus

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

* Re: [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM
  2014-05-29  7:23 [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM keita kobayashi
  2014-05-29 23:38 ` Simon Horman
  2014-05-30  6:21 ` Magnus Damm
@ 2014-05-30  6:52 ` Simon Horman
  2014-05-30  7:36 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-05-30  6:52 UTC (permalink / raw)
  To: linux-sh

On Fri, May 30, 2014 at 03:21:19PM +0900, Magnus Damm wrote:
> On Fri, May 30, 2014 at 8:38 AM, Simon Horman <horms@verge.net.au> wrote:
> > On Thu, May 29, 2014 at 04:23:53PM +0900, keita kobayashi wrote:
> >> These patches add Core-Standby-state for Suspend to RAM support to the
> >> r8a7790/r8a7791 SoC. This patch series depend on previously posted patch.
> >>       [PATCH] ARM: shmobile: r8a7791: SYSC setup code.
> >>
> >> This patch series is based on renesas-devel-v3.15-rc7-20140526 tag
> >
> > Thanks.
> >
> > Please repost this series once that patch has been accepted
> > (I believe you need to post v2 of it to address some review of it.)
> >
> >> Keita Kobayashi (3):
> >>   ARM: shmobile: APMU: Add Core-Standby-state for Suspend to RAM
> >>   ARM: shmobile: r8a7790: Support Core-Standby for Suspend to RAM
> >>   ARM: shmobile: r8a7791: Support Core-Standby for Suspend to RAM
> 
> Hi Simon and Kobayashi-san,
> 
> >From my point of view this series looks quite fine. I believe it
> should apply as-is on top of v2 of "[PATCH] ARM: shmobile: r8a7791:
> SYSC setup code", but I may fail to see some of the dependencies.
> 
> Acked-by: Magnus Damm <damm+renesas@opensource.se>
> 
> Kobayashi-san, please follow the guidance from Simon. I believe he
> will tell you if you need to resend or not.
> 
> Simon, can you let us know how to proceed?

Thanks for the Acks.
I will queue up these patches.

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

* Re: [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM
  2014-05-29  7:23 [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM keita kobayashi
                   ` (2 preceding siblings ...)
  2014-05-30  6:52 ` Simon Horman
@ 2014-05-30  7:36 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-05-30  7:36 UTC (permalink / raw)
  To: linux-sh

On Fri, May 30, 2014 at 03:52:47PM +0900, Simon Horman wrote:
> On Fri, May 30, 2014 at 03:21:19PM +0900, Magnus Damm wrote:
> > On Fri, May 30, 2014 at 8:38 AM, Simon Horman <horms@verge.net.au> wrote:
> > > On Thu, May 29, 2014 at 04:23:53PM +0900, keita kobayashi wrote:
> > >> These patches add Core-Standby-state for Suspend to RAM support to the
> > >> r8a7790/r8a7791 SoC. This patch series depend on previously posted patch.
> > >>       [PATCH] ARM: shmobile: r8a7791: SYSC setup code.
> > >>
> > >> This patch series is based on renesas-devel-v3.15-rc7-20140526 tag
> > >
> > > Thanks.
> > >
> > > Please repost this series once that patch has been accepted
> > > (I believe you need to post v2 of it to address some review of it.)
> > >
> > >> Keita Kobayashi (3):
> > >>   ARM: shmobile: APMU: Add Core-Standby-state for Suspend to RAM
> > >>   ARM: shmobile: r8a7790: Support Core-Standby for Suspend to RAM
> > >>   ARM: shmobile: r8a7791: Support Core-Standby for Suspend to RAM
> > 
> > Hi Simon and Kobayashi-san,
> > 
> > >From my point of view this series looks quite fine. I believe it
> > should apply as-is on top of v2 of "[PATCH] ARM: shmobile: r8a7791:
> > SYSC setup code", but I may fail to see some of the dependencies.
> > 
> > Acked-by: Magnus Damm <damm+renesas@opensource.se>
> > 
> > Kobayashi-san, please follow the guidance from Simon. I believe he
> > will tell you if you need to resend or not.
> > 
> > Simon, can you let us know how to proceed?
> 
> Thanks for the Acks.
> I will queue up these patches.

They should be included in the renesas-devel-v3.15-rc7-20140530 tag
which I just pushed.

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

end of thread, other threads:[~2014-05-30  7:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-29  7:23 [PATCH 0/3] ARM: shmobile: Add Core-Standby-state for Suspend to RAM keita kobayashi
2014-05-29 23:38 ` Simon Horman
2014-05-30  6:21 ` Magnus Damm
2014-05-30  6:52 ` Simon Horman
2014-05-30  7:36 ` Simon Horman

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.