summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)Author
2026-01-20Input: gunze - switch to use scnprintf() to suppress truncation warningAndy Shevchenko
2026-01-20Input: elo - switch to use scnprintf() to suppress truncation warningAndy Shevchenko
2026-01-20Input: egalax_ts_serial - switch to use scnprintf() to suppress truncation wa...Andy Shevchenko
2026-01-20Input: dynapro - switch to use scnprintf() to suppress truncation warningAndy Shevchenko
2026-01-20Input: edt-ft5x06 - add support for FocalTech FT3518Yedaya Katsman
2026-01-20Input: ili210x - convert to dev_err_probe()Marek Vasut
2025-12-18Input: ti_am335x_tsc - fix off-by-one error in wire_order validationJunjie Cao
2025-12-18Input: ilitek_ts_i2c - switch mdelay() to fsleep()Dmitry Torokhov
2025-12-18Input: ilitek_ts_i2c - fix warning with gpio controllers that sleepJosua Mayer
2025-12-18Input: apple_z2 - fix reading incorrect reports after exiting sleepSasha Finkelstein
2025-12-15Input: stmfts - use sysfs_emit() instead of sprintf()Petr Hodina
2025-12-15Input: stmfts - make comments correctPetr Hodina
2025-12-15Input: stmfts - correct wording for the warning messageDavid Heidelberg
2025-12-13Merge tag 'v6.18' into nextDmitry Torokhov
2025-12-08Merge branch 'next' into for-linusDmitry Torokhov
2025-11-18Input: ti_am335x_tsc - clamp coordinate_readouts to DT maximum (6)Junjie Cao
2025-11-17Merge tag 'v6.18-rc6' into for-linusDmitry Torokhov
2025-10-17Input: zforce_ts - omit error message when memory allocation failsXichao Zhao
2025-10-16Input: cyttsp5 - use %pe format specifierRicardo Ribalda
2025-10-13Input: goodix - remove setting of RST pin to inputMartyn Welch
2025-10-13Input: goodix - add support for ACPI ID GDIX1003Hans de Goede
2025-10-08Merge tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-07Input: atmel_mxt_ts - allow reset GPIO to sleepMarek Vasut
2025-09-24Input: add driver for Hynitron CST816x seriesOleh Kuzhylnyi
2025-09-24Input: imx6ul_tsc - set glitch threshold by DTS propertyDario Binacchi
2025-09-19Input: atmel_mxt_ts - add support for generic touchscreen configurationsSvyatoslav Ryhel
2025-09-17Input: imx6ul_tsc - use BIT, FIELD_{GET,PREP} and GENMASK macrosDario Binacchi
2025-09-17Input: imx6ul_tsc - fix typo in register nameMichael Trimarchi
2025-09-17Input: add Himax HX852x(ES) touchscreen driverStephan Gerhold
2025-09-11mfd: input: rtc: mc13783: Remove deprecated mc13xxx_irq_ack()Alexander Kurz
2025-09-03Input: tsc2007 - prevent overflow in pressure calculationJohannes Kirchmair
2025-09-03Input: tsc2007 - make interrupt optionalSvyatoslav Ryhel
2025-09-03Input: tsc2007 - change warning to debug message if pen GPIO is not definedSvyatoslav Ryhel
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov
2025-08-21Input: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-08-07Merge tag 'input-for-v6.17-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-08-06Merge branch 'next' into for-linusDmitry Torokhov
2025-08-03Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-27Input: st1232 - add touch-overlay handlingJavier Carrasco
2025-07-04Merge tag 'input-for-v6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-01Input: edt-ft5x06 - add support for FocalTech FT8716Jens Reidel
2025-07-01Input: edt-ft5x06 - use per-client debugfs directoryWolfram Sang
2025-06-29Input: goodix - add support for polling modeJoseph Guo
2025-06-27Input: ad7879 - use new GPIO line value setter callbacksBartosz Golaszewski
2025-06-17Input: apple_z2 - drop default ARCH_APPLE in KconfigSven Peter
2025-06-17Input: Fully open-code compatible for greppingKrzysztof Kozlowski
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar