aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/acpi/acpi_bus.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-01-04 12:35:42 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-01-04 12:35:42 +0100
commit8be056a2c075dfb578a8e4ea21bd036352cee5f3 (patch)
tree27e9d7f42ea783b8c7afd12dad0a7ca44ccf26a4 /include/acpi/acpi_bus.h
parentMerge branches 'acpi-scan' and 'acpi-processor' (diff)
parentACPI: EC: Use a spin lock without disabing interrupts (diff)
parentACPI: Run USB4 _OSC() first with query bit set (diff)
parentACPI: tables: Correct and clean up the logic of acpi_parse_entries_array() (diff)
downloadwireguard-linux-8be056a2c075dfb578a8e4ea21bd036352cee5f3.tar.xz
wireguard-linux-8be056a2c075dfb578a8e4ea21bd036352cee5f3.zip
Merge branches 'acpi-osl', 'acpi-bus' and 'acpi-tables'
Merge low-level ACPICA interface changes, an _SB-scope _OSC handshake update and a data-only ACPI tables parsing code update for 6.8-rc1: - Switch over ACPI to using a threaded interrupt handler for the SCI (Rafael J. Wysocki). - Allow ACPI Notify () handlers to run on all CPUs and clean up the ACPI interface for deferred events processing (Rafael J. Wysocki). - Switch over the ACPI EC driver to using a threaded handler for the dedicated IRQ on systems without the EC GPE (Rafael J. Wysocki). - Adjust code using ACPICA spinlocks and the ACPI EC driver spinlock to keep local interrupts on (Rafael J. Wysocki). - Adjust the USB4 _OSC handshake to correctly handle cases in which certain types of OS control are denied by the platform (Mika Westerberg). - Correct and clean up the generic function for parsing ACPI data-only tables with array structure (Yuntao Wang). * acpi-osl: ACPI: EC: Use a spin lock without disabing interrupts ACPI: EC: Use a threaded handler for dedicated IRQ ACPI: OSL: Use spin locks without disabling interrupts ACPI: OSL: Allow Notify () handlers to run on all CPUs ACPI: OSL: Rearrange workqueue selection in acpi_os_execute() ACPI: OSL: Rework error handling in acpi_os_execute() ACPI: OSL: Use a threaded interrupt handler for SCI * acpi-bus: ACPI: Run USB4 _OSC() first with query bit set * acpi-tables: ACPI: tables: Correct and clean up the logic of acpi_parse_entries_array()