[GIT PULL] ACPI fixes for v6.10-rc1

From: Rafael J. Wysocki
Date: Tue May 21 2024 - 05:35:43 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.10-rc1-2

with top-most commit 98a83da39b482c638954b111803906843a83a747

platform/x86: wmi: Remove custom EC address space handler

on top of commit ea5f6ad9ad9645733b72ab53a98e719b460d36a6

Merge tag 'platform-drivers-x86-v6.10-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86

to receive ACPI fixes for 6.10-rc1.

These make the ACPI EC driver always install the EC address space handler
at the root of the ACPI namespace which causes it to take care of all EC
operation regions everywhere, so in particular the custom EC address
space handler in the WMI driver is not needed any more and accordingly
it gets removed altogether.

Thanks!


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

Rafael J. Wysocki (2):
ACPI: EC: Install address space handler at the namespace root
platform/x86: wmi: Remove custom EC address space handler

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

drivers/acpi/ec.c | 25 ++++++++-----
drivers/acpi/internal.h | 1 -
drivers/platform/x86/wmi.c | 92 ----------------------------------------------
3 files changed, 16 insertions(+), 102 deletions(-)