public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-pm@lists.osdl.org" <linux-pm@lists.osdl.org>,
	linux-pci@vger.kernel.org,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>
Subject: [GIT PULL] PM updates for 2.6.36
Date: Wed, 4 Aug 2010 00:24:22 +0200	[thread overview]
Message-ID: <201008040024.22222.rjw@sisk.pl> (raw)

Hi Linus,

Please pull power management updates for 2.6.36 from:

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6.git for-linus

They include:

 * Runtime PM framework updates from Alan Stern and Arjan.

 * Hibernate and suspend fixes.

 * PM QoS update from James.

 * New mechanism for avoiding races between wakeup and system sleep.


 Documentation/ABI/testing/sysfs-power  |   15 ++
 drivers/base/power/Makefile            |    2 +-
 drivers/base/power/main.c              |    1 +
 drivers/base/power/runtime.c           |   54 ++++++-
 drivers/base/power/sysfs.c             |   98 ++++++++++---
 drivers/base/power/wakeup.c            |  247 ++++++++++++++++++++++++++++++++
 drivers/net/e1000e/netdev.c            |   17 +--
 drivers/net/igbvf/netdev.c             |    9 +-
 drivers/net/wireless/ipw2x00/ipw2100.c |   12 +-
 drivers/pci/pci-acpi.c                 |    1 +
 drivers/pci/pci.c                      |   20 +++-
 drivers/pci/pci.h                      |    1 +
 drivers/pci/pcie/pme/pcie_pme.c        |    5 +-
 drivers/pnp/core.c                     |    3 +
 drivers/pnp/pnpacpi/core.c             |   23 +++
 include/linux/netdevice.h              |    2 +-
 include/linux/plist.h                  |   29 ++++
 include/linux/pm.h                     |   16 ++
 include/linux/pm_qos_params.h          |   13 ++-
 include/linux/pm_wakeup.h              |   10 +-
 include/linux/pnp.h                    |    1 +
 include/linux/suspend.h                |   17 ++-
 include/sound/pcm.h                    |    2 +-
 kernel/pm_qos_params.c                 |  215 +++++++++++++++-------------
 kernel/power/hibernate.c               |   24 ++-
 kernel/power/main.c                    |   55 +++++++
 kernel/power/suspend.c                 |   13 +-
 kernel/power/swap.c                    |    4 +-
 sound/core/pcm_native.c                |   13 +-
 29 files changed, 734 insertions(+), 188 deletions(-)

---------------

Alan Stern (3):
      PM: describe kernel policy regarding wakeup defaults (v. 2)
      PNPACPI: Add support for remote wakeup
      PM / Runtime: Make runtime_status attribute not debug-only (v. 2)

Arjan van de Ven (1):
      PM / Runtime: Add runtime PM statistics (v3)

Cesar Eduardo Barros (1):
      PM / Hibernate: Fix typos in comments in kernel/power/swap.c

James Bottomley (3):
      plist: Add plist_last
      pm_qos: Reimplement using plists
      pm_qos: Get rid of the allocation in pm_qos_add_request()

Rafael J. Wysocki (5):
      PM: Make it possible to avoid races between wakeup and system sleep
      PM / Hibernate: Fix hibernation_platform_enter()
      PM / Hibernate: Fix snapshot error code path
      PM / Suspend: Fix ordering of calls in suspend error paths
      PM: Do not use dynamically allocated objects in pm_wakeup_event()

                 reply	other threads:[~2010-08-03 22:24 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=201008040024.22222.rjw@sisk.pl \
    --to=rjw@sisk.pl \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-pm@lists.osdl.org \
    --cc=torvalds@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox