summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorLines
2019-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+1
2019-07-20Merge branch 'next' into for-linusDmitry Torokhov-595/+90
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov-604/+102
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-45/+77
2019-07-13Input: auo-pixcir-ts - switch to using devm_add_action_or_reset()Fuqian Huang-2/+1
2019-07-10Merge branch 'next' into for-linusDmitry Torokhov-97/+92
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-4/+2
2019-07-05Input: edt-ft5x06 - simplify event reporting codeDmitry Torokhov-9/+4
2019-07-05Input: atmel_mxt_ts - fix leak in mxt_update_cfg()Ian Ray-1/+2
2019-07-01Input: atmel_mxt_ts - fix -Wunused-const-variableNathan Huckleberry-10/+10
2019-06-30Input: edt-ft5x06 - use get_unaligned_be16()Dmitry Torokhov-2/+3
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-135/+29
2019-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-11/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-125/+27
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 475Thomas Gleixner-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner-6/+1
2019-06-12media: touchscreen/sur40: set device_caps in struct video_deviceHans Verkuil-4/+2
2019-06-09Input: iqs5xx - get axis info before calling input_mt_init_slots()Jeff LaBundy-11/+13
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-15/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 315Thomas Gleixner-3/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-87/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-47/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 160Thomas Gleixner-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-89/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-89/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner-8/+4
2019-05-27Merge branch 'for-linus' into nextDmitry Torokhov-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 64Thomas Gleixner-15/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-14/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55Thomas Gleixner-6/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 28Thomas Gleixner-14/+1
2019-05-23Input: iqs5xx - remove redundant dev_set_drvdata callAxel Lin-2/+0
2019-05-23Input: silead - add MSSL0017 to acpi_device_idDaniel Smith-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+2
2019-05-20Input: imx6ul_tsc - use devm_platform_ioremap_resource() to simplify codeAnson Huang-6/+2
2019-05-15Input: eeti_ts - read hardware state once after wakeupDaniel Mack-15/+56
2019-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-19/+1202
2019-05-10Merge tag 'v5.1' into nextDmitry Torokhov-54/+19
2019-05-10Merge branch 'next' into for-linusDmitry Torokhov-19/+1202
2019-04-30Input: add support for Azoteq IQS550/572/525Jeff LaBundy-0/+1144
2019-04-03Input: goodix - add GT5663 CTP supportJagan Teki-0/+2
2019-04-03Input: goodix - add regulators suppotJagan Teki-0/+52
2019-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-240/+658
2019-03-09Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEVArnd Bergmann-0/+1