]> www.infradead.org Git - users/willy/linux.git/commit
Merge tag 'platform-drivers-x86-v6.12-3' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Oct 2024 18:40:33 +0000 (08:40 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Oct 2024 18:40:33 +0000 (08:40 -1000)
commit284a2f899676407b5bed8c1fb37eb9d636e5477d
tree53519f31ae51224665cb12eaf9fa4caaeb408fcb
parent7bec4657b0c9355f235a3dc60578bc200146aabd
parentb012170fed282151f7ba8988a347670c299f5ab3
Merge tag 'platform-drivers-x86-v6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86

Pull x86 platform driver fixes from Hans de Goede:

 - Asus thermal profile fix, fixing performance issues on Lunar Lake

 - Intel PMC: one revert for a lockdep issue and one bugfix

 - Dell WMI: Ignore some WMI events on suspend/resume to silence warnings

* tag 'platform-drivers-x86-v6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86:
  platform/x86: asus-wmi: Fix thermal profile initialization
  platform/x86: dell-wmi: Ignore suspend notifications
  platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses
  platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off when suspended"