Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.15-rc1-2 with top-most commit e543b10cd9d75309c820d2175200d09b2a62f249 Merge branches 'acpi-pm' and 'acpi-docs' on top of commit 6f1e8b12eec44ee047dc9e0a9544b2cfed739503 Merge tag 'acpi-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm to receive more ACPI updates for 5.15-rc1. These add ACPI support to the PCI VMD driver, improve suspend-to-idle support for AMD platforms and update documentation. Specifics: - Add ACPI support to the PCI VMD driver (Rafael Wysocki). - Rearrange suspend-to-idle support code to reflect the platform firmware expectations on some AMD platforms (Mario Limonciello). - Make SSDT overlays documentation follow the code documented by it more closely (Andy Shevchenko). Thanks! --------------- Andy Shevchenko (1): Documentation: ACPI: Align the SSDT overlays file with the code Mario Limonciello (1): ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are supported Rafael J. Wysocki (1): PCI: VMD: ACPI: Make ACPI companion lookup work for VMD bus --------------- Documentation/admin-guide/acpi/ssdt-overlays.rst | 49 ++++++++-------- drivers/acpi/x86/s2idle.c | 67 ++++++++++++--------- drivers/pci/controller/vmd.c | 55 ++++++++++++++++++ drivers/pci/host-bridge.c | 1 + drivers/pci/pci-acpi.c | 74 ++++++++++++++++++++++++ include/linux/pci-acpi.h | 3 + 6 files changed, 197 insertions(+), 52 deletions(-)