summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Input: ti_am335x_tsc - replace delta filtering with median filteringVignesh R2015-02-031-40/+52
* Input: ti_am335x_tsc - read charge delay from DTVignesh R2015-02-031-1/+13
* Input: ti_am335x_tsc - remove udelay in interrupt handlerBrad Griffis2015-02-031-36/+31
* Input: ti_am335x_tsc - interchange touchscreen and ADC stepsBrad Griffis2015-02-031-18/+24
* Input: MT - add support for balanced slot assignmentHenrik Rydberg2015-02-011-1/+1
* Input: sun4i-ts - add support for touchpanel controller on A31Chen-Yu Tsai2015-01-261-13/+33
* Input: sun4i-ts - add thermal zone sensor supportChen-Yu Tsai2015-01-181-4/+50
* Merge tag 'v3.19-rc4' into nextDmitry Torokhov2015-01-1522-101/+33
|\
| * Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"Linus Torvalds2014-12-311-73/+26
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-301-1/+3
| |\
| | * Merge branch 'next' into for-linusDmitry Torokhov2014-12-181-1/+3
| | |\
| * | \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-1723-78/+1731
| |\ \ \ | | |/ /
| | * | Merge branch 'next' into for-linusDmitry Torokhov2014-12-1523-78/+1731
| | |\ \
| * | \ \ Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1417-17/+0
| |\ \ \ \
| | * \ \ \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0317-17/+0
| | |\ \ \ \
| | | * | | | input: touchscreen: drop owner assignment from platform_driversWolfram Sang2014-10-2017-17/+0
| * | | | | | input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-1/+1
| |/ / / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-311-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Input: wm97xx - adapt parameters to tosa touchscreen.Dmitry Eremin-Solenikov2014-10-241-2/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-193-0/+194
| |\ \ \ \ | | |/ / /
| * | | | input: edt-ft5x06: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
| * | | | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-7/+3
| |\ \ \ \
| | * | | | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-7/+3
* | | | | | Input: elants_i2c - remove unnecessary version.h inclusionFabian Frederick2014-12-291-2/+0
| |_|_|_|/ |/| | | |
* | | | | Input: edt-ft5x06 - fixed a macro coding style issueAsaf Vertz2014-12-151-1/+3
| |_|_|/ |/| | |
* | | | Input: add support for Elan eKTH I2C touchscreensScott Liu2014-12-073-0/+1284
* | | | Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-0219-78/+38
* | | | Input: add driver for the Goodix touchpanelBastien Nocera2014-10-313-0/+409
| |_|/ |/| |
* | | Merge tag 'v3.17' into nextDmitry Torokhov2014-10-113-8/+21
|\ \ \ | |/ /
| * | Input: atmel_mxt_ts - fix double free of input deviceStephen Warren2014-09-101-5/+13
| * | Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer2014-09-091-1/+6
| * | Input: wm971x - fix typo in module parameter descriptionMasanari Iida2014-09-092-2/+2
| |/
* | Input: Add Microchip AR1021 i2c touchscreenChristian Gmeiner2014-10-093-0/+194
|/
* Merge branch 'next' into for-linusDmitry Torokhov2014-08-142-169/+198
|\
| * Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov2014-08-131-1/+0
| * Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov2014-08-131-6/+11
| * Input: atmel_mxt_ts - split config update a bitDmitry Torokhov2014-08-131-125/+145
| * Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov2014-08-131-39/+42
| * Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer2014-08-071-3/+5
* | Merge branch 'next' into for-linusDmitry Torokhov2014-08-0612-791/+1442
|\ \ | |/
| * Input: jornada720_ts - get rid of space indentation and use tabPramod Gurav2014-07-311-13/+12
| * Input: jornada720_ts - switch to using managed resourcesPramod Gurav2014-07-311-32/+13
| * Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam2014-07-301-4/+2
| * Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam2014-07-301-1/+1
| * Input: ads7846 - release resources on failure for clean exitPramod Gurav2014-07-301-2/+4
| * Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2014-07-281-26/+73
| * Input: pixcir_i2c_ts - add device tree supportRoger Quadros2014-07-281-0/+77
| * Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros2014-07-281-17/+57
| * Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros2014-07-281-31/+94
| * Input: ipaq-micro-ts - introduce open/closeDmitry Torokhov2014-07-241-32/+56
OpenPOWER on IntegriCloud