diff options
author | Rafael J. Wysocki | 2022-10-28 16:37:02 +0200 |
---|---|---|
committer | Rafael J. Wysocki | 2022-10-28 16:37:02 +0200 |
commit | dd183e320524f076a765ec441193deb90bd53836 (patch) | |
tree | cbd9da67661fbfa98d6d99875b1695bd0fe24584 /drivers | |
parent | fa153b7cddce795662d38f78a87612c166c0f692 (diff) | |
parent | b5f9223a105d9b56954ad1ca3eace4eaf26c99ed (diff) | |
parent | 8338b74a750c534c223e8943cc0ed0e198ece261 (diff) | |
parent | 92e10465acaffcf65e803f40e884ffa86fd3ff2f (diff) |
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