This series contains the linux-ized patch set of ACPICA version 20210604. The patch mostly contains additional structures for ACPI tables. In addition, this patch set contains ACPICA support for a new OperationRegion subtype called PlatformRtMechanism (for PRM). As far as ACPICA is concerned, this subtype will hand off a buffer to a handler registered by the OS. Other than that, I will be leaving Intel and this will be my last ACPICA release. With that said, Rafael will take over this role for the timebeing. If you have any ACPICA related questions, I will be around for a few more days so please feel free to reach out. Thanks, Erik Kaneda Alison Schofield (2): ACPICA: Add defines for the CXL Host Bridge Structure (CHBS) ACPICA: Add the CFMWS structure definition to the CEDT table Bob Moore (5): ACPICA: iASL: Finish support for the IVRS ACPI table ACPICA: iASL: Add support for the SVKL table ACPICA: iASL Table Compiler: Add full support for RGRT ACPI table ACPICA: iASL: Add support for the BDAT ACPI table ACPICA: Update version to 20210604 Version 20210604. Erik Kaneda (3): ACPICA: Fix memory leak caused by _CID repair function ACPICA: iASL: add disassembler support for PRMT ACPICA: Add support for PlatformRtMechanism OperationRegion handler Fabian Wüthrich (1): ACPICA: Add _PLD panel positions Kuppuswamy Sathyanarayanan (2): ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure ACPICA: Add SVKL table headers Wei Ming Chen (1): ACPICA: Use ACPI_FALLTHROUGH drivers/acpi/acpica/acutils.h | 2 + drivers/acpi/acpica/exfield.c | 8 +- drivers/acpi/acpica/exserial.c | 12 +++ drivers/acpi/acpica/nsrepair2.c | 7 ++ drivers/acpi/acpica/utprint.c | 2 +- drivers/acpi/acpica/utuuid.c | 41 ++++++++++ include/acpi/acbuffer.h | 10 +++ include/acpi/acconfig.h | 2 + include/acpi/acpixf.h | 2 +- include/acpi/actbl1.h | 41 +++++++++- include/acpi/actbl2.h | 132 ++++++++++++++++++++++++++++++++ 11 files changed, 254 insertions(+), 5 deletions(-) -- 2.29.2