aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2022-12-02Input: rohm_bu21023 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: raydium_i2c_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: pixcir_i2c_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: mms114 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: migor_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: melfas_mip4 - Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-12-02Input: mcs5000_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: max11801_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: iqs5xx - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: ilitek_ts_i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: ili210x - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: hycon-hy46xx - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: hx83112b: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: hideep - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: goodix - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: ektf2127 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: egalax_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: eeti_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: edt-ft5x06 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: cyttsp_i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: cyttsp5: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: cyttsp4 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: cy8ctmg110_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: cy8ctma140 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: chipone_icn8318 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: bu21029_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: bu21013_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: auo-pixcir-ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: atmel_mxt_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-12-02Input: ar1021_i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: ad7879-i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-30Input: msg2638 - only read linux,keycodes array if necessaryVincent Knecht1-7/+9
2022-11-29Input: elants_i2c - delete some dead codeDan Carpenter1-2/+0
2022-11-22Input: stmpe-ts - drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-11-22Input: raydium_ts_i2c - don't set wake_capable and wake_irqRaul E Rangel1-9/+0
2022-11-22Input: elants_i2c - don't set wake_capable and wake_irqRaul E Rangel1-16/+0
2022-11-22Input: raydium_ts_i2c - use PM subsystem to manage wake irqRaul E Rangel1-6/+10
2022-11-22Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel1-4/+11
2022-11-17Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson1-6/+3
2022-11-17Input: hynitron_cstxxx - initialize tmp to 0 to fix uninitialized variable issueChris Morgan1-1/+1
2022-11-16Input: msg2638 - add support for msg2138 key eventsVincent Knecht1-4/+58
2022-11-14Input: msg2638 - add support for msg2138Vincent Knecht1-0/+93
2022-11-14Input: 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-29Input: 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