diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-10-03 20:49:05 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-10-03 20:49:05 +0300 |
commit | b1d03b7ec7215f366d8909efbfcc2fee72328389 (patch) | |
tree | a96b1ac736de1d19d780a072a5dc3667aa7e7182 /drivers/acpi | |
parent | e996c7e01892ac18ec0db447294d4f591c325efe (diff) | |
parent | ae2df912d1a557a3548be83da20851ac55f42ab3 (diff) | |
parent | 18729106c26fb97d4c9ae63ba7aba9889a058dc4 (diff) | |
parent | 382c5fec89f3b0ce870a17f028c547a9f95b7834 (diff) | |
parent | 2f190ac250b32c201bc0046d9c2a6f7acdc5c362 (diff) | |
download | linux-b1d03b7ec7215f366d8909efbfcc2fee72328389.tar.xz |
Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'
Merge new material related to CPPC, PCC, APEI and OSI strings handling
for 6.1-rc1:
- Disable frequency invariance in the CPPC library if registers used
by cppc_get_perf_ctrs() are accessed via PCC (Jeremy Linton).
- Add ACPI disabled check to acpi_cpc_valid() (Perry Yuan).
- Fix Tx acknowledge in the PCC address space handler (Huisong Li).
- Use wait_for_completion_timeout() for PCC mailbox operations (Huisong
Li).
- Release resources on PCC address space setup failure path (Rafael
Mendonca).
- Remove unneeded result variables from APEI code (ye xingchen).
- Print total number of records found during BERT log parsing (Dmitry
Monakhov).
- Drop support for 3 _OSI strings that should not be necessary any
more and update documentation on custom _OSI strings so that adding
new ones is not encouraged any more (Mario Limonciello).
* acpi-cppc:
ACPI: CPPC: Disable FIE if registers in PCC regions
ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()
* acpi-pcc:
ACPI: PCC: Fix Tx acknowledge in the PCC address space handler
ACPI: PCC: replace wait_for_completion()
ACPI: PCC: Release resources on address space setup failure path
* acpi-apei:
ACPI: APEI: Remove unneeded result variables
ACPI: APEI: Add BERT error log footer
* acpi-osi:
ACPI: OSI: Update Documentation on custom _OSI strings
ACPI: OSI: Remove Linux-HPI-Hybrid-Graphics _OSI string
ACPI: OSI: Remove Linux-Lenovo-NV-HDMI-Audio _OSI string
ACPI: OSI: Remove Linux-Dell-Video _OSI string