summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
...
| | * Input: auo-pixcir-ts - delete an unnecessary return statementMarkus Elfring2018-01-221-2/+0
| | * Input: auo-pixcir-ts - remove custom log for a failed memory allocationMarkus Elfring2018-01-221-3/+1
| | * Input: da9052_tsi - remove unused mutexMarcus Folkesson2018-01-221-1/+0
| | * Input: ad7877 - use managed resource allocationsAndi Shyti2018-01-221-44/+23
| | * Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2018-01-222-20/+10
| | * Input: remove atmel-wm97xx touchscreen driverCorentin Labbe2018-01-193-452/+0
| | * Input: inline macros for MODULE_LICENSE, etcJulia Lawall2018-01-171-7/+2
| | * Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman2018-01-164-7/+0
| | * Input: goodix - disable IRQs while suspendedHans de Goede2018-01-121-2/+6
| | * Input: silead - add support for capactive home button found on some x86 tabletsHans de Goede2018-01-091-11/+35
| | * Input: raydium_i2c_ts - include hardware version in firmware nameJeffrey Lin2018-01-051-2/+12
* | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-1/+1
|\ \ \
| * | | treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-252-20/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2018-01-222-20/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-192-4/+16
|\ \ \ \ | |/ / /
| * | | Input: of_touchscreen - add MODULE_LICENSEArnd Bergmann2018-01-101-0/+4
| * | | Input: 88pm860x-ts - fix child-node lookupJohan Hovold2018-01-081-4/+12
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-052-5/+8
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Input: hideep - fix compile error due to missing include fileAnthony Kim2017-12-181-2/+1
| * | Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov2017-11-291-3/+7
* | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-11-1421-209/+2238
|\ \ \ | |/ /
| * | Merge branch 'next' into for-linusDmitry Torokhov2017-11-1323-210/+2241
| |\ \ | | |/
| | * Input: add support for the Samsung S6SY761 touchscreenAndi Shyti2017-11-103-0/+571
| | * Input: add support for HiDeep touchscreenAnthony Kim2017-11-103-0/+1132
| | * Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven2017-11-071-13/+3
| | * Merge tag 'v4.14-rc8' into nextDmitry Torokhov2017-11-073-0/+3
| | |\
| | * | Input: cyttsp4 - avoid overflows when calculating memory sizesVince Kim2017-11-031-12/+40
| | * | Input: mxs-lradc - remove redundant assignment to pointer inputColin Ian King2017-10-271-1/+1
| | * | Input: add I2C attached EETI EXC3000 multi touch driverAhmet Inan2017-10-253-0/+234
| | * | Input: goodix - support gt1151 touchpanelMarcin Niestroj2017-10-241-27/+98
| | * | Input: touchsceen - convert timers to use timer_setup()Kees Cook2017-10-245-18/+18
| | * | Input: ad7877 - convert to using timer_setup()stephen lu2017-10-231-3/+3
| | * | Merge tag 'v4.14-rc6' into nextDmitry Torokhov2017-10-234-29/+48
| | |\ \
| | * | | Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig2017-10-191-11/+39
| | * | | Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig2017-10-191-29/+93
| | * | | Input: ad7879 - use managed devm_device_add_groupAndi Shyti2017-09-291-12/+1
| | * | | Input: edt-ft5x06 - use managed devm_device_add_groupAndi Shyti2017-09-291-7/+2
| | * | | Input: wdt87xx_i2c - use managed devm_device_add_groupAndi Shyti2017-09-291-9/+1
| | * | | Input: rohm_bu21023 - use managed devm_device_add_groupAndi Shyti2017-09-291-16/+1
| | * | | Input: raydium_i2c_ts - use managed devm_device_add_groupAndi Shyti2017-09-291-17/+1
| | * | | Input: melfas_mip4 - use managed devm_device_add_groupAndi Shyti2017-09-291-16/+1
| | * | | Input: elants_i2c - use managed devm_device_add_groupAndi Shyti2017-09-291-18/+1
| | * | | Input: usbtouchscreen - use EXPERT instead of EMBEDDED for EasyTouchRandy Dunlap2017-09-261-1/+1
| | * | | Input: stmfts - use devm_device_add_groupAndi Shyti2017-09-221-3/+1
* | | | | Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-142-83/+171
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'aso...Mark Brown2017-11-102-83/+171
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | * | | | | Input: wm97xx: add new AC97 bus supportRobert Jarzmik2017-09-192-2/+56
| | | * | | | | Input: wm97xx: split out touchscreen registeringRobert Jarzmik2017-09-191-81/+115
| | | |/ / / /
OpenPOWER on IntegriCloud