summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-09-031-0/+2
|\
| * Input: goodix - add compatible string for GT1158Jarrah Gosbell2022-08-231-0/+1
| * Input: goodix - add support for GT1158Ondrej Jirman2022-08-111-0/+1
* | Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-114-81/+156
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2022-08-0211-226/+244
| |\
| | * Merge tag 'v5.19-rc5' into nextDmitry Torokhov2022-07-084-134/+83
| | |\
| | * | Input: goodix - switch use of acpi_gpio_get_*_resource() APIsAndy Shevchenko2022-07-061-14/+8
| | * | Input: exc3000 - fix return value check of wait_for_completion_timeoutMiaoqian Lin2022-06-281-3/+4
| | * | Input: edt-ft5x06 - show crc and header errors by sysfsDario Binacchi2022-06-281-0/+30
| | * | Input: edt-ft5x06 - show firmware version by sysfsDario Binacchi2022-06-281-5/+17
| | * | Input: edt-ft5x06 - show model name by sysfsDario Binacchi2022-06-281-0/+12
| | * | Input: edt-ft5x06 - set report rate by dts propertyDario Binacchi2022-06-281-0/+23
| | * | Input: edt-ft5x06 - get/set M12 report rate by sysfsDario Binacchi2022-06-281-3/+6
| | * | Input: zinitix - rename defines ZINITIX_*Linus Walleij2022-05-271-56/+56
| | * | Merge tag 'v5.18' into nextDmitry Torokhov2022-05-275-23/+13
| | |\ \
* | | \ \ Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-8/+1
|\ \ \ \ \
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-8/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-173-1/+11
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede2022-07-081-0/+5
| * | | Input: wm97xx - make .remove() obviously always return 0Uwe Kleine-König2022-07-081-1/+3
| * | | Input: usbtouchscreen - add driver_info sanity checkJohan Hovold2022-06-271-0/+3
* | | | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-024-134/+83
|\ \ \ \
| * | | | Input: wm97xx - get rid of irq_enable method in wm97xx_mach_opsDmitry Torokhov2022-05-072-18/+0
| * | | | Input: wm97xx - switch to using threaded IRQDmitry Torokhov2022-05-071-35/+7
| * | | | Input: touchscreen: use wrapper for pxa2xx ac97 registersArnd Bergmann2022-05-073-14/+16
| * | | | input: touchscreen: mainstone: sync with zylonite driverArnd Bergmann2022-05-071-28/+31
| * | | | input: touchscreen: mainstone: fix pxa2xx+pxa3xx configurationArnd Bergmann2022-05-071-12/+7
| * | | | ARM: pxa: zylonite: use gpio lookup instead mfp headerArnd Bergmann2022-05-071-9/+11
| * | | | ARM: pxa: mainstone-wm97xx: use gpio lookup tableArnd Bergmann2022-05-071-21/+14
| * | | | ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-1/+1
* | | | | Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-281-8/+8
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2022-05-271-8/+8
| |\ \ \ | | | |/ | | |/|
| | * | Input: stmfts - do not leave device disabled in stmfts_input_openDmitry Torokhov2022-05-261-8/+8
| | * | Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov2022-05-181-9/+35
| | |\ \
* | | | | Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-211-12/+8
|\| | | | | |_|_|/ |/| | |
| * | | Input: ili210x - use one common reset implementationMarek Vasut2022-05-181-12/+8
| * | | Input: ili210x - fix reset timingMarek Vasut2022-05-181-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-04-018-44/+427
|\| | |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2022-03-308-44/+427
| |\| | | | |/ | |/|
| | * Input: add Imagis touchscreen driverMarkuss Broks2022-03-203-0/+378
| | * Input: stmfts - fix reference leak in stmfts_input_openZheng Yongjun2022-03-201-3/+5
| | * Input: iqs5xx - use local input_dev pointerJeff LaBundy2022-03-201-8/+8
| | * Merge tag 'v5.17-rc8' into nextDmitry Torokhov2022-03-142-17/+29
| | |\
| | * | Input: goodix - fix race on driver unbindHans de Goede2022-02-282-13/+23
| | * | Input: goodix - use input_copy_abs() helperHans de Goede2022-02-281-17/+9
| | * | Merge tag 'v5.17-rc4' into nextDmitry Torokhov2022-02-181-9/+3
| | |\ \
| | * | | Input: tsc200x - add axis inversion and swapping supportYunus Bas2022-02-151-3/+4
| | * | | Merge tag 'v5.16' into nextDmitry Torokhov2022-01-176-17/+83
| | |\ \ \
| | | * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-01-091-9/+9
| | | |\ \ \
| | | * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-12-255-8/+74
| | | |\ \ \ \