aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2022-10-28 16:37:02 +0200
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2022-10-28 16:37:02 +0200
commitdd183e320524f076a765ec441193deb90bd53836 (patch)
treecbd9da67661fbfa98d6d99875b1695bd0fe24584
parentACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[] (diff)
parentACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA (diff)
parentACPI: PCC: Fix unintentional integer overflow (diff)
parentdevice property: Fix documentation for *_match_string() APIs (diff)
downloadlinux-dd183e320524f076a765ec441193deb90bd53836.tar.gz
linux-dd183e320524f076a765ec441193deb90bd53836.tar.bz2
linux-dd183e320524f076a765ec441193deb90bd53836.zip
Merge branches 'acpi-resource', 'acpi-pcc' and 'devprop'
Merge an IRQ override quirk, an ACPI PCC code fix and a device properties documentation update for 6.1-rc3: - Make the ACPI device resources code skip IRQ override on Asus Vivobook S5602ZA (Tamim Khan). - Fix a possible integer overflow during multiplication in the ACPI PCC code (Manank Patel). - Fix the documentation of the *_match_string() family of functions to properly cover the return value (Andy Shevchenko). * acpi-resource: ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA * acpi-pcc: ACPI: PCC: Fix unintentional integer overflow * devprop: device property: Fix documentation for *_match_string() APIs