diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-11-02 18:59:45 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-11-02 18:59:45 +0100 |
commit | 90e17edac46882ee5fa4dfb6a72956b89dd188f3 (patch) | |
tree | 7ec99908978a5af1c88604ed5f2175ae3e6c5561 /drivers/acpi | |
parent | Merge branches 'acpi-pm', 'acpi-battery' and 'acpi-ac' (diff) | |
parent | ACPI: APEI: mark apei_hest_parse() static (diff) | |
parent | ACPI: PRM: Handle memory allocation and memory remap failure (diff) | |
parent | Documentation: ACPI: Fix spelling mistake "Millenium" -> "Millennium" (diff) | |
download | linux-90e17edac46882ee5fa4dfb6a72956b89dd188f3.tar.xz linux-90e17edac46882ee5fa4dfb6a72956b89dd188f3.zip |
Merge branches 'acpi-apei', 'acpi-prm' and 'acpi-docs'
Merge APEI, PRM and documentation udpates for 5.16-rc1:
- Mark apei_hest_parse() static (Christoph Hellwig).
- Relax platform response timeout to 1 second after instructing it
to inject an error (Shuai Xue).
- Make the PRM code handle memory allocation and remapping failures
more gracefully and drop some unnecessary blank lines from that
code (Aubrey Li).
- Fix spelling mistake in the ACPI documentation (Colin Ian King).
* acpi-apei:
ACPI: APEI: mark apei_hest_parse() static
ACPI: APEI: EINJ: Relax platform response timeout to 1 second
* acpi-prm:
ACPI: PRM: Handle memory allocation and memory remap failure
ACPI: PRM: Remove unnecessary blank lines
* acpi-docs:
Documentation: ACPI: Fix spelling mistake "Millenium" -> "Millennium"