From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756226Ab3BXOWo (ORCPT ); Sun, 24 Feb 2013 09:22:44 -0500 Received: from hydra.sisk.pl ([212.160.235.94]:42974 "EHLO hydra.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755174Ab3BXOWn (ORCPT ); Sun, 24 Feb 2013 09:22:43 -0500 From: "Rafael J. Wysocki" To: Linus Torvalds Cc: ACPI Devel Maling List , LKML , Linux PM list , Len Brown , Fabio Baltieri , Dave Jones , linux-pci@vger.kernel.org Subject: [GIT PULL] ACPI and power management fixes for v3.9-rc1 Date: Sun, 24 Feb 2013 15:29:25 +0100 Message-ID: <1663657.ypAtqGpGAq@vostro.rjw.lan> User-Agent: KMail/4.9.5 (Linux/3.8.0; KDE/4.9.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull from the git repository at git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm+acpi-fixes-3.9-rc1 to receive ACPI and power management fixes for v3.9-rc1 with top-most commit 4383822020c54c21eb2eb939a3233b44a51e8ca0 Merge branch 'acpi-pm' into fixes on top of commit a0b1c42951dd06ec83cc1bc2c9788131d9fefcd8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next The changes below fix problems introduced by the new ACPI and PM commits merged earlier and one older build issue. Included are: - Fixes for blackfin and microblaze build problems introduced by the removal of global pm_idle. From Lars-Peter Clausen. - OPP core build fix from Shawn Guo. - Error condition check fix for the new imx6q-cpufreq driver from Wei Yongjun. - Fix for an AER driver crash related to the lack of APEI initialization for acpi=off. From yours truly. - Fix for the USB breakage on Thinkpad T430 related to ACPI power resources and PCI wakeup reported by Dave and Fabio (you know about this one). Thanks! --------------- Lars-Peter Clausen (2): blackfin idle: Fix compile error microblaze idle: Fix compile error Rafael J. Wysocki (2): ACPI / APEI: Fix crash in apei_hest_parse() for acpi=off ACPI / PM: Take unusual configurations of power resources into account Shawn Guo (1): PM / OPP: fix condition for empty of_init_opp_table() Wei Yongjun (1): imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe() --------------- arch/blackfin/kernel/process.c | 4 +- arch/microblaze/kernel/process.c | 5 +-- drivers/acpi/apei/hest.c | 5 +-- drivers/acpi/internal.h | 2 +- drivers/acpi/power.c | 112 +++++++++++++++++++++++++++++++++++----------- drivers/acpi/scan.c | 9 +++- drivers/cpufreq/imx6q-cpufreq.c | 2 +- include/linux/opp.h | 18 ++++---- 8 files changed, 107 insertions(+), 50 deletions(-) -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.