summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-81/+156
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-8/+1
2022-08-02Merge branch 'next' into for-linusDmitry Torokhov11-226/+244
2022-07-17Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+11
2022-07-09Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede1-0/+5
2022-07-08Merge tag 'v5.19-rc5' into nextDmitry Torokhov4-134/+83
2022-07-08Input: wm97xx - make .remove() obviously always return 0Uwe Kleine-König1-1/+3
2022-07-07Input: goodix - switch use of acpi_gpio_get_*_resource() APIsAndy Shevchenko1-14/+8
2022-06-29Input: exc3000 - fix return value check of wait_for_completion_timeoutMiaoqian Lin1-3/+4
2022-06-29Input: edt-ft5x06 - show crc and header errors by sysfsDario Binacchi1-0/+30
2022-06-29Input: edt-ft5x06 - show firmware version by sysfsDario Binacchi1-5/+17
2022-06-29Input: edt-ft5x06 - show model name by sysfsDario Binacchi1-0/+12
2022-06-29Input: edt-ft5x06 - set report rate by dts propertyDario Binacchi1-0/+23
2022-06-29Input: edt-ft5x06 - get/set M12 report rate by sysfsDario Binacchi1-3/+6
2022-06-28Input: usbtouchscreen - add driver_info sanity checkJohan Hovold1-0/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-8/+1
2022-06-03Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-134/+83
2022-05-29Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2022-05-28Input: zinitix - rename defines ZINITIX_*Linus Walleij1-56/+56
2022-05-28Merge tag 'v5.18' into nextDmitry Torokhov5-23/+13
2022-05-28Merge branch 'next' into for-linusDmitry Torokhov1-8/+8
2022-05-26Input: stmfts - do not leave device disabled in stmfts_input_openDmitry Torokhov1-8/+8
2022-05-22Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+8
2022-05-19Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov1-9/+35
2022-05-19Input: ili210x - use one common reset implementationMarek Vasut1-12/+8
2022-05-19Input: ili210x - fix reset timingMarek Vasut1-2/+2
2022-05-07Input: wm97xx - get rid of irq_enable method in wm97xx_mach_opsDmitry Torokhov2-18/+0
2022-05-07Input: wm97xx - switch to using threaded IRQDmitry Torokhov1-35/+7
2022-05-07Input: touchscreen: use wrapper for pxa2xx ac97 registersArnd Bergmann3-14/+16
2022-05-07input: touchscreen: mainstone: sync with zylonite driverArnd Bergmann1-28/+31
2022-05-07input: touchscreen: mainstone: fix pxa2xx+pxa3xx configurationArnd Bergmann1-12/+7
2022-05-07ARM: pxa: zylonite: use gpio lookup instead mfp headerArnd Bergmann1-9/+11
2022-05-07ARM: pxa: mainstone-wm97xx: use gpio lookup tableArnd Bergmann1-21/+14
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-1/+1
2022-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-44/+427
2022-03-31Merge branch 'next' into for-linusDmitry Torokhov8-44/+427
2022-03-24Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+2
2022-03-22Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds3-9/+3
2022-03-21Input: add Imagis touchscreen driverMarkuss Broks3-0/+378
2022-03-21Input: stmfts - fix reference leak in stmfts_input_openZheng Yongjun1-3/+5
2022-03-21Input: iqs5xx - use local input_dev pointerJeff LaBundy1-8/+8
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-2/+2
2022-03-15Merge tag 'v5.17-rc8' into nextDmitry Torokhov2-17/+29
2022-03-08Input: zinitix - do not report shadow fingersLinus Walleij1-9/+35
2022-03-01Input: goodix - fix race on driver unbindHans de Goede2-13/+23
2022-03-01Input: goodix - use input_copy_abs() helperHans de Goede1-17/+9
2022-03-01Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt()...Hans de Goede1-1/+15
2022-03-01Input: goodix - use the new soc_intel_is_byt() helperHans de Goede1-16/+2
2022-03-01Merge tag 'v5.17-rc4' into for-linusDmitry Torokhov1-9/+3
2022-02-19Merge tag 'v5.17-rc4' into nextDmitry Torokhov1-9/+3