[GIT PULL] platform-drivers-x86 for v6.14-3
From: Ilpo Järvinen
Date: Thu Feb 13 2025 - 07:17:34 EST
Hi Linus,
Here is a platform-drivers-x86 fixes PR for v6.14.
Fixes and new HW support:
- thinkpad_acpi:
- Fix registration of tpacpi platform driver
- Support fan speed in ticks per revolution (Thinkpad X120e)
- Support V9 DYTC profiles (new Thinkpad AMD platforms)
- int3472: Handle GPIO "enable" vs "reset" variation (ov7251)
Regards, i.
The following changes since commit a787ab73e2e43c0a3df10bc8d9b9b7a679129d49:
platform/x86/intel/ifs: Update documentation with image download path (2025-02-04 10:00:45 +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.14-3
for you to fetch changes up to b3e127dacad60a384c92baafdc74f1508bf7dd47:
platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver (2025-02-12 13:49:37 +0200)
----------------------------------------------------------------
platform-drivers-x86 for v6.14-3
Fixes and new HW support:
- thinkpad_acpi:
- Fix registration of tpacpi platform driver
- Support fan speed in ticks per revolution (Thinkpad X120e)
- Support V9 DYTC profiles (new Thinkpad AMD platforms)
- int3472: Handle GPIO "enable" vs "reset" variation (ov7251)
The following is an automated shortlog grouped by driver:
int3472:
- Call "reset" GPIO "enable" for INT347E
- Use correct type for "polarity", call it gpio_flags
thinkpad_acpi:
- Fix invalid fan speed on ThinkPad X120e
- Fix registration of tpacpi platform driver
- Support for V9 DYTC platform profiles
----------------------------------------------------------------
Mark Pearson (2):
platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles
platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver
Sakari Ailus (2):
platform/x86: int3472: Use correct type for "polarity", call it gpio_flags
platform/x86: int3472: Call "reset" GPIO "enable" for INT347E
Sybil Isabel Dorsett (1):
platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e
drivers/platform/x86/intel/int3472/discrete.c | 85 ++++++++++++++++++++-------
drivers/platform/x86/thinkpad_acpi.c | 61 ++++++++++++++-----
2 files changed, 110 insertions(+), 36 deletions(-)