[GIT PULL] platform-drivers-x86 for 6.12-4

From: Hans de Goede
Date: Wed Nov 06 2024 - 07:06:46 EST


Hi Linus,

Here is another round of fixes for platform-drivers-x86 for 6.12.

Highlights:
- AMD PMF: Add new hardware id
- AMD PMC: Fix crash when loaded with enable_stb=1 on devices without STB
- Dell: Add Alienware hwid for Alienware systems with Dell WMI interface
- thinkpad_acpi: Quirk to fix wrong fan speed readings on L480
- New hotkey mappings for Dell and Lenovo laptops

Regards,

Hans


The following changes since commit b012170fed282151f7ba8988a347670c299f5ab3:

platform/x86: asus-wmi: Fix thermal profile initialization (2024-10-26 13:03:10 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.12-4

for you to fetch changes up to 1be765b292577c752e0b87bf8c0e92aff6699d8e:

platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speed (2024-11-06 12:48:42 +0100)

----------------------------------------------------------------
platform-drivers-x86 for v6.12-4

Highlights:
- AMD PMF: Add new hardware id
- AMD PMC: Fix crash when loaded with enable_stb=1 on devices without STB
- Dell: Add Alienware hwid for Alienware systems with Dell WMI interface
- thinkpad_acpi: Quirk to fix wrong fan speed readings on L480
- New hotkey mappings for Dell and Lenovo laptops

The following is an automated git shortlog grouped by driver:

dell-smbios-base:
- Extends support to Alienware products

dell-wmi-base:
- Handle META key Lock/Unlock events

ideapad-laptop:
- add missing Ideapad Pro 5 fn keys

platform/x86/amd/pmc:
- Detect when STB is not available

platform/x86/amd/pmf:
- Add SMU metrics table support for 1Ah family 60h model

thinkpad_acpi:
- Fix for ThinkPad's with ECFW showing incorrect fan speed

----------------------------------------------------------------
Corey Hickey (1):
platform/x86/amd/pmc: Detect when STB is not available

Kurt Borja (2):
platform/x86: dell-smbios-base: Extends support to Alienware products
platform/x86: dell-wmi-base: Handle META key Lock/Unlock events

Renato Caldas (1):
platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keys

Shyam Sundar S K (1):
platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model

Vishnu Sankar (1):
platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speed

drivers/platform/x86/amd/pmc/pmc.c | 5 +++++
drivers/platform/x86/amd/pmf/core.c | 1 +
drivers/platform/x86/amd/pmf/spc.c | 1 +
drivers/platform/x86/dell/dell-smbios-base.c | 1 +
drivers/platform/x86/dell/dell-wmi-base.c | 6 ++++++
drivers/platform/x86/ideapad-laptop.c | 3 +++
drivers/platform/x86/thinkpad_acpi.c | 28 +++++++++++++++++++++++++---
7 files changed, 42 insertions(+), 3 deletions(-)