summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)Author
2023-10-13Merge tag 'input-for-v6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-04Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_i...Hans de Goede
2023-09-06Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-30Merge branch 'next' into for-linusDmitry Torokhov
2023-08-15Input: goodix - add support for ACPI ID GDX9110Felix Engelhardt
2023-07-18Input: mms114 - add support for touch keysArtur Weber
2023-07-17Input: Explicitly include correct DT includesRob Herring
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov
2023-07-13Input: iqs7211 - point to match data directlyJeff LaBundy
2023-07-12Input: add support for Azoteq IQS7210A/7211A/EJeff LaBundy
2023-07-10Input: lpc32xx_ts - convert to use devm_* apiYangtao Li
2023-07-10Input: novatek-nvt-ts - add touchscreen model number to descriptionHans de Goede
2023-07-10Input: novatek-nvt-ts - fix input_register_device() failure error messageHans de Goede
2023-07-07Input: bu21029_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski
2023-07-07Input: bu21013_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski
2023-07-07Input: sx8643 - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: surface3_spi - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: sis_i2c - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: silead - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: resistive-adc-touch - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: raydium_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: pixcir_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: melfas_mip4 - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: goodix - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: elants_i2c - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: ektf2127 - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: edf-ft5x06 - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: cy8ctma140 - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: chipone_icn8318 - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: bu21029_ts - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: bu21013_ts - simplify with dev_err_probe()Krzysztof Kozlowski
2023-07-07Input: exc3000 - support power supply regulatorsMike Looijmans
2023-07-05Input: exc3000 - add ACPI support for EXC80H60Andreas Helbech Kleist
2023-06-29Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2023-06-29Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds
2023-06-26Merge branch 'next' into for-linusDmitry Torokhov
2023-06-16docs: update some straggling Documentation/arm referencesJonathan Corbet
2023-06-09Input: ads7846 - fix pointer cast warningArnd Bergmann
2023-06-07Merge tag 'input-for-v6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-07Input: ads7846 - Fix usage of match dataLinus Walleij
2023-05-24Input: ads7846 - Convert to use software nodesLinus Walleij
2023-05-22Input: add HAS_IOPORT dependenciesNiklas Schnelle
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-06Input: ili210x - probe even if no resolution informationMarek Vasut
2023-05-05Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann
2023-05-05Input: cyttsp5 - implement proper sleep and wakeup proceduresMaximilian Weigand
2023-05-01Input: atmel_mxt_ts - support capacitive keysAndré Apitzsch
2023-05-01Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync()Duoming Zhou