summaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-01-04 13:23:31 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-01-04 13:23:31 +0100
commit4ab8d27ad13189fdf7d927e15da2330d6d80ea53 (patch)
tree788d6cf65507785247bfe64dc491abb95242e936 /drivers/acpi
parent22349e79b98cd3c61c28c2fc0d3a034bb854210e (diff)
parente2605d4039a42a03000856b3229932455717b48b (diff)
parente3f577830ce216b0ca21d4750cbbd64cfc21efff (diff)
parent3ebccf1d1ca74bbb78e6f8c38d1d172e468d91f8 (diff)
parent8a3134a02538096e35dddc3c80676505c2edf57c (diff)
Merge branches 'acpi-resource', 'acpi-numa', 'acpi-soc' and 'acpi-misc'
Merge ACPI resources management quirks, ACPI NUMA updates, an ACPI LPSS (Intel SoC) driver update and an ACPI watchdog driver fixup for 6.8-rc1: - Add IRQ override quirks for some Infinity laptops and for TongFang GMxXGxx (David McFarland, Hans de Goede). - Clean up the ACPI NUMA code and fix it to ensure that fake_pxm is not the same as one of the real pxm values (Yuntao Wang). - Fix the fractional clock divider flags in the ACPI LPSS (Intel SoC) driver so as to prevent miscalculation of the values in the clock divider (Andy Shevchenko). - Adjust comments in the ACPI watchdog driver to prevent kernel-doc from complaining during documentation builds (Randy Dunlap). * acpi-resource: ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override ACPI: resource: Add another DMI match for the TongFang GMxXGxx * acpi-numa: ACPI: NUMA: Fix the logic of getting the fake_pxm value ACPI: NUMA: Optimize the check for the availability of node values ACPI: NUMA: Remove unnecessary check in acpi_parse_gi_affinity() * acpi-soc: ACPI: LPSS: Fix the fractional clock divider flags * acpi-misc: ACPI: watchdog: fix kernel-doc warnings