]> git.baikalelectronics.ru Git - kernel.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)
commitdd2252f5f5430c308fd5b5bc2f226a25d711d5c1
treecbd9da67661fbfa98d6d99875b1695bd0fe24584
parentfa291ca42babe41781a44dc0855b10ae139907c3
parent3bd5126a5122dc19615b09856324da6ef2aaed7f
parentf47e7050bd656fab05442896c328faf5688c2b82
parent7e2d5fca014fc85586df445f10cb36745f987ca9
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