Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.10-rc1-2 with top-most commit 2818cc745445ae5866598fe45fe563ef843e30af Merge branches 'acpi-debug', 'acpi-reboot', 'acpi-processor', 'acpi-dptf' and 'acpi-utils' on top of commit cf1d2b44f6c701ffff58606b5b8a8996190d6e7d Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm to receive more ACPI updates for 5.10-rc1. These include an ACPICA code build fix related to recent GPE register access changes, a Kconfig cleanup related to the Dynamic Platform and Thremal Framework (DPTF) support, a reboot issue workaround, a debug module fix and a couple of janitorial changes. Specifics: - Fix ACPICA code build after recent changes related to accessing GPE registers (Rafael Wysocki). - Clean up DPTF part of the ACPI Kconfig (Rafael Wysocki). - Work around a reboot issue related to RESET_REG (Zhang Rui). - Prevent ACPI debug module from attempting to run (and crashing) when ACPI is disabled (Jamie Iles). - Drop confusing comment from the ACPI processor driver (Alex Hung). - Drop a few unreachable break statements (Tom Rix). Thanks! --------------- Alex Hung (1): ACPI: processor: remove comment regarding string _UID support Jamie Iles (1): ACPI: debug: don't allow debugging when ACPI is disabled Rafael J. Wysocki (3): ACPI: DPTF: Fix participant driver names ACPI: DPTF: Add ACPI_DPTF Kconfig menu ACPICA: Add missing type casts in GPE register access code Tom Rix (1): ACPI: utils: remove unreachable breaks Zhang Rui (1): ACPI: reboot: Avoid racing after writing to ACPI RESET_REG --------------- drivers/acpi/acpi_dbg.c | 3 +++ drivers/acpi/acpi_processor.c | 1 - drivers/acpi/acpica/hwgpe.c | 4 ++-- drivers/acpi/dptf/Kconfig | 29 ++++++++++++++++++++++++----- drivers/acpi/dptf/dptf_pch_fivr.c | 2 +- drivers/acpi/dptf/dptf_power.c | 2 +- drivers/acpi/reboot.c | 11 +++++++++++ drivers/acpi/utils.c | 4 ---- 8 files changed, 42 insertions(+), 14 deletions(-)