summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2023-09-06Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-336/+2815
2023-08-31Merge branch 'next' into for-linusDmitry Torokhov29-339/+2808
2023-08-15Input: goodix - add support for ACPI ID GDX9110Felix Engelhardt1-0/+1
2023-07-19Input: mms114 - add support for touch keysArtur Weber1-7/+81
2023-07-17Input: Explicitly include correct DT includesRob Herring6-6/+4
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov4-7/+17
2023-07-13Input: iqs7211 - point to match data directlyJeff LaBundy1-19/+7
2023-07-13Input: add support for Azoteq IQS7210A/7211A/EJeff LaBundy3-0/+2580
2023-07-11Input: lpc32xx_ts - convert to use devm_* apiYangtao Li1-76/+22
2023-07-10Input: novatek-nvt-ts - add touchscreen model number to descriptionHans de Goede2-7/+5
2023-07-10Input: novatek-nvt-ts - fix input_register_device() failure error messageHans de Goede1-1/+1
2023-07-08Input: bu21029_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski1-20/+15
2023-07-08Input: bu21013_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski1-33/+28
2023-07-08Input: sx8643 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2023-07-08Input: surface3_spi - simplify with dev_err_probe()Krzysztof Kozlowski1-10/+3
2023-07-08Input: sis_i2c - simplify with dev_err_probe()Krzysztof Kozlowski1-14/+6
2023-07-08Input: silead - simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2023-07-08Input: resistive-adc-touch - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: raydium_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-21/+9
2023-07-08Input: pixcir_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-26/+12
2023-07-08Input: melfas_mip4 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+2
2023-07-08Input: goodix - simplify with dev_err_probe()Krzysztof Kozlowski1-29/+11
2023-07-08Input: elants_i2c - simplify with dev_err_probe()Krzysztof Kozlowski1-16/+6
2023-07-08Input: ektf2127 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: edf-ft5x06 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2023-07-08Input: cy8ctma140 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: chipone_icn8318 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: bu21029_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-14/+6
2023-07-08Input: bu21013_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-11/+6
2023-07-08Input: exc3000 - support power supply regulatorsMike Looijmans1-0/+7
2023-07-05Input: exc3000 - add ACPI support for EXC80H60Andreas Helbech Kleist1-0/+10
2023-06-30Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+1
2023-06-29Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds53-71/+239
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-72/+41
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-06-27Merge branch 'next' into for-linusDmitry Torokhov53-71/+239
2023-06-16docs: update some straggling Documentation/arm referencesJonathan Corbet1-1/+1
2023-06-10Input: ads7846 - fix pointer cast warningArnd Bergmann1-1/+1
2023-06-07Merge tag 'input-for-v6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-06-07Input: ads7846 - Fix usage of match dataLinus Walleij1-8/+1
2023-05-24Input: ads7846 - Convert to use software nodesLinus Walleij1-72/+41
2023-05-23Input: add HAS_IOPORT dependenciesNiklas Schnelle1-0/+1
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König51-51/+51
2023-05-06Input: ili210x - probe even if no resolution informationMarek Vasut1-13/+23
2023-05-05Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann1-0/+1
2023-05-05Input: cyttsp5 - implement proper sleep and wakeup proceduresMaximilian Weigand1-0/+77
2023-05-02Input: atmel_mxt_ts - support capacitive keysAndré Apitzsch1-0/+85
2023-05-02Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync()Duoming Zhou1-2/+1
2023-05-02Input: cyttsp5 - fix array lengthMaximilian Weigand1-1/+1
2023-05-02Input: cyttsp5 - remove unused codeMaximilian Weigand1-5/+0