diff options
author | 2025-03-24 13:57:44 +0100 | |
---|---|---|
committer | 2025-03-24 13:57:44 +0100 | |
commit | 8b30d2a3962ae07e67aee90d6698a6a68e771c6c (patch) | |
tree | 817bd7d2f7e16e7ccfef47fe2cd43e1c99e46311 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branches 'acpi-power', 'acpi-fan', 'acpi-thermal', 'acpi-button' and 'acpi-video' (diff) | |
parent | x86/ACPI: CPPC: Add missing include (diff) | |
parent | Merge back ACPI platform_profile driver material for 6.15 (diff) | |
parent | ACPI: HED: Always initialize before evged (diff) | |
parent | MAINTAINERS: Use my kernel.org address for ACPI PMIC work (diff) | |
download | wireguard-linux-8b30d2a3962ae07e67aee90d6698a6a68e771c6c.tar.xz wireguard-linux-8b30d2a3962ae07e67aee90d6698a6a68e771c6c.zip |
Merge branches 'acpi-x86', 'acpi-platform-profile', 'acpi-apei' and 'acpi-misc'
Merge an ACPI CPPC update, ACPI platform-profile driver updates, an ACPI
APEI update and a MAINTAINERS update related to ACPI for 6.15-rc1:
- Add a missing header file include to the x86 arch CPPC code (Mario
Limonciello).
- Rework the sysfs attributes implementation in the ACPI platform-profile
driver and improve the unregistration code in it (Nathan Chancellor,
Kurt Borja).
- Prevent the ACPI HED driver from being built as a module and change
its initcall level to subsys_initcall to avoid initialization ordering
issues related to it (Xiaofei Tan).
- Update a maintainer email address in the ACPI PMIC entry in
MAINTAINERS (Mika Westerberg).
* acpi-x86:
x86/ACPI: CPPC: Add missing include
* acpi-platform-profile:
ACPI: platform_profile: Improve platform_profile_unregister()
ACPI: platform-profile: Fix CFI violation when accessing sysfs files
* acpi-apei:
ACPI: HED: Always initialize before evged
* acpi-misc:
MAINTAINERS: Use my kernel.org address for ACPI PMIC work