]> 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)
commit100bc239cdfbed9026a891d3ad349cb500ec4f5e
treea014f4106fe82c2dd3575bcd13b2fa41a5dd3349
parent5d3ae867c352daa8e8ebd0c14724a553ff3f36f5
parent26f3fe48dd5ea57ba439f2f52bb3fc906f865c05
parent2da52d8da98f577265ff99e95ccba29f2f41aa9a
parent4e92a3e0c47cf11d80b008c44c9a2689d883199a
parent7d805b983a28bcf20bb545e5a7e7c2d0be3fa9d2
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