Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.17-rc1-3 with top-most commit f6f02040e0ca7cb2e82d8aeb8f7daf5d89acc04c Merge branches 'acpi-cppc' and 'acpi-dptf' on top of commit 6a8d7fbf1c65034b85e7676b42449a56e4206bd3 Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm to receive extra ACPI updates for 5.17-rc1. These fix and clean up the ACPI CPPC driver on top of the recent changes in it merged previously and add some new device IDs to the ACPI DPTF driver. Specifics: - Fix a recently introduced endianness-related issue in the ACPI CPPC library and clean it up on top of that (Rafael Wysocki). - Add new device IDs for the Raptor Lake SoC to the ACPI DPTF driver (Srinivas Pandruvada). Thanks! --------------- Rafael J. Wysocki (2): ACPI: CPPC: Fix up I/O port access in cpc_read() ACPI: CPPC: Drop redundant local variable from cpc_read() Srinivas Pandruvada (1): ACPI: DPTF: Support Raptor Lake --------------- drivers/acpi/cppc_acpi.c | 11 ++++++----- drivers/acpi/dptf/dptf_pch_fivr.c | 1 + drivers/acpi/dptf/dptf_power.c | 2 ++ drivers/acpi/dptf/int340x_thermal.c | 6 ++++++ drivers/acpi/fan.h | 1 + 5 files changed, 16 insertions(+), 5 deletions(-)