summary refs log tree commit diff
path: root/include/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-03-18 17:08:28 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-03-18 17:08:28 +0100
commit314b97cc97f0d4bedc7b3a8eb35fe6d32d9d3641 (patch)
tree8ce3e1db0d9abc8efd7d4749dec3e58bb1b05654 /include/acpi
parentbf978a83ed1db2806ee45284393b27cd59aa6552 (diff)
parent0c9992315e738e7d6e927ef36839a466b080dba6 (diff)
parent2e433a94dab0246fee706d18aaecd67007ead404 (diff)
parentc42fa24b44751c62c86e98430ef915c0609a2ab8 (diff)
parente86801b0ff1c5c6d1f78232f7e3b52c0b0631560 (diff)
downloadlinux-314b97cc97f0d4bedc7b3a8eb35fe6d32d9d3641.tar.gz
Merge branches 'acpica', 'acpi-osl', 'acpi-bus' and 'acpi-tables'
Merge ACPICA changes, ACPI OS-layer changes, ACPI bus-type and _OSC
support changes and ACPI tables parsing changes for 5.18-rc1:

 - Use uintptr_t and offsetof() in the ACPICA code to avoid compiler
   warnings regarding NULL pointer arithmetic (Rafael Wysocki).

 - Fix possible NULL pointer dereference in acpi_ns_walk_namespace()
   when passed "acpi=off" in the command line (Rafael Wysocki).

 - Fix and clean up acpi_os_read/write_port() (Rafael Wysocki).

 - Introduce acpi_bus_for_each_dev() and use it for walking all ACPI
   device objects in the Type C code (Rafael Wysocki).

 - Fix the _OSC platform capabilities negotioation and prevent CPPC
   from being used if the platform firmware indicates that it not
   supported via _OSC (Rafael Wysocki).

 - Add AGDI and CEDT to the list of known ACPI table signatures (Ilkka
   Koskinen, Robert Kiraly).

* acpica:
  ACPICA: Avoid walking the ACPI Namespace if it is not there
  ACPICA: Use uintptr_t and offsetof() in Linux kernel builds

* acpi-osl:
  ACPI: OSL: Fix and clean up acpi_os_read/write_port()

* acpi-bus:
  ACPI: bus: Avoid using CPPC if not supported by firmware
  Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query flag"
  ACPI: bus: Introduce acpi_bus_for_each_dev()

* acpi-tables:
  ACPI: tables: Add AGDI to the list of known table signatures
  ACPI: tables: Add CEDT signature to the list of known tables