* [PATCH 00/07] sh: SuperH Mobile Sleep Mode Rewrite Part 1/2
@ 2009-10-29 10:51 Magnus Damm
2009-10-30 3:38 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2009-10-29 10:51 UTC (permalink / raw)
To: linux-sh
sh: SuperH Mobile Sleep Mode Rewrite Part 1/2
[PATCH 01/07] sh: Rename romimage-macros.h to partner-jet-macros.h
[PATCH 02/07] sh: Add notifiers chains for cpu/board code
[PATCH 03/07] sh: Add sh7724 notifier for R-standby save/restore
[PATCH 04/07] sh: Allow boards to register memory pre/post sleep code
[PATCH 05/07] sh: Add kfr2r09 specific memory pre/post sleep code
[PATCH 06/07] sh: Add ms7724se specific memory pre/post sleep code
[PATCH 07/07] sh: Add migor specific memory pre/post sleep code
These patches implement the first part of the sleep mode rewrite
for SuperH Mobile. This is ground work for R-standby support.
Included in these patches are two main features:
- notifier chains and sh7724 r-standby save/restore code
- board specific self-refresh code
At this point the board specific self-refresh code is unused,
but in next series the sleep code will be updated to make use
of the new functions.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/sh/boards/mach-kfr2r09/Makefile | 2
arch/sh/boards/mach-kfr2r09/sdram.S | 52 +++++++
arch/sh/boards/mach-kfr2r09/setup.c | 13 +
arch/sh/boards/mach-migor/Makefile | 2
arch/sh/boards/mach-migor/sdram.S | 69 ++++++++++
arch/sh/boards/mach-migor/setup.c | 13 +
arch/sh/boards/mach-se/7724/Makefile | 1
arch/sh/boards/mach-se/7724/sdram.S | 52 +++++++
arch/sh/boards/mach-se/7724/setup.c | 12 +
arch/sh/include/asm/partner-jet-macros.h | 73 ++++++++++
arch/sh/include/asm/romimage-macros.h | 73 ----------
arch/sh/include/asm/suspend.h | 15 ++
arch/sh/include/mach-ecovec24/mach/romimage.h | 2
arch/sh/include/mach-kfr2r09/mach/romimage.h | 2
arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 167 +++++++++++++++++++++++++
arch/sh/kernel/cpu/shmobile/pm.c | 18 ++
16 files changed, 487 insertions(+), 79 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 00/07] sh: SuperH Mobile Sleep Mode Rewrite Part 1/2
2009-10-29 10:51 [PATCH 00/07] sh: SuperH Mobile Sleep Mode Rewrite Part 1/2 Magnus Damm
@ 2009-10-30 3:38 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-10-30 3:38 UTC (permalink / raw)
To: linux-sh
On Thu, Oct 29, 2009 at 07:51:31PM +0900, Magnus Damm wrote:
> [PATCH 02/07] sh: Add notifiers chains for cpu/board code
> [PATCH 03/07] sh: Add sh7724 notifier for R-standby save/restore
> [PATCH 04/07] sh: Allow boards to register memory pre/post sleep code
> [PATCH 05/07] sh: Add kfr2r09 specific memory pre/post sleep code
> [PATCH 06/07] sh: Add ms7724se specific memory pre/post sleep code
> [PATCH 07/07] sh: Add migor specific memory pre/post sleep code
>
2-7 applied. 1/7 was dropped and the rest were updated to use the old
name, as discussed off-list.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-30 3:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 10:51 [PATCH 00/07] sh: SuperH Mobile Sleep Mode Rewrite Part 1/2 Magnus Damm
2009-10-30 3:38 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox