]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'acpi-x86', 'acpi-tables', 'acpi-soc' and 'acpi-pcc'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 17 Jan 2022 17:15:07 +0000 (18:15 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 17 Jan 2022 17:15:07 +0000 (18:15 +0100)
commitf90956bf09def4dd3f34b4503c0cb09f71609014
treea014f4106fe82c2dd3575bcd13b2fa41a5dd3349
parentbc489b5b48e14fff9fd524bd6aa24947e33b0eae
parent47c5c98ff0f0e3ff8e721d03c599bb8c46d643b3
parent5390141c3a9d843f044e9e8c13462510aa3aa6d6
parent3526cafd28aeec8e00749ef547c4b0935ed506bf
parent3b77706d9fb079edbfad0a676000b2cb1bc99d2a
Merge branches 'acpi-x86', 'acpi-tables', 'acpi-soc' and 'acpi-pcc'

Merge additional ACPI-related updates for 5.17-rc1:

 - Ignore E820 reservations covering PCI host bridge windows on
   sufficiently recent x86 systems to avoid issues with allocating
   PCI BARs on systems where the E820 reservations cover the entire
   PCI host bridge memory window returned by the _CRS object in the
   system's ACPI tables (Hans de Goede).

 - Add more sanity checking to ACPI SPCR tables parsing (Mark
   Langsdorf).

 - Fix up ACPI APD (AMD Soc) driver initialization (Jiasheng Jiang).

 - Drop unnecessary "static" from the ACPI PCC address space handling
   driver added recently (kernel test robot).

* acpi-x86:
  x86/PCI: Ignore E820 reservations for bridge windows on newer systems

* acpi-tables:
  ACPI: SPCR: check if table->serial_port.access_width is too wide

* acpi-soc:
  ACPI: APD: Check for NULL pointer after calling devm_ioremap()

* acpi-pcc:
  ACPI: PCC: pcc_ctx can be static