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