summaryrefslogtreecommitdiff
path: root/drivers/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 /drivers/acpi
parent9cb31aa155bafd384b373fb91072fdb02aa35eaf (diff)
parenta8fb40966f19ff81520d9ccf8f7e2b95201368b8 (diff)
parent1b26ae40092b43bb6e9c5df376227382b390b953 (diff)
parentc10383e8ddf4810b9a5c1595404c2724d925a0a6 (diff)
parentd47e983e4f612856c860ae04db054ebcf4a333c3 (diff)
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