linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/03] sh: CONFIG_PM and CONFIG_CPU_IDLE
@ 2008-12-04 13:44 Magnus Damm
  2008-12-04 14:07 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2008-12-04 13:44 UTC (permalink / raw)
  To: linux-sh

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 00/03] sh: CONFIG_PM and CONFIG_CPU_IDLE
  2008-12-04 13:44 [PATCH 00/03] sh: CONFIG_PM and CONFIG_CPU_IDLE Magnus Damm
@ 2008-12-04 14:07 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2008-12-04 14:07 UTC (permalink / raw)
  To: linux-sh

On Thu, Dec 04, 2008 at 10:44:55PM +0900, Magnus Damm wrote:
> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-04 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-04 13:44 [PATCH 00/03] sh: CONFIG_PM and CONFIG_CPU_IDLE Magnus Damm
2008-12-04 14:07 ` 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).