diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-05-23 19:44:27 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-05-23 19:44:27 +0300 |
commit | 5db9ce20951c8163ee3d505b81d458c83155e311 (patch) | |
tree | 429bf32b115278210dd7fea4db498815f6c0523d /drivers/acpi | |
parent | 4aa8c70cb076f7126d8ad755943361e78ac752fc (diff) | |
parent | ab59c89396c007c360b1a4d762732d1621ff5456 (diff) | |
parent | 42e5ed0618030543e4f679afa5e42ec8ab9337bb (diff) | |
parent | 24773e6c7a27bfc724a8ed5523dc31bbfc9543d5 (diff) | |
parent | e802ca757b29ef98d9e155dec686a2ec8f832b65 (diff) | |
download | linux-5db9ce20951c8163ee3d505b81d458c83155e311.tar.xz |
Merge branches 'acpi-apei', 'acpi-dptf', 'acpi-x86' and 'acpi-docs'
Merge APEI material, changes related to DPTF, ACPI-related x86 cleanup
and documentation improvement for 5.19-rc1:
- Fix missing ERST record ID in the APEI code (Liu Xinpeng).
- Make APEI error injection to refuse to inject into the zero
page (Tony Luck).
- Correct description of INT3407 / INT3532 DPTF attributes in sysfs
(Sumeet Pawnikar).
- Add support for high frequency impedance notification to the DPTF
driver (Sumeet Pawnikar).
- Make mp_config_acpi_gsi() a void function (Li kunyu).
- Unify Package () representation for properties in the ACPI device
properties documentation (Andy Shevchenko).
* acpi-apei:
ACPI, APEI, EINJ: Refuse to inject into the zero page
ACPI: APEI: Fix missing ERST record id
* acpi-dptf:
ACPI: DPTF: Add support for high frequency impedance notification
ACPI: DPTF: Correct description of INT3407 / INT3532 attributes
* acpi-x86:
x86: ACPI: Make mp_config_acpi_gsi() a void function
* acpi-docs:
ACPI: docs: enumeration: Unify Package () for properties (part 2)