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/05] PM: Runtime PM v16 for SuperH Mobile V3
Date: Fri, 14 Aug 2009 10:48:08 +0000	[thread overview]
Message-ID: <20090814104808.32396.50021.sendpatchset@rx1.opensource.se> (raw)

PM: Runtime PM v16 for SuperH Mobile V3

[PATCH 01/05] sh: Runtime PM for SuperH Mobile platform bus devices
[PATCH 02/05] i2c: Runtime PM for SuperH Mobile I2C
[PATCH 03/05] video: Runtime PM for SuperH Mobile LCDC
[PATCH 04/05] v4l2: Runtime PM for SuperH Mobile CEU
[PATCH 05/05] uio: Runtime PM for UIO devices

This is the SuperH Mobile platform bus Runtime PM implementation V3.
Included is a SuperH Mobile specific Runtime PM implementation and
some driver changes. The code has been tested with "Software Standby"
mode on sh7722 and a multimedia playback workload exercising drivers
for fbdev, uio, v4l2 and i2c.

Apply on top of Rafael's linux-next patches and
"PM: Introduce core framework for run-time PM of I/O devices (rev. 16)"
"PM: Runtime PM v15 - Platform Device Bus Support"

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

 arch/sh/include/asm/device.h               |    9 
 arch/sh/include/asm/hwblk.h                |    4 
 arch/sh/kernel/cpu/shmobile/Makefile       |    1 
 arch/sh/kernel/cpu/shmobile/pm_runtime.c   |  304 ++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-sh_mobile.c         |   39 +++
 drivers/media/video/sh_mobile_ceu_camera.c |   41 ++-
 drivers/uio/uio_pdrv_genirq.c              |   54 ++++
 drivers/video/sh_mobile_lcdcfb.c           |  154 ++++++++++----
 8 files changed, 542 insertions(+), 64 deletions(-)

                 reply	other threads:[~2009-08-14 10:48 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=20090814104808.32396.50021.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