summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: sur40 - fix error return codeJulia Lawall2015-08-241-0/+1
* Input: elants_i2c - fix for devm_gpiod_get API changeStephen Rothwell2015-08-141-9/+1
* Input: elants_i2c - enable asynchronous probingDmitry Torokhov2015-08-071-0/+1
* Input: elants_i2c - wire up regulator supportDmitry Torokhov2015-08-071-22/+162
* Input: elants_i2c - disable idle mode before updating firmwareJames Chen2015-08-051-1/+7
* Input: atmel_mxt_ts - remove warning on zero T44 countNick Dyer2015-08-051-9/+8
* Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECTNick Dyer2015-08-051-0/+2
* Input: atmel_mxt_ts - disable interrupt for 50ms after resetNick Dyer2015-08-051-1/+8
* Input: atmel_mxt_ts - improve device tree parsingNick Dyer2015-08-051-13/+9
* Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to initPan Xinhui2015-08-051-0/+6
* Input: atmel_mxt_ts - remove unused definesNick Dyer2015-08-051-65/+1
* Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2015-08-051-11/+108
* Input: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-08-041-4/+4
* Input: zforce - make the interrupt GPIO optionalDirk Behme2015-08-031-14/+49
* Input: touchscreen - export OF module alias informationJavier Martinez Canillas2015-07-302-0/+2
* Input: export I2C module alias information in missing driversJavier Martinez Canillas2015-07-301-0/+1
* Input: tsc2005 - convert to gpiodSebastian Reichel2015-07-281-29/+18
* Input: tsc2005 - simplify drvdata acquisitionSebastian Reichel2015-07-281-10/+6
* Input: tsc2005 - convert to regmapSebastian Reichel2015-07-282-112/+60
* Input: tsc2005 - fix Kconfig indentationSebastian Reichel2015-07-281-4/+4
* Input: tsc2005 - improve readability of register definesSebastian Reichel2015-07-281-10/+18
* Input: ads7846 - change name of wakeup property to "wakeup-source"Dmitry Torokhov2015-07-241-1/+2
* Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-204-17/+470
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-07-046-33/+1209
| |\
| | * Merge branch 'next' into for-linusDmitry Torokhov2015-07-046-33/+1209
| | |\
| * | \ Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-06-262-4/+45
| |\ \ \
| | * | | [media] return BUF_STATE_ERROR if streaming stopped during acquisitionFlorian Echtler2015-05-301-0/+5
| | * | | [media] add extra debug output, remove noisy warningFlorian Echtler2015-05-301-1/+8
| | * | | [media] add frame size/frame rate query functionsFlorian Echtler2015-05-301-0/+30
| | * | | [media] reduce poll interval to allow full 60 FPS framerateFlorian Echtler2015-05-301-1/+1
| | * | | [media] Input: TOUCHSCREEN_SUR40 should depend on HAS_DMAGeert Uytterhoeven2015-05-011-2/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-258-60/+54
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'next' into for-linusDmitry Torokhov2015-06-227-59/+53
| | |\ \ \
| | * | | | Input: pixcir_i2c_ts - fix receive errorFrodo Lai2015-06-171-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-05-222-2/+2
| |\| | | | | | |_|/ / | |/| | |
| | * | | Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut2015-05-221-1/+1
| | * | | Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut2015-05-221-1/+1
| | * | | Input: sx8654 - fix memory allocation checkDmitry Torokhov2015-05-131-1/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-04-212-12/+131
| |\| | |
| * | | | Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-2114-89/+1659
| |\ \ \ \
| * | | | | [media] sur40: fix occasional hard freeze due to buffer queue underrunFlorian Echtler2015-04-081-0/+5
| * | | | | [media] add raw video stream support for Samsung SUR40Florian Echtler2015-04-032-12/+419
* | | | | | Input: zforce - don't invert the interrupt GPIODirk Behme2015-07-201-1/+1
* | | | | | Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-1821-21/+0
* | | | | | Input: wdt87xx_i2c - change the sleep time to 2500ms after the sw resetHungNien Chen2015-07-121-1/+2
* | | | | | Input: wdt87xx_i2c - populate vendor and product in input deviceHungNien Chen2015-07-121-1/+45
* | | | | | Input: pixcir_i2c_ts - use standard OF touchscreen parsing codeDmitry Torokhov2015-07-121-51/+44
* | | | | | Input: pixcir_i2c_ts - simplify input device initializationDmitry Torokhov2015-07-121-5/+0
* | | | | | Input: pixcir_i2c_ts - add RESET gpioRoger Quadros2015-07-121-0/+22
* | | | | | Input: pixcir_i2c_ts - allow using with GPIO expandersDmitry Torokhov2015-07-121-1/+1