diff options
author | 2025-05-26 19:42:29 +0200 | |
---|---|---|
committer | 2025-05-26 19:42:29 +0200 | |
commit | db0e4d5429c909db9c252be59bd872ab628c78c6 (patch) | |
tree | d401f2d8d6e26621f7eb4a5aed0ed6678af9a1ee /Documentation | |
parent | Merge branches 'acpi-pci', 'acpi-battery', 'acpi-ec' and 'acpi-apei' (diff) | |
parent | ACPI: resource: fix a typo for MECHREVO in irq1_edge_low_force_override[] (diff) | |
parent | pinctrl: amd: Fix hibernation support with CONFIG_SUSPEND unset (diff) | |
parent | ACPI: platform_profile: Avoid initializing on non-ACPI platforms (diff) | |
parent | Documentation: ACPI: Use all-string data node references (diff) | |
download | wireguard-linux-db0e4d5429c909db9c252be59bd872ab628c78c6.tar.xz wireguard-linux-db0e4d5429c909db9c252be59bd872ab628c78c6.zip |
Merge branches 'acpi-resource', 'acpi-pm', 'acpi-platform-profile' and 'acpi-docs'
Merge an ACPI resources management update, ACPI power management
updates, an ACPI platform profile driver fix and an ACPI documentation
update related to device properties for 6.16-rc1:
- Fix a typo for MECHREVO in irq1_edge_low_force_override[] (Mingcong
Bai).
- Add an LPS0 check() callback to the AMD pinctrl driver and fix up
config symbol dependencies in it (Mario Limonciello, Rafael Wysocki).
- Avoid initializing the ACPI platform profile driver on non-ACPI
platforms (Alexandre Ghiti).
- Document that references to ACPI data (non-device) nodes should use
string-only references in hierarchical data node packages (Sakari
Ailus).
* acpi-resource:
ACPI: resource: fix a typo for MECHREVO in irq1_edge_low_force_override[]
* acpi-pm:
pinctrl: amd: Fix hibernation support with CONFIG_SUSPEND unset
pinctrl: amd: Fix use of undeclared identifier 'pinctrl_amd_s2idle_dev_ops'
pinctrl: amd: Add an LPS0 check() callback
ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86 case
* acpi-platform-profile:
ACPI: platform_profile: Avoid initializing on non-ACPI platforms
* acpi-docs:
Documentation: ACPI: Use all-string data node references