All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/09] sh:  sh: SuperH Mobile Sleep Mode Rewrite Part 2/2
Date: Fri, 30 Oct 2009 04:23:31 +0000	[thread overview]
Message-ID: <20091030042331.11783.88942.sendpatchset@rxone.opensource.se> (raw)

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

             reply	other threads:[~2009-10-30  4:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-30  4:23 Magnus Damm [this message]
2009-10-30  6:59 ` [PATCH 00/09] sh: sh: SuperH Mobile Sleep Mode Rewrite Part 2/2 Paul Mundt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091030042331.11783.88942.sendpatchset@rxone.opensource.se \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.