aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/acpi/sleep.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-06-26 16:54:10 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-06-26 16:54:10 +0200
commit87b5374b49c3d99f9c581c59e5ad47d13294b66d (patch)
tree36c4fe37a0be70a4ca53b56cb7decbeacc1773a9 /drivers/acpi/sleep.c
parentMerge tag 'acpi-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (diff)
parentACPI: scan: Reduce overhead related to devices with dependencies (diff)
parentACPI: x86: s2idle: Adjust Microsoft LPS0 _DSM handling sequence (diff)
parentACPI: resource: Remove "Zen" specific match and quirks (diff)
parentACPI: EC: Clear GPE on interrupt handling only (diff)
downloadwireguard-linux-87b5374b49c3d99f9c581c59e5ad47d13294b66d.tar.xz
wireguard-linux-87b5374b49c3d99f9c581c59e5ad47d13294b66d.zip
Merge branches 'acpi-scan', 'acpi-pm', 'acpi-resource' and 'acpi-ec'
Merge ACPI device enumeration changes, ACPI power management update, ACPI resources management updates and an EC driver update for 6.5-rc1: - Reduce ACPI device enumeration overhead related to devices with dependencies (Rafael Wysocki). - Fix the handling of Microsoft LPS0 _DSM for suspend-to-idle (Mario Limonciello). - Fix section mismatch warning in the ACPI suspend-to-idle code (Arnd Bergmann). - Drop several ACPI resource management quirks related to IRQ ovverides on AMD "Zen" systems (Mario Limonciello). - Modify the ACPI EC driver to make it only clear the EC GPE status when handling the GPE (Jeremy Compostella). * acpi-scan: ACPI: scan: Reduce overhead related to devices with dependencies * acpi-pm: ACPI: x86: s2idle: Adjust Microsoft LPS0 _DSM handling sequence ACPI: PM: s2idle: fix section mismatch warning * acpi-resource: ACPI: resource: Remove "Zen" specific match and quirks * acpi-ec: ACPI: EC: Clear GPE on interrupt handling only