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/04] PM: SuperH Runtime PM prototype V2
Date: Fri, 31 Jul 2009 14:01:58 +0000	[thread overview]
Message-ID: <20090731140158.11351.26021.sendpatchset@rx1.opensource.se> (raw)

PM: SuperH Runtime PM prototype V2

[PATCH 01/04] sh: SuperH platform bus code for Runtime PM v11
[PATCH 02/04] i2c: Runtime PM changes for SuperH I2C driver 
[PATCH 03/04] uio: Runtime PM changes for UIO driver
[PATCH 04/04] video: Runtime PM hack for SuperH LCDC driver

This series is the Runtime PM prototype for SuperH V2. Included
is a architecture specific Runtime PM implementation prototype
for the platform bus together with a few driver changes.

The patches are meant to be applied on top of the following: 
"PM: Introduce core framework for run-time PM of I/O devices (rev. 11)"
"PM: Runtime PM v11 - add dev_pm_ops helpers"
"PM: Runtime PM v11 - let bus-less devices succeed"
"PM: Runtime PM v11 - add debug printouts"
"PM: Runtime PM v11 - CONFIG_PM_SLEEP=n support"
"Driver Core: Runtime PM callbacks for the Platform Bus V2"

For the SuperH side of things you also need latest sh-2.6 git and:
"Driver Core: Add platform device arch data V3"
"sh: Runtime PM pdev hwblk changes"

Patch 01 + 04 need more attention
Patch 02 + 03 should be all that is needed for Runtime PM driver support.

Rafael, please have a look at the Runtime PM v11 issue in patch 04.

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

 arch/sh/include/asm/device.h             |    8 
 arch/sh/include/asm/hwblk.h              |    4 
 arch/sh/kernel/cpu/shmobile/Makefile     |    1 
 arch/sh/kernel/cpu/shmobile/pm_runtime.c |  244 ++++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-sh_mobile.c       |   39 ++++
 drivers/uio/uio_pdrv_genirq.c            |   54 ++++++
 drivers/video/sh_mobile_lcdcfb.c         |   47 +++--
 7 files changed, 376 insertions(+), 21 deletions(-)

                 reply	other threads:[~2009-07-31 14:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20090731140158.11351.26021.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox