[GIT PULL] ACPI support fixes for v7.0-rc3
From: Rafael J. Wysocki
Date: Thu Mar 05 2026 - 13:06:28 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-7.0-rc3
with top-most commit 084f843093bee5563b179fd4b630122ba820e0c7
Merge branch 'acpica'
on top of commit 11439c4635edd669ae435eec308f4ab8a0804808
Linux 7.0-rc2
to receive ACPI support fixes for 7.0-rc3.
These revert on problematic commit related to ACPI device power
management and update the _CPC object definition in ACPICA to
match the ACPI 6.6 specification:
- Revert a commit related to ACPI device power management that was
not supposed to make any functional difference, but it did so and
introduced a regression (Rafael Wysocki)
- Update the _CPC object definition in ACPICA to match ACPI 6.6 and
prevent the kernel from printing a false-positive warning regarding
_CPC output package format on platforms shipping with firmware based
on ACPI 6.6 (Saket Dumbre)
Thanks!
---------------
Rafael J. Wysocki (1):
Revert "ACPI: PM: Let acpi_dev_pm_attach() skip devices without ACPI PM"
Saket Dumbre (1):
ACPICA: Update the _CPC definition to match ACPI 6.6
---------------
drivers/acpi/acpica/acpredef.h | 5 +++--
drivers/acpi/device_pm.c | 9 ---------
2 files changed, 3 insertions(+), 11 deletions(-)