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
No related branches found
No related tags found
Showing
- MAINTAINERS 2 additions, 18 deletionsMAINTAINERS
- arch/x86/kernel/acpi/boot.c 9 additions, 0 deletionsarch/x86/kernel/acpi/boot.c
- arch/x86/kernel/acpi/cstate.c 15 additions, 0 deletionsarch/x86/kernel/acpi/cstate.c
- drivers/acpi/Kconfig 1 addition, 1 deletiondrivers/acpi/Kconfig
- drivers/acpi/acpi_lpss.c 1 addition, 1 deletiondrivers/acpi/acpi_lpss.c
- drivers/acpi/dock.c 4 additions, 4 deletionsdrivers/acpi/dock.c
- drivers/acpi/glue.c 25 additions, 0 deletionsdrivers/acpi/glue.c
- drivers/acpi/internal.h 1 addition, 0 deletionsdrivers/acpi/internal.h
- drivers/acpi/resource.c 54 additions, 2 deletionsdrivers/acpi/resource.c
- drivers/acpi/scan.c 6 additions, 0 deletionsdrivers/acpi/scan.c
- include/acpi/actbl2.h 1 addition, 0 deletionsinclude/acpi/actbl2.h
Loading
Please register or sign in to comment