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/03] sh: CONFIG_PM and CONFIG_CPU_IDLE
Date: Thu, 04 Dec 2008 13:44:55 +0000	[thread overview]
Message-ID: <20081204134455.21168.38196.sendpatchset@rx1.opensource.se> (raw)

CONFIG_PM and CONFIG_CPU_IDLE:

[PATCH 01/03] sh: move the hp6xx pm code
[PATCH 02/03] sh: allow CONFIG_PM
[PATCH 03/03] sh: allow CONFIG_CPU_IDLE

These patches allow SuperH users to select CONFIG_PM and
CONFIG_CPU_IDLE. Suspend and hibernation are however not
allowed by default, platforms wanting such support should
use ARCH_SUSPECT_POSSIBLE and ARCH_HIBERNATION_POSSIBLE.

The not-so-generic pm code used by hp6xx is moved in next
to the rest of the hp6xx pm code.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
---

 arch/sh/Kconfig                |   19 +++++---
 arch/sh/boards/mach-hp6xx/pm.c |   78 +++++++++++++++++++++++++++++++++++
 arch/sh/include/asm/pm.h       |   17 -------
 arch/sh/kernel/Makefile_32     |    1 
 arch/sh/kernel/Makefile_64     |    1 
 arch/sh/kernel/pm.c            |   88 ----------------------------------------
 6 files changed, 89 insertions(+), 115 deletions(-)

             reply	other threads:[~2008-12-04 13:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-04 13:44 Magnus Damm [this message]
2008-12-04 14:07 ` [PATCH 00/03] sh: CONFIG_PM and CONFIG_CPU_IDLE 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=20081204134455.21168.38196.sendpatchset@rx1.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.