[GIT PULL] ACPI fixes for v4.7-rc2

From: Rafael J. Wysocki
Date: Fri Jun 03 2016 - 17:41:03 EST


Hi Linus,

Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-4.7-rc2

to receive ACPI fixes for v4.7-rc2 with top-most commit
60c07f80b04698f6c054b675cb67ec5e7ee8db27

Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor'

on top of commit 1a695a905c18548062509178b98bc91e67510864

Linux 4.7-rc1

Two fixes for problems introduced recently (ACPICA and the ACPI
backlight driver) and one fix for an older issue that prevents at
least one system from booting.

Specifics:

- Fix an incorrect check introduced by recent ACPICA changes which
causes problems with booting KVM guests to happen, among other
things (Lv Zheng).

- Fix a backlight issue introduced by recent changes to the ACPI
video driver (Aaron Lu).

- Fix the ACPI processor initialization which attempts to register
an IO region without checking if that really is necessary and
sometimes prevents drivers loaded subsequently from registering
their resources which leads to boot issues (Rafael Wysocki).

Thanks!

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

Aaron Lu (1):
ACPI / Thermal / video: fix max_level incorrect value

Lv Zheng (1):
ACPICA / Hardware: Fix old register check in
acpi_hw_get_access_bit_width()

Rafael J. Wysocki (1):
ACPI / processor: Avoid reserving IO regions too early

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

drivers/acpi/acpi_processor.c | 9 ---------
drivers/acpi/acpi_video.c | 9 ++++++---
drivers/acpi/acpica/hwregs.c | 23 +++++++++--------------
drivers/acpi/processor_throttling.c | 9 +++++++++
drivers/thermal/int340x_thermal/int3406_thermal.c | 2 +-
include/acpi/video.h | 6 ++++--
6 files changed, 29 insertions(+), 29 deletions(-)