Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-6.10-rc4 with top-most commit 04f82fbb8686995f17b51ccd23c10fee12f1a2fd Merge branch acpi-x86 on top of commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670 Linux 6.10-rc3 to receive ACPI fixes for 6.10-rc4. These fix a recent regression in the ACPI EC driver and make system suspend work on multiple platforms where StorageD3Enable _DSD is missing in the ACPI tables. Specifics: - Make the ACPI EC driver directly evaluate an "orphan" _REG method under the EC device, if present, which stopped being evaluated after the driver had started to install its EC address space handler at the root of the ACPI namespace (Rafael Wysocki). - Make more devices put NVMe storage devices into D3 at suspend to work around missing StorageD3Enable _DSD in the BIOS (Mario Limonciello). Thanks! --------------- Mario Limonciello (1): ACPI: x86: Force StorageD3Enable on more products Rafael J. Wysocki (1): ACPI: EC: Evaluate orphan _REG under EC device --------------- drivers/acpi/acpica/acevents.h | 4 ++++ drivers/acpi/acpica/evregion.c | 6 +---- drivers/acpi/acpica/evxfregn.c | 54 ++++++++++++++++++++++++++++++++++++++++++ drivers/acpi/ec.c | 3 +++ drivers/acpi/x86/utils.c | 24 ++++++++----------- include/acpi/acpixf.h | 4 ++++ 6 files changed, 76 insertions(+), 19 deletions(-)