[GIT PULL] platform-drivers-x86 for 6.4-2

From: Hans de Goede
Date: Wed May 10 2023 - 06:31:04 EST


Hi Linus,

Here is the first round of fixes for platform-drivers-x86 for 6.4.

Nothing special to report just various small fixes:

- thinkpad_acpi: Fix profile (performance/bal/low-power) regression on T490
- misc. other small fixes / hw-id additions

Regards,

Hans


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

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.4-2

for you to fetch changes up to 3d43f9f639542fadfb28f40b509bf147a6624d48:

platform/mellanox: fix potential race in mlxbf-tmfifo driver (2023-05-09 11:54:35 +0200)

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

Highlights:
- thinkpad_acpi: Fix profile (performance/bal/low-power) regression on T490
- misc. other small fixes / hw-id additions

The following is an automated git shortlog grouped by driver:

hp-wmi:
- add micmute to hp_wmi_keymap struct

intel_scu_pcidrv:
- Add back PCI ID for Medfield

platform/mellanox:
- fix potential race in mlxbf-tmfifo driver

platform/x86/intel-uncore-freq:
- Return error on write frequency

thinkpad_acpi:
- Add profile force ability
- Fix platform profiles on T490

touchscreen_dmi:
- Add info for the Dexp Ursus KX210i
- Add upside-down quirk for GDIX1002 ts on the Juno Tablet

----------------------------------------------------------------
Andrey Avdeev (1):
platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i

Fae (1):
platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct

Hans de Goede (1):
platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the Juno Tablet

Julian Winkler (1):
platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield

Liming Sun (1):
platform/mellanox: fix potential race in mlxbf-tmfifo driver

Mark Pearson (2):
platform/x86: thinkpad_acpi: Fix platform profiles on T490
platform/x86: thinkpad_acpi: Add profile force ability

Srinivas Pandruvada (1):
platform/x86/intel-uncore-freq: Return error on write frequency

drivers/platform/mellanox/mlxbf-tmfifo.c | 11 ++++--
drivers/platform/x86/hp/hp-wmi.c | 1 +
.../uncore-frequency/uncore-frequency-common.c | 6 +++-
drivers/platform/x86/intel_scu_pcidrv.c | 1 +
drivers/platform/x86/thinkpad_acpi.c | 24 ++++++++++---
drivers/platform/x86/touchscreen_dmi.c | 41 ++++++++++++++++++++++
6 files changed, 76 insertions(+), 8 deletions(-)