[GIT PULL] ACPI and device properties fixes for v6.1-rc3

From: Rafael J. Wysocki
Date: Fri Oct 28 2022 - 11:21:15 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.1-rc3

with top-most commit dd183e320524f076a765ec441193deb90bd53836

Merge branches 'acpi-resource', 'acpi-pcc' and 'devprop'

on top of commit 247f34f7b80357943234f93f247a1ae6b6c3a740

Linux 6.1-rc2

to receive ACPI and device properties fixes for 6.1-rc3.

These fix device properties documentation and the ACPI PCC code, add a
new IRQ override quirk for resource handling and add one more item to
the list of device IDs to be ignored when returned by _DEP.

Specifics:

- Fix the documentation of the *_match_string() family of functions to
properly cover the return value (Andy Shevchenko).

- Fix a possible integer overflow during multiplication in the ACPI
PCC code (Manank Patel).

- Make the ACPI device resources code skip IRQ override on Asus
Vivobook S5602ZA (Tamim Khan).

- Add LATT2021 to the list of device IDs that are ignored when
returned by _DEP, because there are no drivers for them in the
kernel and no plans to add such drivers (Hans de Goede).

Thanks!


---------------

Andy Shevchenko (1):
device property: Fix documentation for *_match_string() APIs

Hans de Goede (1):
ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[]

Manank Patel (1):
ACPI: PCC: Fix unintentional integer overflow

Tamim Khan (1):
ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA

---------------

drivers/acpi/acpi_pcc.c | 2 +-
drivers/acpi/resource.c | 7 +++++++
drivers/acpi/scan.c | 1 +
drivers/base/property.c | 4 ++--
4 files changed, 11 insertions(+), 3 deletions(-)