[GIT PULL] platform-drivers-x86 for v6.13-4
From: Ilpo Järvinen
Date: Mon Dec 30 2024 - 13:20:37 EST
Hi Linus,
Here is a platform-drivers-x86 fixes PR for v6.13.
Fixes and new HW support:
- hp-wmi: Add HP OMEN 8 to thermal profile list and use timer quirk
- mlx-platform: Fix PCI device refcount leaks
- thinkpad-acpi: Support a new platform profile toggle hotkey
Regards, i.
The following changes since commit 83848e37f6ee80f60b04139fefdfa1bde4aaa826:
platform/x86/intel/vsec: Add support for Panther Lake (2024-12-11 16:00:56 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.13-4
for you to fetch changes up to 7e16ae558a87ac9099b6a93a43f19b42d809fd78:
platform/x86: thinkpad-acpi: Add support for hotkey 0x1401 (2024-12-29 16:55:10 +0200)
----------------------------------------------------------------
platform-drivers-x86 for v6.13-4
Fixes and new HW support:
- hp-wmi: Add HP OMEN 8 to thermal profile list and use timer quirk
- mlx-platform: Fix PCI device refcount leaks
- thinkpad-acpi: Support a new platform profile toggle hotkey
The following is an automated shortlog grouped by driver:
hp-wmi:
- mark 8A15 board for timed OMEN thermal profile
mlx-platform:
- call pci_dev_put() to balance the refcount
thinkpad-acpi:
- Add support for hotkey 0x1401
----------------------------------------------------------------
Joe Hattori (1):
platform/x86: mlx-platform: call pci_dev_put() to balance the refcount
Mingcong Bai (1):
platform/x86: hp-wmi: mark 8A15 board for timed OMEN thermal profile
Vishnu Sankar (1):
platform/x86: thinkpad-acpi: Add support for hotkey 0x1401
Documentation/admin-guide/laptops/thinkpad-acpi.rst | 10 +++++++---
drivers/platform/x86/hp/hp-wmi.c | 4 ++--
drivers/platform/x86/mlx-platform.c | 2 ++
drivers/platform/x86/thinkpad_acpi.c | 4 +++-
4 files changed, 14 insertions(+), 6 deletions(-)