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/thermal | |
parent | 784cf44945e3408bd87776bd2974b5c7cfc0ced4 (diff) | |
parent | 7c52c7071bd403acee8cb0064627d46c6c2a1ea3 (diff) | |
parent | 49c192d2af8cf1364a8130652cfc9ec5cda775f2 (diff) | |
parent | 57ba79e865e5b50a6ad15a98ea4b2cf808f19c0c (diff) | |
download | linux-stable-ca86ab598ddcd8d8959659b404e1db0fd95d9790.tar.gz linux-stable-ca86ab598ddcd8d8959659b404e1db0fd95d9790.tar.bz2 linux-stable-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()