All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-acpi <linux-acpi@vger.kernel.org>,
	Linux PM list <linux-pm@vger.kernel.org>
Subject: [GIT PULL] ACPI & Power Management patches for Linux 3.3-rc1
Date: Wed, 25 Jan 2012 01:04:20 -0500	[thread overview]
Message-ID: <4F1F9B64.7050601@kernel.org> (raw)

Hi Linus,

Please pull these ACPI & Power Management patches.

This fixes a merge-window regression due to a conflict
between error injection and preparation to remove atomicio.c
Here we fix that regression and complete the removal
of atomicio.c.

This also re-orders some idle initialization code to
complete the merge window series that allows cpuidle
to cope with bringing processors on-line after boot.

thanks!
Len Brown, Intel Open Source Technology Center
---
The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:

  Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git release

for you to fetch changes up to eb7004e623637a6c2b32317c000d4b617b5cb053:

  Merge branches 'atomicio-apei', 'hotplug', 'sony-nvs-nosave' and 'thermal-netlink' into release (2012-01-23 19:47:06 -0500)

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

Dan Carpenter (1):
      ACPI, APEI, EINJ, cleanup 0 vs NULL confusion

Jean Delvare (1):
      thermal: Rename generate_netlink_event

Lan Tianyu (1):
      ACPI / PM: Add Sony Vaio VPCCW29FX to nonvs blacklist.

Len Brown (1):
      Merge branches 'atomicio-apei', 'hotplug', 'sony-nvs-nosave' and 'thermal-netlink' into release

Myron Stowe (3):
      ACPI, APEI: Add 64-bit read/write support for APEI on i386
      ACPI, APEI: Add RAM mapping support to ACPI
      ACPI: Remove ./drivers/acpi/atomicio.[ch]

Niklas Söderlund (1):
      ACPI, APEI, EINJ Allow empty Trigger Error Action Table

Thomas Renninger (2):
      ACPI processor hotplug: Split up acpi_processor_add
      ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged cores

Tony Luck (1):
      Use acpi_os_map_memory() instead of ioremap() in einj driver

 Documentation/thermal/sysfs-api.txt |    2 +-
 drivers/acpi/Makefile               |    1 -
 drivers/acpi/apei/apei-base.c       |   35 +---
 drivers/acpi/apei/einj.c            |   95 ++++----
 drivers/acpi/atomicio.c             |  422 -----------------------------------
 drivers/acpi/osl.c                  |  152 +++++++++++++-
 drivers/acpi/processor_driver.c     |  154 ++++++++++----
 drivers/acpi/sleep.c                |    8 +
 drivers/idle/intel_idle.c           |    2 +-
 drivers/thermal/thermal_sys.c       |    4 +-
 include/acpi/acpiosxf.h             |    4 +
 include/acpi/atomicio.h             |   10 -
 include/acpi/processor.h            |    1 +
 include/linux/thermal.h             |    4 +-
 14 files changed, 334 insertions(+), 560 deletions(-)
 delete mode 100644 drivers/acpi/atomicio.c
 delete mode 100644 include/acpi/atomicio.h
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

                 reply	other threads:[~2012-01-25  6:04 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=4F1F9B64.7050601@kernel.org \
    --to=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-pm@vger.kernel.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 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.