aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-11-02 18:04:33 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-11-02 18:04:33 +0100
commitb2ffa16a1c837e50a29d43fe93091492693648fe (patch)
tree115291c3f791774b236b8f051249a1b68480b501 /include/acpi
parentMerge branch 'acpica' (diff)
parentx86: ACPI: cstate: Optimize C3 entry on AMD CPUs (diff)
parentACPI: resources: Add one more Medion model in IRQ override quirk (diff)
parentACPI: scan: Release PM resources blocked by unused objects (diff)
parentACPI: replace snprintf() in "show" functions with sysfs_emit() (diff)
downloadlinux-dev-b2ffa16a1c837e50a29d43fe93091492693648fe.tar.xz
linux-dev-b2ffa16a1c837e50a29d43fe93091492693648fe.zip
Merge branches 'acpi-x86', 'acpi-resources', 'acpi-scan' and 'acpi-misc'
Merge x86-specific ACPI updates, ACPI resources management updates, one ACPI device enumeration update and miscellaneous ACPI updates for 5.16-rc1: - Avoid flushing caches before entering C3 type of idle states on AMD processors (Deepak Sharma). - Avoid enumerating CPUs that are not present and not online-capable according to the platform firmware (Mario Limonciello). - Add DMI-based mechanism to quirk IRQ overrides and use it for two platforms (Hui Wang). - Change the configuration of unused ACPI device objects to reflect the D3cold power state after enumerating devices (Rafael Wysocki). - Update MAINTAINERS information regarding ACPI (Rafael Wysocki). - Fix typo in ACPI Kconfig (Masanari Iid). - Use sysfs_emit() instead of snprintf() in some places (Qing Wang). * acpi-x86: x86: ACPI: cstate: Optimize C3 entry on AMD CPUs x86/ACPI: Don't add CPUs that are not online capable ACPICA: Add support for MADT online enabled bit * acpi-resources: ACPI: resources: Add one more Medion model in IRQ override quirk ACPI: resources: Add DMI-based legacy IRQ override quirk * acpi-scan: ACPI: scan: Release PM resources blocked by unused objects * acpi-misc: ACPI: replace snprintf() in "show" functions with sysfs_emit() ACPI: Update information in MAINTAINERS ACPI: Kconfig: Fix a typo in Kconfig