[GIT PULL] More ACPI updates for v5.7-rc1

From: Rafael J. Wysocki
Date: Fri Apr 10 2020 - 05:50:36 EST


Hi Linus,

Please pull from the tag

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

with top-most commit 0214da7cce2030f1a71fb555e2967faf3b92aebf

Merge branches 'acpi-ec' and 'acpi-x86'

on top of commit 7e63420847ae5f1036e4f7c42f0b3282e73efbc2

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

to receive more ACPI updates for 5.7-rc1.

These prevent a false-positive static checker warning from triggering
in the ACPI EC driver (Rafael Wysocki), fix white space in an ACPI
document (Vilhelm Prytz) and add static annotation to one variable
(Jason Yan).

Thanks!


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

Jason Yan (1):
ACPI, x86/boot: make acpi_nobgrt static

Rafael J. Wysocki (1):
ACPI: EC: Fix up fast path check in acpi_ec_add()

Vilhelm Prytz (1):
Documentation: firmware-guide: ACPI: fix table alignment in namespace.rst

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

Documentation/firmware-guide/acpi/namespace.rst | 6 +++---
arch/x86/kernel/acpi/boot.c | 2 +-
drivers/acpi/ec.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)