Hi Linus, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm+acpi-3.19-rc4 to receive power management and ACPI material for v3.19-rc4 with top-most commit 794c3a0a9380d46cebff14b0d9b409ecb7687480 Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video' on top of commit b1940cd21c0f4abdce101253e860feff547291b0 Linux 3.19-rc3 These are an ACPI device power management initialization fix (-stable material), two commits renaming stuff in the ACPI processor driver to make it more suitable for ARM64 processors and a new ACPI backlight blacklist entry. Specifics: - Fix ACPI power management intialization for device objects corresponding to devices that are not present at the init time (the _STA control method returns 0 for them) and therefore should not be regarded as power manageable (Rafael J Wysocki). - Rename a structure field and two functions used by the ACPI processor driver to make them less tied to architectures that use APICs (both x86 and ia64) and more suitable for ARM64 processors (Hanjun Guo). - Add a disable_native_backlight quirk for Dell XPS15 L521X designed in an unusual way preventing native backlight from working on that machine (Hans de Goede). Thanks! --------------- Hanjun Guo (2): ACPI / processor: Convert apic_id to phys_id to make it arch agnostic ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu() Hans de Goede (1): ACPI / video: Add disable_native_backlight quirk for Dell XPS15 L521X Rafael J. Wysocki (1): ACPI / PM: Fix PM initialization for devices that are not present --------------- arch/ia64/kernel/acpi.c | 9 ++++--- arch/x86/kernel/acpi/boot.c | 9 ++++--- drivers/acpi/acpi_processor.c | 25 ++++++++++--------- drivers/acpi/device_pm.c | 2 +- drivers/acpi/processor_core.c | 56 +++++++++++++++++++++---------------------- drivers/acpi/scan.c | 13 ++++++---- drivers/acpi/video.c | 10 ++++++++ include/acpi/processor.h | 8 +++---- include/linux/acpi.h | 4 ++-- 9 files changed, 75 insertions(+), 61 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