linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/08] ARM: shmobile: Suspend on non-SMP update for r8a7790
@ 2014-06-05  5:15 Magnus Damm
  2014-06-05  8:01 ` Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Magnus Damm @ 2014-06-05  5:15 UTC (permalink / raw)
  To: linux-sh

ARM: shmobile: Suspend on non-SMP update for r8a7790

[PATCH 01/08] ARM: shmobile: Allow use of boot code for non-SMP case
[PATCH 02/08] ARM: shmobile: Adjust APMU code to build for non-SMP
[PATCH 03/08] ARM: shmobile: Move r8a7790 reset code to pm-r8a7790.c
[PATCH 04/08] ARM: shmobile: Allow r8a7790 to build non-SMP APMU code
[PATCH 05/08] ARM: shmobile: Use __init for APMU suspend init function
[PATCH 06/08] ARM: shmobile: Setup APMU for suspend in non-SMP case
[PATCH 07/08] ARM: shmobile: Hook up r8a7790 PM code for Multiplatform
[PATCH 08/08] ARM: shmobile: Use shmobile_init_late on r8a7790 DT-only

These patches update mach-shmobile and r8a7790 to allow build of
early boot code and APMU power management code in case of CONFIG_SMP=n.

The reason for this change is to allow use of Suspend-to-RAM for recent
SoCs like r8a7790 with simplified kernel configuration such as when
SMP is disabled. Power management code like CPUFreq, CPUIdle and
Suspend-to-RAM should work regardless of what kind of CONFIG_SMP
setting the user decides.

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

 Written on top of renesas-devel-v3.15-rc7-20140605

 arch/arm/mach-shmobile/Makefile        |   16 +++++++-----
 arch/arm/mach-shmobile/headsmp.S       |   13 ++++++----
 arch/arm/mach-shmobile/platsmp-apmu.c  |   17 +++++++++----
 arch/arm/mach-shmobile/pm-r8a7790.c    |   41 ++++++++++++++++++++++++++++++--
 arch/arm/mach-shmobile/setup-r8a7790.c |    8 ++++++
 arch/arm/mach-shmobile/smp-r8a7790.c   |   31 ------------------------
 6 files changed, 77 insertions(+), 49 deletions(-)

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05  5:15 [PATCH 00/08] ARM: shmobile: Suspend on non-SMP update for r8a7790 Magnus Damm
2014-06-05  8:01 ` Geert Uytterhoeven
2014-06-05 21:34 ` Magnus Damm
2014-06-06  6:49 ` Magnus Damm
2014-06-06  7:08 ` Geert Uytterhoeven
2014-06-06  7:36 ` Magnus Damm

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