]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branches 'acpi-resource', 'acpi-pcc' and 'devprop'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 28 Oct 2022 14:37:02 +0000 (16:37 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 28 Oct 2022 14:37:02 +0000 (16:37 +0200)
commitdd183e320524f076a765ec441193deb90bd53836
treecbd9da67661fbfa98d6d99875b1695bd0fe24584
parentfa153b7cddce795662d38f78a87612c166c0f692
parentb5f9223a105d9b56954ad1ca3eace4eaf26c99ed
parent8338b74a750c534c223e8943cc0ed0e198ece261
parent92e10465acaffcf65e803f40e884ffa86fd3ff2f
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