aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorFilesLines
2015-03-02Input: sun4i-ts - add thermal driver dependencyGravatar Arnd Bergmann 1-0/+1
2015-02-03Input: ti_am335x_tsc - replace delta filtering with median filteringGravatar Vignesh R 1-40/+52
2015-02-03Input: ti_am335x_tsc - read charge delay from DTGravatar Vignesh R 1-1/+13
2015-02-03Input: ti_am335x_tsc - remove udelay in interrupt handlerGravatar Brad Griffis 1-36/+31
2015-02-03Input: ti_am335x_tsc - interchange touchscreen and ADC stepsGravatar Brad Griffis 1-18/+24
2015-02-01Input: MT - add support for balanced slot assignmentGravatar Henrik Rydberg 1-1/+1
2015-01-26Input: sun4i-ts - add support for touchpanel controller on A31Gravatar Chen-Yu Tsai 1-13/+33
2015-01-18Input: sun4i-ts - add thermal zone sensor supportGravatar Chen-Yu Tsai 1-4/+50
2015-01-15Merge tag 'v3.19-rc4' into nextGravatar Dmitry Torokhov 22-101/+33
2014-12-31Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"Gravatar Linus Torvalds 1-73/+26
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+3
2014-12-29Input: elants_i2c - remove unnecessary version.h inclusionGravatar Fabian Frederick 1-2/+0
2014-12-18Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-1/+3
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 23-78/+1731
2014-12-15Input: edt-ft5x06 - fixed a macro coding style issueGravatar Asaf Vertz 1-1/+3
2014-12-15Merge branch 'next' into for-linusGravatar Dmitry Torokhov 23-78/+1731
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 17-17/+0
2014-12-07Input: add support for Elan eKTH I2C touchscreensGravatar Scott Liu 3-0/+1284
2014-12-05input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMGravatar Rafael J. Wysocki 1-1/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 17-17/+0
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeGravatar Jingoo Han 19-78/+38
2014-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-2/+2
2014-10-31Input: add driver for the Goodix touchpanelGravatar Bastien Nocera 3-0/+409
2014-10-24Input: wm97xx - adapt parameters to tosa touchscreen.Gravatar Dmitry Eremin-Solenikov 1-2/+2
2014-10-20input: touchscreen: drop owner assignment from platform_driversGravatar Wolfram Sang 17-17/+0
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-0/+194
2014-10-14input: edt-ft5x06: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-1/+1
2014-10-11Merge tag 'v3.17' into nextGravatar Dmitry Torokhov 3-8/+21
2014-10-09Input: Add Microchip AR1021 i2c touchscreenGravatar Christian Gmeiner 3-0/+194
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-7/+3
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverGravatar abdoulaye berthe 1-7/+3
2014-09-10Input: atmel_mxt_ts - fix double free of input deviceGravatar Stephen Warren 1-5/+13
2014-09-09Input: atmel_mxt_ts - downgrade warning about empty interruptsGravatar Nick Dyer 1-1/+6
2014-09-09Input: wm971x - fix typo in module parameter descriptionGravatar Masanari Iida 2-2/+2
2014-08-14Merge branch 'next' into for-linusGravatar Dmitry Torokhov 2-169/+198
2014-08-13Input: edt-ft5x06 - remove superfluous assignmentGravatar Maks Naumov 1-1/+0
2014-08-13Input: atmel_mxt_ts - fix a few issues reported by CoverityGravatar Dmitry Torokhov 1-6/+11
2014-08-13Input: atmel_mxt_ts - split config update a bitGravatar Dmitry Torokhov 1-125/+145
2014-08-13Input: atmel_mxt_ts - simplify mxt_initialize a bitGravatar Dmitry Torokhov 1-39/+42
2014-08-07Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AAGravatar Nick Dyer 1-3/+5
2014-08-06Merge branch 'next' into for-linusGravatar Dmitry Torokhov 12-791/+1442
2014-07-31Input: jornada720_ts - get rid of space indentation and use tabGravatar Pramod Gurav 1-13/+12
2014-07-31Input: jornada720_ts - switch to using managed resourcesGravatar Pramod Gurav 1-32/+13
2014-07-30Input: mcs5000_ts - remove ifdef around power management methodsGravatar Fabio Estevam 1-4/+2
2014-07-30Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPGravatar Fabio Estevam 1-1/+1
2014-07-30Input: ads7846 - release resources on failure for clean exitGravatar Pramod Gurav 1-2/+4
2014-07-28Input: atmel_mxt_ts - use deep sleep mode when stoppedGravatar Nick Dyer 1-26/+73
2014-07-28Input: pixcir_i2c_ts - add device tree supportGravatar Roger Quadros 1-0/+77
2014-07-28Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsGravatar Roger Quadros 1-17/+57
2014-07-28Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolGravatar Roger Quadros 1-31/+94