]> www.infradead.org Git - users/dwmw2/linux.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)
commitebf8b135c04ae5481fc053ecb9fad66b26fd1112
treea014f4106fe82c2dd3575bcd13b2fa41a5dd3349
parentc96f195deeefecd8ef95c5aa508671dd246bf119
parent7f7b4236f2040d19df1ddaf30047128b41e78de7
parentee3fe99ff0a27108ac38d9766ac0e92f5ec35692
parent2cea3ec5b0099d0e9dd6752aa86e08bce38d6b32
parent415b4b6c447ae03cb1d9cfc91df39616c92f15e2
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