All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-pm@lists.linux-foundation.org
Cc: gregkh@suse.de
Subject: [PATCH 00/05] PM: Runtime PM v13 for Platform Devices 20090807
Date: Fri, 07 Aug 2009 16:33:15 +0900	[thread overview]
Message-ID: <20090807073315.22479.89012.sendpatchset@rx1.opensource.se> (raw)

PM: Runtime PM v13 for Platform Devices 20090807

[PATCH 01/05] PM: Runtime PM v13 - add dev_pm_ops helpers
[PATCH 02/05] PM: Runtime PM v13 - let bus-less devices succeed
[PATCH 03/05] PM: Runtime PM v13 - add debug printouts
[PATCH 04/05] PM: Runtime PM v13 - CONFIG_PM_SLEEP=n support
[PATCH 05/05] PM: Runtime PM v13 - platform device bus support

These patches contain architecture independent changes for Runtime PM
and are meant to be applied on top of: 
"PM: Introduce core framework for run-time PM of I/O devices (rev. 13)"
by Rafael J. Wysocki.

Last week patches for v11 were posted, and since then the main change is
the updated and included platform device bus patch.

I would like to see at least part of this series rolled in to a future
Runtime PM release (v14?) or if not then some feedback on how to 
integrate the generic platform bus code with the Runtime PM code in
a better way. My Runtime PM implementation for SuperH Mobile builds on
top of this, so at least [01/05], [02/05] and [05/05] are needed.

Please see each individual patch for more information. Thank you!

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

 drivers/base/core.c          |    3 +
 drivers/base/platform.c      |   48 +++++++++++++++++++++++++------
 drivers/base/power/main.c    |    2 -
 drivers/base/power/runtime.c |   65 ++++++++++++++++++++++--------------------
 include/linux/pm_runtime.h   |   19 ++++++++++++
 5 files changed, 96 insertions(+), 41 deletions(-)

             reply	other threads:[~2009-08-07  7:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-07  7:33 Magnus Damm [this message]
2009-08-07  7:33 ` [PATCH 01/05] PM: Runtime PM v13 - add dev_pm_ops helpers Magnus Damm
2009-08-07  7:33 ` [PATCH 02/05] PM: Runtime PM v13 - let bus-less devices succeed Magnus Damm
2009-08-07  7:33 ` [PATCH 03/05] PM: Runtime PM v13 - add debug printouts Magnus Damm
2009-08-08 13:28   ` Rafael J. Wysocki
2009-08-07  7:33 ` [PATCH 04/05] PM: Runtime PM v13 - CONFIG_PM_SLEEP=n support Magnus Damm
2009-08-07  7:34 ` [PATCH 05/05] PM: Runtime PM v13 - platform device bus support Magnus Damm
2009-08-07 14:32 ` [PATCH 00/05] PM: Runtime PM v13 for Platform Devices 20090807 Alan Stern
2009-08-07 15:42   ` Magnus Damm
2009-08-07 16:17     ` Alan Stern
2009-08-08 13:47       ` Rafael J. Wysocki
2009-08-10 10:57       ` 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=20090807073315.22479.89012.sendpatchset@rx1.opensource.se \
    --to=magnus.damm@gmail.com \
    --cc=gregkh@suse.de \
    --cc=linux-pm@lists.linux-foundation.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.