public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/05] PM: Runtime PM v16 for SuperH Mobile V3
@ 2009-08-14 10:48 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2009-08-14 10:48 UTC (permalink / raw)
  To: linux-sh

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-14 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-14 10:48 [PATCH 00/05] PM: Runtime PM v16 for SuperH Mobile V3 Magnus Damm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox