Hi Linus, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm+acpi-3.17-rc3 to receive more ACPI and power management fixes for v3.17-rc3 with top-most commit 0b4f58b7cebd74ede19d13b81fb43a7eaeba10a3 Merge branch 'pm-cpufreq' on top of commit 52addcf9d6669fa439387610bc65c92fa0980cef Linux 3.17-rc2 These are ACPI regression fixes (fixed events handling, EC driver and PNP enumeration), intel_pstate fix for excessive messages on boot, spurious __init removal from the s5pv210 cpufreq driver and new IDs for Intel Braswell. Specifics: - Fix for an ACPI regression related to the handling of fixed events that caused netlink routines to be (incorrectly) run in interrupt context from Lan Tianyu. - Fix for an ACPI EC driver regression on Acer Aspire V5-573G that caused AC/battery plug/unplug and video brightness change notifications to be delayed on that machine from Lv Zheng. - Fix for an ACPI device enumeration regression that caused ACPI driver probe to fail for some devices where it succeeded before (Rafael J Wysocki). - intel_pstate driver fix to prevent it from printing an information message for every CPU in the system on every boot from Andi Kleen. - s5pv210 cpufreq driver fix to remove an __init annotation from a routine that in fact can be called at any time after init too from Mark Brown. - New Intel Braswell device IDs for the ACPI LPSS (Low-Power Subsystem) driver from Alan Cox. - New Intel Braswell CPU ID for intel_pstate from Mika Westerberg. Thanks! --------------- Alan Cox (1): ACPI / LPSS: Add ACPI IDs for Intel Braswell Andi Kleen (1): intel_pstate: Turn per cpu printk into pr_debug Lan Tianyu (1): ACPI: Run fixed event device notifications in process context Lv Zheng (2): ACPI / EC: Add support to disallow QR_EC to be issued when SCI_EVT isn't set ACPI / EC: Add support to disallow QR_EC to be issued before completing previous QR_EC Mark Brown (1): cpufreq: s5pv210: Remove spurious __init annotation Mika Westerberg (1): cpufreq: intel_pstate: Add CPU ID for Braswell processor Rafael J. Wysocki (1): ACPI / scan: Allow ACPI drivers to bind to PNP device objects --------------- drivers/acpi/acpi_lpss.c | 17 +++++++++++++++++ drivers/acpi/ec.c | 21 ++++++++++++++++++--- drivers/acpi/scan.c | 17 +++++++++++------ drivers/cpufreq/intel_pstate.c | 3 ++- drivers/cpufreq/s5pv210-cpufreq.c | 2 +- 5 files changed, 49 insertions(+), 11 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html