summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorLines
2022-12-02Input: auo-pixcir-ts - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: atmel_mxt_ts - Convert to i2c's .probe_new()Uwe Kleine-König-2/+2
2022-12-02Input: ar1021_i2c - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: ad7879-i2c - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-30Input: msg2638 - only read linux,keycodes array if necessaryVincent Knecht-7/+9
2022-11-29Input: elants_i2c - delete some dead codeDan Carpenter-2/+0
2022-11-22Input: stmpe-ts - drop obsolete dependency on COMPILE_TESTJean Delvare-1/+1
2022-11-22Input: raydium_ts_i2c - don't set wake_capable and wake_irqRaul E Rangel-9/+0
2022-11-22Input: elants_i2c - don't set wake_capable and wake_irqRaul E Rangel-16/+0
2022-11-22Input: raydium_ts_i2c - use PM subsystem to manage wake irqRaul E Rangel-6/+10
2022-11-22Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel-4/+11
2022-11-17Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson-6/+3
2022-11-17Input: hynitron_cstxxx - initialize tmp to 0 to fix uninitialized variable issueChris Morgan-1/+1
2022-11-16Input: msg2638 - add support for msg2138 key eventsVincent Knecht-4/+58
2022-11-14Input: msg2638 - add support for msg2138Vincent Knecht-0/+93
2022-11-14Input: msg2638 - set max finger number and irqhandler from driver dataVincent Knecht-10/+30
2022-11-07Input: add driver for Himax hx83112b touchscreen devicesJob Noorman-0/+378
2022-11-03Input: goodix - try resetting the controller when no config is setHans de Goede-0/+11
2022-11-01Input: Add driver for Cypress Generation 5 touchscreenAlistair Francis-0/+918
2022-10-29Input: add driver for Hynitron cstxxx touchscreensChris Morgan-0/+511
2022-10-24Input: tps6507x-ts - remove variable loopsColin Ian King-2/+0
2022-10-24Input: egalax_ts - do not hardcode interrupt triggerDmitry Torokhov-4/+3
2022-10-24Input: egalax_ts - switch to using gpiod APIDmitry Torokhov-25/+17
2022-10-11Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-136/+88
2022-10-09Merge branch 'next' into for-linusDmitry Torokhov-171/+98
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-27/+9
2022-10-03Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+5
2022-09-29input: drop empty comment blocksChristophe JAILLET-3/+0
2022-09-29Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2022-09-28Input: icn8505 - utilize acpi_get_subsystem_id()Andy Shevchenko-21/+9
2022-09-24Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang-1/+1
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang-0/+2
2022-09-16Input: auo-pixcir-ts - switch to using generic device propertiesDmitry Torokhov-30/+10
2022-09-16Input: auo-pixcir-ts - do not force rising edge interrupt triggerDmitry Torokhov-1/+1
2022-09-16Input: auo-pixcir-ts - switch to using gpiod APIDmitry Torokhov-27/+20
2022-09-16Input: auo-pixcir-ts - drop support for platform dataDmitry Torokhov-62/+56
2022-09-03Merge tag 'input-for-v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2022-08-31Input: colibri-vf50-ts - don't depend on VF610_ADCMax Krummenacher-1/+1
2022-08-23Input: goodix - add compatible string for GT1158Jarrah Gosbell-0/+1
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang-17/+17
2022-08-17Input: sun4i-ts - switch to new of thermal APIDaniel Lezcano-5/+5
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-27/+9
2022-08-11Input: goodix - add support for GT1158Ondrej Jirman-0/+1
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-81/+156
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-8/+1
2022-08-02Merge branch 'next' into for-linusDmitry Torokhov-226/+244
2022-07-17Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+11
2022-07-08Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede-0/+5
2022-07-08Merge tag 'v5.19-rc5' into nextDmitry Torokhov-134/+83
2022-07-08Input: wm97xx - make .remove() obviously always return 0Uwe Kleine-König-1/+3