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

From: Rafael J. Wysocki
Date: Mon Jul 08 2019 - 17:38:14 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

with top-most commit 64372c0b7dcbc9ad08b1bad877ae8d8cddb62e45

Merge branches 'acpi-apei', 'acpi-doc' and 'acpi-soc'

on top of commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf

Linux 5.2-rc7

to receive ACPI updates for 5.3-rc1.

These update the ACPICA code in the kernel to upstream revision
20190703, fix up the handling of GPEs in ACPICA, allow some more ACPI
code to be built on ARM64 platforms, allow BGRT to be overridden, fix
minor issues and clean up assorted pieces of ACPI code.

Specifics:

- Update the ACPICA code in the kernel to upstream revision 20190703
including:
* Initial/defalut namespace creation simplification (Bob Moore).
* Object initialization sequence update (Bob Moore).
* Removal of legacy module-level (dead) code (Erik Schmauss).
* Table load object initialization update (Erik Schmauss, Nikolaus
Voss).

- Fix GPE enabling issue in ACPICA causing premature wakeups from
suspend-to-idle to occur (Rafael Wysocki).

- Allow ACPI AC and battery drivers to be built on non-X86 (Ard
Biesheuvel).

- Fix address space handler removal in the ACPI PMIC driver for
Intel platforms (Andy Shevchenko).

- Allow BGRT to be overridden via initrd or configfs (Andrea Oliveri).

- Fix object resolution on table loads via configfs (Nikolaus Voss).

- Clean up assorted pieces of ACPI code and tools (Colin Ian King,
Liguang Zhang, Masahiro Yamada).

- Fix documentation build warning, convert the extcon document to
ReST and add it to the ACPI documentation (Mauro Carvalho Chehab,
Qian Cai).

Thanks!


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

Andrea Oliveri (1):
ACPI: tables: Allow BGRT to be overridden

Andy Shevchenko (1):
ACPI / PMIC: intel: Drop double removal of address space handler

Ard Biesheuvel (1):
ACPI: Make AC and battery drivers available on !X86

Bob Moore (3):
ACPICA: Namespace: simplify creation of the initial/default namespace
ACPICA: Update for object initialization sequence
ACPICA: Update version to 20190703

Colin Ian King (1):
ACPI: APD: remove redundant assignment to pointer clk

Erik Schmauss (2):
ACPICA: remove legacy module-level code due to deprecation
ACPICA: Update table load object initialization

Liguang Zhang (1):
ACPI / APEI: Remove needless __ghes_check_estatus() calls

Masahiro Yamada (1):
ACPI: tools: Exclude tools/* from .gitignore patterns

Mauro Carvalho Chehab (1):
docs: extcon: convert it to ReST and move to ACPI dir

Nikolaus Voss (1):
ACPI: configfs: Resolve objects on host-directed table loads

Qian Cai (1):
ACPI: OSL: Make a W=1 kernel-doc warning go away

Rafael J. Wysocki (1):
ACPICA: Clear status of GPEs on first direct enable

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

.../acpi/extcon-intel-int3496.rst} | 14 +-
Documentation/firmware-guide/acpi/index.rst | 1 +
MAINTAINERS | 6 +-
drivers/acpi/Kconfig | 2 -
drivers/acpi/acpi_apd.c | 2 +-
drivers/acpi/acpi_configfs.c | 6 +-
drivers/acpi/acpica/acevents.h | 3 +-
drivers/acpi/acpica/acglobal.h | 1 -
drivers/acpi/acpica/acnamesp.h | 2 -
drivers/acpi/acpica/dsinit.c | 2 +-
drivers/acpi/acpica/evgpe.c | 8 +-
drivers/acpi/acpica/evgpeblk.c | 2 +-
drivers/acpi/acpica/evxface.c | 2 +-
drivers/acpi/acpica/evxfgpe.c | 2 +-
drivers/acpi/acpica/exconfig.c | 16 +-
drivers/acpi/acpica/nsaccess.c | 54 ++++--
drivers/acpi/acpica/nseval.c | 190 ---------------------
drivers/acpi/acpica/nsinit.c | 49 +++---
drivers/acpi/acpica/nsload.c | 12 --
drivers/acpi/acpica/nsutils.c | 12 --
drivers/acpi/acpica/tbdata.c | 13 --
drivers/acpi/acpica/tbxfload.c | 7 +
drivers/acpi/acpica/utinit.c | 1 -
drivers/acpi/acpica/utxfinit.c | 18 +-
drivers/acpi/apei/ghes.c | 2 +-
drivers/acpi/osl.c | 4 +-
drivers/acpi/pmic/intel_pmic.c | 2 -
drivers/acpi/tables.c | 21 +--
include/acpi/acpi_io.h | 4 +-
include/acpi/acpixf.h | 2 +-
tools/power/acpi/.gitignore | 8 +-
31 files changed, 131 insertions(+), 337 deletions(-)