]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'acpi-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Aug 2024 18:43:54 +0000 (11:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Aug 2024 18:43:54 +0000 (11:43 -0700)
commit64ab5e4039cd713afdb7c1b1d6a693efdd2050d8
tree757c167cf103c58d0e4f2edf53e50d9eefc3fa70
parente4a55b555db6d2a006551605ef4404529e878cd2
parent71bf41b8e913ec9fc91f0d39ab8fb320229ec604
Merge tag 'acpi-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fix from Rafael Wysocki:
 "Fix an issue related to the ACPI EC device handling that causes the
  _REG control method to be evaluated for EC operation regions that are
  not expected to be used.

  This confuses the platform firmware and provokes various types of
  misbehavior on some systems (Rafael Wysocki)"

* tag 'acpi-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI: EC: Evaluate _REG outside the EC scope more carefully
  ACPICA: Add a depth argument to acpi_execute_reg_methods()
  Revert "ACPI: EC: Evaluate orphan _REG under EC device"