summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2022-12-03Input: bu21029_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: bu21013_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: auo-pixcir-ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: atmel_mxt_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-12-03Input: ar1021_i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: ad7879-i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-01Input: msg2638 - only read linux,keycodes array if necessaryVincent Knecht1-7/+9
2022-11-30Input: elants_i2c - delete some dead codeDan Carpenter1-2/+0
2022-11-23Input: stmpe-ts - drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-11-23Input: raydium_ts_i2c - don't set wake_capable and wake_irqRaul E Rangel1-9/+0
2022-11-23Input: elants_i2c - don't set wake_capable and wake_irqRaul E Rangel1-16/+0
2022-11-23Input: raydium_ts_i2c - use PM subsystem to manage wake irqRaul E Rangel1-6/+10
2022-11-23Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel1-4/+11
2022-11-18Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson1-6/+3
2022-11-18Input: hynitron_cstxxx - initialize tmp to 0 to fix uninitialized variable issueChris Morgan1-1/+1
2022-11-17Input: msg2638 - add support for msg2138 key eventsVincent Knecht1-4/+58
2022-11-15Input: msg2638 - add support for msg2138Vincent Knecht1-0/+93
2022-11-15Input: msg2638 - set max finger number and irqhandler from driver dataVincent Knecht1-10/+30
2022-11-07Input: add driver for Himax hx83112b touchscreen devicesJob Noorman3-0/+378
2022-11-03Input: goodix - try resetting the controller when no config is setHans de Goede1-0/+11
2022-11-01Input: Add driver for Cypress Generation 5 touchscreenAlistair Francis3-0/+918
2022-10-30Input: add driver for Hynitron cstxxx touchscreensChris Morgan3-0/+511
2022-10-24Input: tps6507x-ts - remove variable loopsColin Ian King1-2/+0
2022-10-24Input: egalax_ts - do not hardcode interrupt triggerDmitry Torokhov1-4/+3
2022-10-24Input: egalax_ts - switch to using gpiod APIDmitry Torokhov1-25/+17
2022-10-11Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-136/+88
2022-10-10Merge branch 'next' into for-linusDmitry Torokhov17-171/+98
2022-10-05Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-27/+9
2022-10-04Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2022-09-30input: drop empty comment blocksChristophe JAILLET1-3/+0
2022-09-29Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-09-28Input: icn8505 - utilize acpi_get_subsystem_id()Andy Shevchenko1-21/+9
2022-09-25Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang1-1/+1
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-0/+2
2022-09-16Input: auo-pixcir-ts - switch to using generic device propertiesDmitry Torokhov1-30/+10
2022-09-16Input: auo-pixcir-ts - do not force rising edge interrupt triggerDmitry Torokhov1-1/+1
2022-09-16Input: auo-pixcir-ts - switch to using gpiod APIDmitry Torokhov1-27/+20
2022-09-16Input: auo-pixcir-ts - drop support for platform dataDmitry Torokhov1-62/+56
2022-09-03Merge tag 'input-for-v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2022-08-31Input: colibri-vf50-ts - don't depend on VF610_ADCMax Krummenacher1-1/+1
2022-08-23Input: goodix - add compatible string for GT1158Jarrah Gosbell1-0/+1
2022-08-19Input: move from strlcpy with unused retval to strscpyWolfram Sang5-17/+17
2022-08-17Input: sun4i-ts - switch to new of thermal APIDaniel Lezcano1-5/+5
2022-08-16i2c: Make remove callback return voidUwe Kleine-König9-27/+9
2022-08-12Input: goodix - add support for GT1158Ondrej Jirman1-0/+1
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-81/+156
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-8/+1
2022-08-02Merge branch 'next' into for-linusDmitry Torokhov11-226/+244
2022-07-17Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+11
2022-07-09Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede1-0/+5