summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorLines
2018-04-09Input: atmel_mxt_ts - do not pass suspend mode in platform dataDmitry Torokhov-5/+22
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-10/+21
2018-04-04Merge branch 'next' into for-linusDmitry Torokhov-97/+194
2018-04-03Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-1/+177
2018-03-30Input: stmfts, s6sy761 - update my e-mailAndi Shyti-2/+2
2018-03-30Input: stmfts - use async probe & suspend/resume to avoid 2s delayMarek Szyprowski-0/+2
2018-03-26Input: usbtouchscreen - do not rely on input_dev->usersMarcus Folkesson-4/+5
2018-03-26Input: usbtouchscreen - fix deadlock in autosuspendMarcus Folkesson-4/+11
2018-03-14Input: silead - add Chuwi Hi8 supportMaruyama Shohei-0/+1
2018-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-9/+6
2018-02-14media: add video control handlers using V4L2 control frameworkFlorian Echtler-0/+64
2018-02-14media: add panel register access functionsFlorian Echtler-0/+75
2018-02-14media: add default settings and module parameters for video controlsFlorian Echtler-0/+34
2018-02-14media: add missing blob structure field for tag idFlorian Echtler-1/+4
2018-02-02Input: mms114 - add SPDX identifierAndi Shyti-8/+5
2018-02-02Input: mms114 - fix license module informationAndi Shyti-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-728/+288
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov-728/+288
2018-01-31Input: goodix - use generic touchscreen_propertiesMarcin Niestroj-83/+58
2018-01-31Input: mms114 - fix typo in definitionAndi Shyti-2/+2
2018-01-30Input: mms114 - use BIT() macro instead of explicit shiftingAndi Shyti-1/+1
2018-01-30Input: mms114 - replace mdelay with msleepAndi Shyti-1/+1
2018-01-26Input: mms114 - add support for mms152Simon Shields-19/+73
2018-01-26Input: mms114 - drop platform data and use generic APIsSimon Shields-82/+65
2018-01-26Input: mms114 - mark as direct input deviceDmitry Torokhov-8/+5
2018-01-26Input: mms114 - do not clobber interrupt triggerDmitry Torokhov-3/+3
2018-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-20/+10
2018-01-24Input: edt-ft5x06 - fix error handling for factory mode on non-M06Dmitry Torokhov-8/+6
2018-01-22Input: stmfts - set IRQ_NOAUTOEN to the irq flagAndi Shyti-3/+8
2018-01-22Input: auo-pixcir-ts - delete an unnecessary return statementMarkus Elfring-2/+0
2018-01-22Input: auo-pixcir-ts - remove custom log for a failed memory allocationMarkus Elfring-3/+1
2018-01-22Input: da9052_tsi - remove unused mutexMarcus Folkesson-1/+0
2018-01-22Input: ad7877 - use managed resource allocationsAndi Shyti-44/+23
2018-01-22Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti-20/+10
2018-01-22Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti-20/+10
2018-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-4/+16
2018-01-19Input: remove atmel-wm97xx touchscreen driverCorentin Labbe-452/+0
2018-01-17Input: inline macros for MODULE_LICENSE, etcJulia Lawall-7/+2
2018-01-16Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman-7/+0
2018-01-12Input: goodix - disable IRQs while suspendedHans de Goede-2/+6
2018-01-10Input: of_touchscreen - add MODULE_LICENSEArnd Bergmann-0/+4
2018-01-09Input: silead - add support for capactive home button found on some x86 tabletsHans de Goede-11/+35
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches-1/+1
2018-01-08Input: 88pm860x-ts - fix child-node lookupJohan Hovold-4/+12
2018-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-5/+8
2018-01-05Input: raydium_i2c_ts - include hardware version in firmware nameJeffrey Lin-2/+12
2017-12-18Input: hideep - fix compile error due to missing include fileAnthony Kim-2/+1
2017-11-29Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov-3/+7
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook-1/+1