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

From: Hans de Goede
Date: Thu May 30 2024 - 14:30:59 EST


Hi Linus,

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

Highlights:
- A use-after-free bugfix
- 2 Kconfig fixes for randconfig builds
- Allow setting touchscreen_dmi quirks from the cmdline for debugging
- touchscreen_dmi quirks for 2 new laptop/tablet models

Regards,

Hans


The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

Linux 6.10-rc1 (2024-05-26 15:20:12 -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.10-2

for you to fetch changes up to 3050052613790e75b5e4a8536930426b0a8b0774:

platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (2024-05-27 11:43:03 +0200)

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

Highlights:
- A use-after-free bugfix
- 2 Kconfig fixes for randconfig builds
- Allow setting touchscreen_dmi quirks from the cmdline for debugging
- touchscreen_dmi quirks for 2 new laptop/tablet models

The following is an automated git shortlog grouped by driver:

ISST:
- fix use-after-free in tpmi_sst_dev_remove()

thinkpad_acpi:
- Select INPUT_SPARSEKMAP in Kconfig

touchscreen_dmi:
- Add info for the EZpad 6s Pro
- Add info for GlobalSpace SolT IVW 11.6" tablet
- Add support for setting touchscreen properties from cmdline

x86-android-tablets:
- Add "select LEDS_CLASS"

----------------------------------------------------------------
Hans de Goede (2):
platform/x86: x86-android-tablets: Add "select LEDS_CLASS"
platform/x86: touchscreen_dmi: Add support for setting touchscreen properties from cmdline

Harshit Mogalapalli (1):
platform/x86: ISST: fix use-after-free in tpmi_sst_dev_remove()

Steven Rostedt (Google) (1):
platform/x86: thinkpad_acpi: Select INPUT_SPARSEKMAP in Kconfig

hmtheboy154 (2):
platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet
platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro

Documentation/admin-guide/kernel-parameters.txt | 22 ++++
drivers/platform/x86/Kconfig | 1 +
.../x86/intel/speed_select_if/isst_tpmi_core.c | 2 +-
drivers/platform/x86/touchscreen_dmi.c | 117 ++++++++++++++++++++-
drivers/platform/x86/x86-android-tablets/Kconfig | 2 +
5 files changed, 139 insertions(+), 5 deletions(-)