]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - arch/x86/Kconfig
Merge tag 'acpi-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 May 2024 18:37:51 +0000 (11:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 May 2024 18:37:51 +0000 (11:37 -0700)
commit62a12816cb2006776ac8ee9ef026fd99c3a47de6
treecb84a6cf62eca3c318bb06d9b7a656e3c2bb28ee
parent5b5a5ad5a5cc587544341051ae9cd591c98f8d37
parent98a83da39b482c638954b111803906843a83a747
Merge tag 'acpi-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fixes from Rafael Wysocki:
 "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.

  This means that the custom EC address space handler in the WMI driver
  is not needed any more and accordingly it gets removed altogether"

* tag 'acpi-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  platform/x86: wmi: Remove custom EC address space handler
  ACPI: EC: Install address space handler at the namespace root