From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: ACPI & Power Management patches for Linux 3.5-rc4 Date: Sat, 30 Jun 2012 01:28:10 -0400 Message-ID: <4FEE8E6A.8060402@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qa0-f46.google.com ([209.85.216.46]:45489 "EHLO mail-qa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750726Ab2F3F2S (ORCPT ); Sat, 30 Jun 2012 01:28:18 -0400 Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Linus Torvalds Cc: linux-acpi , linux-kernel , Linux PM list Hi Linus, Please pull these ACPI & Power Management bug fixes for 3.5. thanks! Len Brown, Intel Open Source Technology Center The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9: Linux 3.5-rc2 (2012-06-08 18:40:09 -0700) 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 6eca954e25e8a67e48334e668b9ac7da21fcbc6f: Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzilla-43168', 'bugzilla-40002' and 'bugfix-misc' into release (2012-06-30 00:53:50 -0400) ---------------------------------------------------------------- Feng Tang (3): ACPI: Make acpi_skip_timer_override cover all source_irq==0 cases ACPI: Remove one board specific WARN when ignoring timer overriding ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overriding Huang Ying (1): ACPI, APEI, Avoid too much error reporting in runtime Len Brown (1): Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzilla-43168', 'bugzilla-40002' and 'bugfix-misc' into release Pavel Vasilyev (1): ACPI sysfs.c strlen fix Stuart Hayes (1): acpi_pad: fix power_saving thread deadlock Zhang Rui (2): ACPI, x86: fix Dell M6600 ACPI reboot regression via DMI ACPI video: Still use ACPI backlight control if _DOS doesn't exist arch/x86/kernel/acpi/boot.c | 27 ++++++++++++++++----------- arch/x86/kernel/reboot.c | 8 ++++++++ drivers/acpi/acpi_pad.c | 7 ++++--- drivers/acpi/apei/apei-base.c | 17 +++++++++++++++-- drivers/acpi/apei/apei-internal.h | 9 +++++++++ drivers/acpi/apei/ghes.c | 6 +++--- drivers/acpi/sysfs.c | 4 ++-- drivers/acpi/video.c | 2 ++ 8 files changed, 59 insertions(+), 21 deletions(-)