[GIT PULL] Additional ACPI updates for v5.3-rc1

From: Rafael J. Wysocki
Date: Thu Jul 18 2019 - 05:05:22 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.3-rc1-3

with top-most commit 2c66a5b52e9e328cd52af0d961f99a0e6717a065

Merge branches 'acpi-misc' and 'acpi-video'

on top of commit a131c2bf165684315f606fdd88cf80be22ba32f3

Merge tag 'acpi-5.3-rc1-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional ACPI updates for 5.3-rc1.

These get rid of two clang warnings, add a new quirk mechanism to the
ACPI backlight driver (and apply it to one machine) and update the
table load object initialization in ACPICA (this is a replacement for
a previously reverted ACPICA commit).

Specifics:

- Make ACPI table loading work more consistently regardless of the
exact mechanism used for loading a table (Erik Schmauss).

- Get rid of two clang warnings (Arnd Bergmann).

- Add new quirk mechanism to the ACPI backlight driver and use it
to add a quirk for PB Easynote MZ35 (Hans de Goede).

Thanks!


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

Arnd Bergmann (2):
ACPI: blacklist: fix clang warning for unused DMI table
ACPI: fix false-positive -Wuninitialized warning

Erik Schmauss (1):
ACPICA: Update table load object initialization

Hans de Goede (1):
ACPI: video: Add new hw_changes_brightness quirk, set it on PB
Easynote MZ35

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

drivers/acpi/acpi_video.c | 37 +++++++++++++++++++++++++++++++++++++
drivers/acpi/acpica/exconfig.c | 18 ++++++++----------
drivers/acpi/acpica/tbxfload.c | 10 +++-------
drivers/acpi/blacklist.c | 4 ++++
include/linux/acpi.h | 5 ++++-
5 files changed, 56 insertions(+), 18 deletions(-)