aboutsummaryrefslogtreecommitdiffstats
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
parentMerge back ACPI device enumeration material for v5.18. (diff)
parentACPICA: Avoid walking the ACPI Namespace if it is not there (diff)
parentACPI: OSL: Fix and clean up acpi_os_read/write_port() (diff)
parentACPI: bus: Avoid using CPPC if not supported by firmware (diff)
parentACPI: tables: Add AGDI to the list of known table signatures (diff)
downloadlinux-dev-314b97cc97f0d4bedc7b3a8eb35fe6d32d9d3641.tar.xz
linux-dev-314b97cc97f0d4bedc7b3a8eb35fe6d32d9d3641.zip
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