summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-02Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-278/+609
2023-05-02Merge branch 'next' into for-linusDmitry Torokhov15-1475/+609
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2023-04-23Merge tag 'input-for-v6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki1-1/+1
2023-04-14Input: cyttsp5 - fix sensing configuration data structurehrdl1-0/+1
2023-04-14Input: raspberrypi-ts - fix refcount leak in rpi_ts_probeMiaoqian Lin1-2/+1
2023-04-11Input: edt-ft5x06 - select REGMAP_I2CDaniel Golle1-0/+1
2023-04-11Input: melfas_mip4 - report palm touchesJungHoon Hyun1-9/+10
2023-04-03Input: edt-ft5x06 - calculate points data length only onceDario Binacchi1-28/+28
2023-04-03Input: edt-ft5x06 - unify the crc checkDario Binacchi1-6/+3
2023-04-03Input: edt-ft5x06 - convert to use regmap APIDario Binacchi1-210/+214
2023-04-03Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi1-3/+3
2023-04-03Input: edt-ft5x06 - remove code duplicationDario Binacchi1-4/+7
2023-04-03Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi1-4/+4
2023-04-03Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi1-2/+2
2023-04-03Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi1-2/+0
2023-04-03Input: edt-ft5x06 - fix indentationDario Binacchi1-16/+20
2023-04-03Input: tsc2007 - enable cansleep pendown GPIOBenjamin Bara1-15/+2