* [PATCH 00/09] sh: sh: SuperH Mobile Sleep Mode Rewrite Part 2/2
@ 2009-10-30 4:23 Magnus Damm
2009-10-30 6:59 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2009-10-30 4:23 UTC (permalink / raw)
To: linux-sh
sh: SuperH Mobile Sleep Mode Rewrite Part 2/2
[PATCH 01/09] sh: Move ap325rxa board code into separate directory
[PATCH 02/09] sh: Add ap325rxa specific memory pre/post sleep code
[PATCH 03/09] sh: Add Ecovec24 specific memory pre/post sleep code
[PATCH 04/09] sh: Rework SuperH Mobile sleep mode code
[PATCH 05/09] sh: Keep track of allowed sleep modes
[PATCH 06/09] sh: Add MMU and Cache handling sleep mode code
[PATCH 07/09] sh: Use RSMEM for sleep code on sh7724
[PATCH 08/09] sh: Add R-standby sleep mode support
[PATCH 09/09] sh: Add KFR2R09 specific memory pre/post R-standby code
These patches implement the second part of the sleep mode rewrite
for SuperH Mobile. This part includes the latest R-standby support.
This and the previous patch set have been tested with CONFIG_SUSPEND
on Migo-R, AP325RXA, MS7724SE, KFR2R09 and Ecovec24.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/sh/Makefile | 1
arch/sh/boards/Makefile | 1
arch/sh/boards/board-ap325rxa.c | 610 --------------------------------
arch/sh/boards/mach-ap325rxa/Makefile | 4
arch/sh/boards/mach-ap325rxa/sdram.S | 69 +++
arch/sh/boards/mach-ap325rxa/setup.c | 623 +++++++++++++++++++++++++++++++++
arch/sh/boards/mach-ecovec24/Makefile | 1
arch/sh/boards/mach-ecovec24/sdram.S | 52 ++
arch/sh/boards/mach-ecovec24/setup.c | 14
arch/sh/boards/mach-kfr2r09/sdram.S | 28 +
arch/sh/boards/mach-kfr2r09/setup.c | 3
arch/sh/include/asm/suspend.h | 50 ++
arch/sh/kernel/asm-offsets.c | 23 +
arch/sh/kernel/cpu/shmobile/cpuidle.c | 42 +-
arch/sh/kernel/cpu/shmobile/pm.c | 101 ++++-
arch/sh/kernel/cpu/shmobile/sleep.S | 348 ++++++++++--------
16 files changed, 1163 insertions(+), 807 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 00/09] sh: sh: SuperH Mobile Sleep Mode Rewrite Part 2/2
2009-10-30 4:23 [PATCH 00/09] sh: sh: SuperH Mobile Sleep Mode Rewrite Part 2/2 Magnus Damm
@ 2009-10-30 6:59 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-10-30 6:59 UTC (permalink / raw)
To: linux-sh
On Fri, Oct 30, 2009 at 01:23:31PM +0900, Magnus Damm wrote:
> [PATCH 01/09] sh: Move ap325rxa board code into separate directory
> [PATCH 02/09] sh: Add ap325rxa specific memory pre/post sleep code
> [PATCH 03/09] sh: Add Ecovec24 specific memory pre/post sleep code
> [PATCH 04/09] sh: Rework SuperH Mobile sleep mode code
> [PATCH 05/09] sh: Keep track of allowed sleep modes
> [PATCH 06/09] sh: Add MMU and Cache handling sleep mode code
> [PATCH 07/09] sh: Use RSMEM for sleep code on sh7724
> [PATCH 08/09] sh: Add R-standby sleep mode support
> [PATCH 09/09] sh: Add KFR2R09 specific memory pre/post R-standby code
On Fri, Oct 30, 2009 at 03:22:03PM +0900, Magnus Damm wrote:
> Update the SDHI platform data for the AP325RXA board
> to include support for the CN7 Micro SD Card slot.
On Fri, Oct 30, 2009 at 03:26:04PM +0900, Magnus Damm wrote:
> Get rid of the unused WP signal for SDHI0 on KFR2R09.
> This because yc304 on KFR2R09 is a Micro SD slot which
> does not implement the WP signal.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-30 6:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-30 4:23 [PATCH 00/09] sh: sh: SuperH Mobile Sleep Mode Rewrite Part 2/2 Magnus Damm
2009-10-30 6:59 ` Paul Mundt
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).