diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-05-23 18:29:20 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-05-23 18:29:20 +0200 |
commit | 4aa8c70cb076f7126d8ad755943361e78ac752fc (patch) | |
tree | 3b55502fb9b4cd3f89682ca1367a06794d060321 /include/acpi | |
parent | ec1ff61ee266cecb79e754983bbd4570aa108cfd (diff) | |
parent | d52848620de00cde4a3a5df908e231b8c8868250 (diff) | |
parent | 10fa1b2cdc899ab471000968af56215bf3c90d8e (diff) | |
parent | 1bbc21785b7336619fb6a67f1fff5afdaf229acc (diff) | |
parent | 988d7a14408db4183202f16bb02b8149b9da3727 (diff) | |
download | linux-4aa8c70cb076f7126d8ad755943361e78ac752fc.tar.bz2 |
Merge branches 'acpi-pm', 'acpi-pci', 'acpi-sysfs' and 'acpi-tables'
Merge power management, PCI and sysfs-related material and changes
related to handling ACPI tables for 5.19-rc1:
- Improve debug messages in the ACPI device PM code (Rafael Wysocki).
- Block ASUS B1400CEAE from suspend to idle by default (Mario
Limonciello).
- Improve handling of PCI devices that are in D3cold during system
initialization (Rafael Wysocki).
- Fix BERT error region memory mapping (Lorenzo Pieralisi).
- Add support for NVIDIA 16550-compatible port subtype to the SPCR
parsing code (Jeff Brasen).
- Use static for BGRT_SHOW kobj_attribute defines (Tom Rix).
- Fix missing prototype warning for acpi_agdi_init() (Ilkka Koskinen).
* acpi-pm:
ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default
ACPI: PM: Always print final debug message in acpi_device_set_power()
ACPI: PM: Unify debug messages in acpi_device_set_power()
ACPI: PM: Change pr_fmt() in device_pm.c
ACPI: PM: Convert debug message in acpi_device_get_power()
* acpi-pci:
ACPI: bus: Avoid non-ACPI device objects in walks over children
PCI: ACPI: PM: Power up devices in D3cold before scanning them
ACPI: PM: Introduce acpi_dev_power_up_children_with_adr()
ACPI: bus: Introduce acpi_dev_for_each_child()
* acpi-sysfs:
ACPI: sysfs: Fix BERT error region memory mapping
* acpi-tables:
ACPI: AGDI: Fix missing prototype warning for acpi_agdi_init()
ACPI: BGRT: use static for BGRT_SHOW kobj_attribute defines
ACPI: SPCR: Add support for NVIDIA 16550-compatible port subtype