public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/07] sh: SuperH Mobile Sleep Mode Rewrite Part 1/2
Date: Thu, 29 Oct 2009 10:51:31 +0000	[thread overview]
Message-ID: <20091029105131.29078.26418.sendpatchset@rxone.opensource.se> (raw)

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

             reply	other threads:[~2009-10-29 10:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-29 10:51 Magnus Damm [this message]
2009-10-30  3:38 ` [PATCH 00/07] sh: SuperH Mobile Sleep Mode Rewrite Part 1/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=20091029105131.29078.26418.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox