All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] ACPICA version 20210604
@ 2021-06-04 21:25 Erik Kaneda
  2021-06-04 21:25 ` [PATCH 01/14] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure Erik Kaneda
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Erik Kaneda @ 2021-06-04 21:25 UTC (permalink / raw)
  To: Rafael J . Wysocki, ACPI Devel Maling List; +Cc: Erik Kaneda

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-06-07 12:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 21:25 [PATCH 00/14] ACPICA version 20210604 Erik Kaneda
2021-06-04 21:25 ` [PATCH 01/14] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure Erik Kaneda
2021-06-04 21:25 ` [PATCH 02/14] ACPICA: Add SVKL table headers Erik Kaneda
2021-06-04 21:25 ` [PATCH 03/14] ACPICA: Fix memory leak caused by _CID repair function Erik Kaneda
2021-06-04 21:25 ` [PATCH 04/14] ACPICA: iASL: Finish support for the IVRS ACPI table Erik Kaneda
2021-06-04 21:25 ` [PATCH 05/14] ACPICA: iASL: Add support for the SVKL table Erik Kaneda
2021-06-04 21:26 ` [PATCH 06/14] ACPICA: iASL Table Compiler: Add full support for RGRT ACPI table Erik Kaneda
2021-06-04 21:26 ` [PATCH 07/14] ACPICA: Use ACPI_FALLTHROUGH Erik Kaneda
2021-06-04 21:26 ` [PATCH 08/14] ACPICA: Add _PLD panel positions Erik Kaneda
2021-06-04 21:26 ` [PATCH 09/14] ACPICA: iASL: Add support for the BDAT ACPI table Erik Kaneda
2021-06-04 21:26 ` [PATCH 10/14] ACPICA: Add defines for the CXL Host Bridge Structure (CHBS) Erik Kaneda
2021-06-04 21:26 ` [PATCH 11/14] ACPICA: Add the CFMWS structure definition to the CEDT table Erik Kaneda
2021-06-04 21:26 ` [PATCH 12/14] ACPICA: iASL: add disassembler support for PRMT Erik Kaneda
2021-06-04 21:26 ` [PATCH 13/14] ACPICA: Add support for PlatformRtMechanism OperationRegion handler Erik Kaneda
2021-06-04 21:26 ` [PATCH 14/14] ACPICA: Update version to 20210604 Version 20210604 Erik Kaneda
2021-06-07 12:22 ` [PATCH 00/14] ACPICA version 20210604 Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.