summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-6/+7
2025-05-11Merge tag 'input-for-v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-8/+6
2025-04-28Input: cyttsp5 - fix power control issue on wakeupMikael Gonella-Bolduc1-1/+1
2025-04-28Input: stmpe-ts - use module alias instead of device tableArnd Bergmann1-6/+1
2025-04-19Input: cyttsp5 - ensure minimum reset pulse widthHugo Villeneuve1-1/+4
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-7/+7
2025-04-05Merge tag 'input-for-v6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-30/+564
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner6-7/+7
2025-04-05Merge branch 'next' into for-linusDmitry Torokhov9-30/+564
2025-04-04Merge tag 'soc-drivers-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+4
2025-04-04Merge tag 'omap-for-v6.14/drivers-signed' of https://git.kernel.org/pub/scm/l...Arnd Bergmann2-3/+4
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+5
2025-03-10Input: goodix_berlin - add support for Berlin-A seriesJens Reidel4-26/+73
2025-02-25Input: apple_z2 - fix potential confusion in KconfigSasha Finkelstein1-2/+2
2025-02-25Input: goodix-berlin - fix vddio regulator referencesLuca Weiss1-12/+12
2025-02-25Input: goodix-berlin - fix comment referencing wrong regulatorLuca Weiss1-1/+1
2025-02-25Input: imagis - add support for imagis IST3038HAndras Sebok1-0/+9
2025-02-21Input: goodix-berlin - constify 'struct bin_attribute'Thomas Weißschuh1-5/+5
2025-02-20Input: apple_z2 - add a driver for Apple Z2 touchscreensSasha Finkelstein3-0/+491
2025-02-04Input: drop vb2_ops_wait_prepare/finishHans Verkuil2-4/+0
2025-02-03Input: ads7846 - fix gpiod allocationH. Nikolaus Schaller1-1/+1
2025-01-22Input: wdt87xx_i2c - fix compiler warningYu-Chun Lin1-0/+2
2025-01-15Input: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2024-12-11Input: tsc2007 - accept standard propertiesAndreas Kemnade2-3/+4
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds23-54/+112
2024-11-25Merge branch 'next' into for-linusDmitry Torokhov23-54/+112
2024-11-15Input: ads7846 - increase xfer array size in 'struct ser_req'Nathan Chancellor1-1/+1
2024-11-08Input: ads7846 - add dummy command register clearing cycleMarek Vasut1-1/+11
2024-11-03Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+18
2024-10-25Input: edt-ft5x06 - fix regmap leak when probe failsDmitry Torokhov1-1/+18
2024-10-25Input: imagis - fix warning regarding 'imagis_3038_data' being unusedZeng Heng1-1/+1
2024-10-20Input: ts4800-ts - use cleanup facility for device_nodeJavier Carrasco1-3/+2
2024-10-20Input: raspberrypi-ts - use cleanup facility for device_nodeJavier Carrasco1-3/+1
2024-10-20Input: 88pm860x - use cleanup facility for device_nodeJavier Carrasco1-13/+7
2024-10-19Merge tag 'input-for-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+22
2024-10-19Input: zinitix - don't fail if linux,keycodes prop is absentNikita Travkin1-12/+22
2024-10-15Input: switch back to struct platform_driver::remove()Uwe Kleine-König9-11/+11
2024-10-04Input: elo - use guard notation when pausing serio portDmitry Torokhov1-4/+4
2024-10-03Input: hycon-hy46xx - add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-03Input: hideep - add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro31-31/+31
2024-09-30input: Fix typos in comments across various filesYu Jiaoliang8-11/+11
2024-09-30Input: novatek-nvt-ts - add support for NT36672A touchscreenJoel Selvaraj1-6/+61
2024-09-30Input: novatek-nvt-ts - replace generic i2c device id with specific IC variantJoel Selvaraj1-1/+1
2024-09-22Input: hynitron_cstxxx - drop explicit initialization of struct i2c_device_id...Uwe Kleine-König1-1/+1
2024-09-06Input: zforce_ts - switch to using asynchronous probingDmitry Torokhov1-0/+1
2024-09-06Input: zforce_ts - remove assert/deassert wrappersDmitry Torokhov1-12/+2
2024-09-06Input: zforce_ts - do not hardcode interrupt levelDmitry Torokhov1-2/+1
2024-09-06Input: zforce_ts - switch to using devm_regulator_get_enable()Dmitry Torokhov1-12/+1
2024-09-06Input: zforce_ts - stop treating VDD regulator as optionalDmitry Torokhov1-15/+13