From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/06][RFC] sh: Runtime PM Prototype for SuperH Mobile
Date: Thu, 09 Jul 2009 15:19:26 +0000 [thread overview]
Message-ID: <20090709151926.8385.92800.sendpatchset@rx1.opensource.se> (raw)
sh: Runtime PM Prototype for SuperH Mobile
[PATCH 01/06] Driver Core: Runtime PM callbacks for the Platform Bus
[PATCH 02/06] sh: Add support for multiple hwblk counters
[PATCH 03/06] sh: Runtime PM for SuperH Mobile
[PATCH 04/06] sh: Runtime PM for sh7722 and Migo-R
[PATCH 05/06] i2c: Runtime PM for i2c-sh_mobile.c
[PATCH 06/06] video: Runtime PM for sh_mobile_lcdcfb.c
This is the first complete Runtime PM prototype for SuperH Mobile.
The patches above should be applied on top of the sh-2.6 git tree
and the following ones:
"PM: Introduce core framework for run-time PM of I/O devices (rev. 9)"
"Driver Core: Add platform device arch data V3"
Looking forward to hear what you think. Before, during or after the
PM Summit!
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
arch/sh/boards/mach-migor/setup.c | 9 +
arch/sh/include/asm/device.h | 16 ++
arch/sh/include/asm/hwblk.h | 17 ++
arch/sh/kernel/cpu/hwblk.c | 69 ++++++----
arch/sh/kernel/cpu/sh4a/hwblk-sh7722.c | 14 +-
arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 31 ++++
arch/sh/kernel/cpu/shmobile/Makefile | 1
arch/sh/kernel/cpu/shmobile/pm_runtime.c | 206 ++++++++++++++++++++++++++++++
drivers/base/platform.c | 31 ++++
drivers/i2c/busses/i2c-sh_mobile.c | 21 +++
drivers/video/sh_mobile_lcdcfb.c | 31 +---
11 files changed, 398 insertions(+), 48 deletions(-)
next reply other threads:[~2009-07-09 15:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-09 15:19 Magnus Damm [this message]
2009-07-09 15:19 ` [PATCH 01/06] Driver Core: Runtime PM callbacks for the Platform Bus Magnus Damm
2009-07-09 15:19 ` [PATCH 02/06] sh: Add support for multiple hwblk counters Magnus Damm
2009-07-09 15:19 ` [PATCH 03/06] sh: Runtime PM for SuperH Mobile Magnus Damm
2009-07-09 15:20 ` [PATCH 04/06] sh: Runtime PM for sh7722 and Migo-R Magnus Damm
2009-07-09 15:20 ` [PATCH 05/06] i2c: Runtime PM for i2c-sh_mobile.c Magnus Damm
2009-07-09 15:20 ` [PATCH 06/06] video: Runtime PM for sh_mobile_lcdcfb.c Magnus Damm
-- strict thread matches above, loose matches on Subject: below --
2009-07-09 15:19 [PATCH 00/06][RFC] sh: Runtime PM Prototype for SuperH Mobile Magnus Damm
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=20090709151926.8385.92800.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.