[GIT PULL] ACPI fixes for v6.0-rc3

From: Rafael J. Wysocki
Date: Sat Aug 27 2022 - 09:40:03 EST


Hi Linus,

Please pull from the tag

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

with top-most commit 2413a85200ee9cbed40d12c6e3b856752b089790

Merge branch 'acpi-processor' into acpi

on top of commit 1c23f9e627a7b412978b4e852793c5e3c3efc555

Linux 6.0-rc2

to receive ACPI fixes for 6.0-rc3.

These fix issues introduced by recent changes related to the handling of
ACPI device properties and a coding mistake in the exit path of the ACPI
processor driver.

Specifics:

- Prevent acpi_thermal_cpufreq_exit() from attempting to remove
the same frequency QoS request for multiple times (Riwen Lu).

- Fix type detection for integer ACPI device properties (Stefan
Binding).

- Avoid emitting false-positive warnings when processing ACPI
device properties and drop the useless default case from the
acpi_copy_property_array_uint() macro (Sakari Ailus).

Thanks!


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

Riwen Lu (1):
ACPI: processor: Remove freq Qos request for all CPUs

Sakari Ailus (2):
ACPI: property: Ignore already existing data node tags
ACPI: property: Remove default association from integer maximum values

Stefan Binding (1):
ACPI: property: Fix type detection of unified integer reading functions

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

drivers/acpi/processor_thermal.c | 2 +-
drivers/acpi/property.c | 11 +++++------
2 files changed, 6 insertions(+), 7 deletions(-)