summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds23-28/+28
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook23-28/+28
10 daysMerge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-86/+100
11 daysMerge branch 'next' into for-linusDmitry Torokhov19-86/+100
2026-01-25Input: novatek-nvt-ts - drop wake_type checkGianluca Boiano1-5/+0
2026-01-22Input: ili210x - add support for polling modeMarek Vasut1-20/+55
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-20Input: wdt87xx_i2c - switch to use dev_err_probe()Andy Shevchenko1-10/+4
2026-01-20Input: tsc40 - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-1/+1
2026-01-20Input: touchwin - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-1/+1
2026-01-20Input: touchright - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-1/+1
2026-01-20Input: touchit213 - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-2/+2
2026-01-20Input: penmount - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-1/+1
2026-01-20Input: mtouch - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-1/+1
2026-01-20Input: inexio - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-1/+1
2026-01-20Input: fujitsu_ts - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-2/+1
2026-01-20Input: hampshire - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-2/+2
2026-01-20Input: gunze - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-1/+1
2026-01-20Input: elo - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-1/+1
2026-01-20Input: egalax_ts_serial - switch to use scnprintf() to suppress truncation wa...Andy Shevchenko1-2/+1
2026-01-20Input: dynapro - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-2/+2
2026-01-20Input: edt-ft5x06 - add support for FocalTech FT3518Yedaya Katsman1-0/+6
2026-01-20Input: ili210x - convert to dev_err_probe()Marek Vasut1-21/+10
2025-12-19Input: ti_am335x_tsc - fix off-by-one error in wire_order validationJunjie Cao1-1/+1
2025-12-19Input: ilitek_ts_i2c - switch mdelay() to fsleep()Dmitry Torokhov1-1/+1
2025-12-19Input: ilitek_ts_i2c - fix warning with gpio controllers that sleepJosua Mayer1-4/+4
2025-12-18Input: apple_z2 - fix reading incorrect reports after exiting sleepSasha Finkelstein1-0/+4
2025-12-16Input: stmfts - use sysfs_emit() instead of sprintf()Petr Hodina1-7/+7
2025-12-16Input: stmfts - make comments correctPetr Hodina1-4/+1
2025-12-16Input: stmfts - correct wording for the warning messageDavid Heidelberg1-1/+1
2025-12-13Merge tag 'v6.18' into nextDmitry Torokhov3-31/+2
2025-12-09Merge branch 'next' into for-linusDmitry Torokhov3-4/+7
2025-11-18Input: ti_am335x_tsc - clamp coordinate_readouts to DT maximum (6)Junjie Cao1-0/+4
2025-11-18Merge tag 'v6.18-rc6' into for-linusDmitry Torokhov1-4/+0
2025-10-18Input: zforce_ts - omit error message when memory allocation failsXichao Zhao1-2/+1
2025-10-17Input: cyttsp5 - use %pe format specifierRicardo Ribalda1-2/+2
2025-10-13Input: goodix - remove setting of RST pin to inputMartyn Welch2-27/+1
2025-10-13Input: goodix - add support for ACPI ID GDIX1003Hans de Goede1-0/+1
2025-10-08Merge tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-66/+896
2025-10-08Input: atmel_mxt_ts - allow reset GPIO to sleepMarek Vasut1-1/+1
2025-09-25Input: add driver for Hynitron CST816x seriesOleh Kuzhylnyi3-0/+266
2025-09-25Input: imx6ul_tsc - set glitch threshold by DTS propertyDario Binacchi1-2/+23
2025-09-19Input: atmel_mxt_ts - add support for generic touchscreen configurationsSvyatoslav Ryhel1-4/+7
2025-09-18Input: imx6ul_tsc - use BIT, FIELD_{GET,PREP} and GENMASK macrosDario Binacchi1-42/+54
2025-09-18Input: imx6ul_tsc - fix typo in register nameMichael Trimarchi1-2/+2
2025-09-18Input: add Himax HX852x(ES) touchscreen driverStephan Gerhold3-0/+514
2025-09-11mfd: input: rtc: mc13783: Remove deprecated mc13xxx_irq_ack()Alexander Kurz1-4/+0
2025-09-03Input: tsc2007 - prevent overflow in pressure calculationJohannes Kirchmair1-3/+6
2025-09-03Input: tsc2007 - make interrupt optionalSvyatoslav Ryhel1-12/+16
2025-09-03Input: tsc2007 - change warning to debug message if pen GPIO is not definedSvyatoslav Ryhel1-1/+1