summaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-01-17 18:15:07 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-01-17 18:15:07 +0100
commitebf8b135c04ae5481fc053ecb9fad66b26fd1112 (patch)
treea014f4106fe82c2dd3575bcd13b2fa41a5dd3349 /drivers/acpi
parentc96f195deeefecd8ef95c5aa508671dd246bf119 (diff)
parent7f7b4236f2040d19df1ddaf30047128b41e78de7 (diff)
parentee3fe99ff0a27108ac38d9766ac0e92f5ec35692 (diff)
parent2cea3ec5b0099d0e9dd6752aa86e08bce38d6b32 (diff)
parent415b4b6c447ae03cb1d9cfc91df39616c92f15e2 (diff)
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