diff options
author | 2024-01-04 13:23:31 +0100 | |
---|---|---|
committer | 2024-01-04 13:23:31 +0100 | |
commit | 4ab8d27ad13189fdf7d927e15da2330d6d80ea53 (patch) | |
tree | 788d6cf65507785247bfe64dc491abb95242e936 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog' (diff) | |
parent | ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override (diff) | |
parent | ACPI: NUMA: Fix the logic of getting the fake_pxm value (diff) | |
parent | ACPI: LPSS: Fix the fractional clock divider flags (diff) | |
parent | ACPI: watchdog: fix kernel-doc warnings (diff) | |
download | linux-rng-4ab8d27ad13189fdf7d927e15da2330d6d80ea53.tar.xz linux-rng-4ab8d27ad13189fdf7d927e15da2330d6d80ea53.zip |
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