diff options
author | Rafael J. Wysocki | 2022-01-17 18:15:07 +0100 |
---|---|---|
committer | Rafael J. Wysocki | 2022-01-17 18:15:07 +0100 |
commit | ebf8b135c04ae5481fc053ecb9fad66b26fd1112 (patch) | |
tree | a014f4106fe82c2dd3575bcd13b2fa41a5dd3349 /drivers | |
parent | c96f195deeefecd8ef95c5aa508671dd246bf119 (diff) | |
parent | 7f7b4236f2040d19df1ddaf30047128b41e78de7 (diff) | |
parent | ee3fe99ff0a27108ac38d9766ac0e92f5ec35692 (diff) | |
parent | 2cea3ec5b0099d0e9dd6752aa86e08bce38d6b32 (diff) | |
parent | 415b4b6c447ae03cb1d9cfc91df39616c92f15e2 (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