summaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-05-13 20:33:20 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-05-13 20:33:20 +0300
commitca86ab598ddcd8d8959659b404e1db0fd95d9790 (patch)
tree7ba2bb44ec6e3652bf57ea8b9e489b16d6b21d21 /drivers/acpi
parent784cf44945e3408bd87776bd2974b5c7cfc0ced4 (diff)
parent7c52c7071bd403acee8cb0064627d46c6c2a1ea3 (diff)
parent49c192d2af8cf1364a8130652cfc9ec5cda775f2 (diff)
parent57ba79e865e5b50a6ad15a98ea4b2cf808f19c0c (diff)
downloadlinux-ca86ab598ddcd8d8959659b404e1db0fd95d9790.tar.xz
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()