[GIT PULL] platform-drivers-x86 for 6.10-3
From: Hans de Goede
Date: Fri Jun 07 2024 - 05:22:54 EST
Hi Linus,
Here is the second round of fixes for platform-drivers-x86 for 6.10.
Highlights:
- Default silead touchscreen driver to 10 fingers and drop 10 finger setting
from all DMI quirks. More of a cleanup then a pure fix, but since the DMI
quirks always get updated through the fixes branch this avoids conflicts.
- Kconfig fix for randconfig builds
- dell-smbios: Fix wrong token data in sysfs
- amd-hsmp: Fix driver poking unsupported hw when loaded manually
Regards,
Hans
The following changes since commit 3050052613790e75b5e4a8536930426b0a8b0774:
platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (2024-05-27 11:43:03 +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.10-3
for you to fetch changes up to 77f1972bdcf7513293e8bbe376b9fe837310ee9c:
platform/x86/amd/hsmp: Check HSMP support on AMD family of processors (2024-06-03 11:57:28 +0200)
----------------------------------------------------------------
platform-drivers-x86 for v6.10-3
Highlights:
- Default silead touchscreen driver to 10 fingers and drop 10 finger setting
from all DMI quirks. More of a cleanup then a pure fix, but since the DMI
quirks always get updated through the fixes branch this avoids conflicts.
- Kconfig fix for randconfig builds
- dell-smbios: Fix wrong token data in sysfs
- amd-hsmp: Fix driver poking unsupported hw when loaded manually
The following is an automated git shortlog grouped by driver:
Input:
- silead - Always support 10 fingers
dell-smbios:
- Simplify error handling
- Fix wrong token data in sysfs
platform/x86/amd/hsmp:
- Check HSMP support on AMD family of processors
touchscreen_dmi:
- Use 2-argument strscpy()
- Drop "silead,max-fingers" property
yt2-1380:
- add CONFIG_EXTCON dependency
----------------------------------------------------------------
Andy Shevchenko (1):
platform/x86: touchscreen_dmi: Use 2-argument strscpy()
Armin Wolf (2):
platform/x86: dell-smbios: Fix wrong token data in sysfs
platform/x86: dell-smbios: Simplify error handling
Arnd Bergmann (1):
platform/x86: yt2-1380: add CONFIG_EXTCON dependency
Hans de Goede (2):
Input: silead - Always support 10 fingers
platform/x86: touchscreen_dmi: Drop "silead,max-fingers" property
Suma Hegde (1):
platform/x86/amd/hsmp: Check HSMP support on AMD family of processors
drivers/input/touchscreen/silead.c | 19 ++---
drivers/platform/x86/Kconfig | 1 +
drivers/platform/x86/amd/hsmp.c | 50 +++++++++++--
drivers/platform/x86/dell/dell-smbios-base.c | 101 +++++++++++----------------
drivers/platform/x86/touchscreen_dmi.c | 59 +---------------
5 files changed, 89 insertions(+), 141 deletions(-)