This patch set contains the linux-ized patches of the ACPICA release version 20200326 This release mostly consists of changes in the iASL compiler and the acpiexec utility so linux changes are quite small. The acpiexec change is specifically intended for the userspace utility's custom initialization feature so there is no functional change in the kernel space AML interpreter. Other than that, there were several additions to ACPI tables such a new IVRS subtype and NHLT as well as trivial typo fixes. Bob Moore (3): ACPICA: Fix a typo in a comment field ACPICA: Fixes for acpiExec namespace init file ACPICA: Update version 20200326 Cezary Rojewski (1): ACPICA: Add NHLT table signature Erik Kaneda (3): ACPICA: Change PlatformCommChannel ASL keyword to PCC ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_support ACPICA: WSMT: Fix typo, no functional change John Levon (1): ACPICA: utilities: fix sprintf() Michał Żygowski (2): ACPICA: Implement IVRS IVHD type 11h parsing ACPICA: Fix IVRS IVHD type 10h reserved field name drivers/acpi/acpica/acnamesp.h | 2 ++ drivers/acpi/acpica/dbinput.c | 16 +++++++-------- drivers/acpi/acpica/dbxface.c | 1 + drivers/acpi/acpica/dswexec.c | 33 +++++++++++++++++++++++++++++++ drivers/acpi/acpica/dswload.c | 2 -- drivers/acpi/acpica/dswload2.c | 36 ++++++++++++++++++++++++++++++++++ drivers/acpi/acpica/nsnames.c | 6 +----- drivers/acpi/acpica/utdecode.c | 2 +- drivers/acpi/acpica/utdelete.c | 9 +++++---- drivers/acpi/acpica/utprint.c | 7 ++++++- drivers/acpi/tables.c | 2 +- include/acpi/acpixf.h | 2 +- include/acpi/actbl2.h | 21 +++++++++++++++++--- include/acpi/actbl3.h | 6 +++--- include/acpi/acuuid.h | 2 +- 15 files changed, 116 insertions(+), 31 deletions(-) -- 2.25.1