[GIT PULL] ACPI fixes for v6.14-rc2

From: Rafael J. Wysocki
Date: Fri Feb 07 2025 - 08:01:20 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.14-rc2

with top-most commit 3e3e377dd1f300bbdd230533686ce9c9f4f8a90d

Merge branches 'acpi-property' and 'acpi-resource'

on top of commit 2014c95afecee3e76ca4a56956a936e23283f05b

Linux 6.14-rc1

to receive ACPI fixes for 6.14-rc2.

These fix three assorted issues, including one recent regression:

- Add an ACPI IRQ override quirk for Eluktronics MECH-17 to make the
internal keyboard work (Gannon Kolding).

- Make acpi_data_prop_read() reflect the OF counterpart behavior in
error cases (Andy Shevchenko).

- Remove recently added strict ACPI PRM handler address checks that
prevented PRM from working on some platforms in the field (Aubrey
Li).

Thanks!


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

Andy Shevchenko (1):
ACPI: property: Fix return value for nval == 0 in acpi_data_prop_read()

Aubrey Li (1):
ACPI: PRM: Remove unnecessary strict handler address checks

Gannon Kolding (1):
ACPI: resource: IRQ override for Eluktronics MECH-17

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

drivers/acpi/prmt.c | 4 +---
drivers/acpi/property.c | 10 +++++-----
drivers/acpi/resource.c | 6 ++++++
3 files changed, 12 insertions(+), 8 deletions(-)