diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-05-13 19:33:20 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-05-13 19:33:20 +0200 |
commit | ca86ab598ddcd8d8959659b404e1db0fd95d9790 (patch) | |
tree | 7ba2bb44ec6e3652bf57ea8b9e489b16d6b21d21 /drivers/acpi | |
parent | Merge branches 'acpi-scan' and 'acpi-tables' (diff) | |
parent | ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MV (diff) | |
parent | ACPI: property: Add reference to UEFI DSD Guide (diff) | |
parent | ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_aff... (diff) | |
download | linux-ca86ab598ddcd8d8959659b404e1db0fd95d9790.tar.xz linux-ca86ab598ddcd8d8959659b404e1db0fd95d9790.zip |
Merge branches 'acpi-resource', 'acpi-property' and 'acpi-numa'
Make ACPI resource management quirks, a documentation update related to
the ACPI handling of device properties and ACPI NUMA handling changes
for 6.10:
- Add ACPI IRQ override quirks for Asus Vivobook Pro N6506MV, TongFang
GXxHRXx and GMxHGxx, and XMG APEX 17 M23 (Guenter Schafranek, Tamim
Khan, Christoffer Sandberg).
- Add reference to UEFI DSD Guide to the documentation related to the
ACPI handling of device properties (Sakari Ailus).
- Fix SRAT lookup of CFMWS ranges with numa_fill_memblks(), remove
lefover architecture-dependent code from the ACPI NUMA handling code
and simplify it on top of that (Robert Richter).
* acpi-resource:
ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MV
ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx
ACPI: resource: Do IRQ override on GMxBGxx (XMG APEX 17 M23)
* acpi-property:
ACPI: property: Add reference to UEFI DSD Guide
* acpi-numa:
ACPI/NUMA: Squash acpi_numa_memory_affinity_init() into acpi_parse_memory_affinity()
ACPI/NUMA: Squash acpi_numa_slit_init() into acpi_parse_slit()
ACPI/NUMA: Remove architecture dependent remainings
x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()