summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2015-08-041-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-271-29/+18
| | * | Input: tsc2005 - simplify drvdata acquisitionSebastian Reichel2015-07-271-10/+6
| | * | Input: tsc2005 - convert to regmapSebastian Reichel2015-07-272-112/+60
| | * | Input: tsc2005 - fix Kconfig indentationSebastian Reichel2015-07-271-4/+4
| | * | Input: tsc2005 - improve readability of register definesSebastian Reichel2015-07-271-10/+18
| | * | Input: ads7846 - change name of wakeup property to "wakeup-source"Dmitry Torokhov2015-07-231-1/+2
| | * | Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-204-17/+470
| | |\ \
| | * | | Input: zforce - don't invert the interrupt GPIODirk Behme2015-07-201-1/+1
| | * | | Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-1721-21/+0
| | * | | Input: wdt87xx_i2c - change the sleep time to 2500ms after the sw resetHungNien Chen2015-07-111-1/+2
| | * | | Input: wdt87xx_i2c - populate vendor and product in input deviceHungNien Chen2015-07-111-1/+45
| | * | | Input: pixcir_i2c_ts - use standard OF touchscreen parsing codeDmitry Torokhov2015-07-111-51/+44
| | * | | Input: pixcir_i2c_ts - simplify input device initializationDmitry Torokhov2015-07-111-5/+0
| | * | | Input: pixcir_i2c_ts - add RESET gpioRoger Quadros2015-07-111-0/+22
| | * | | Input: pixcir_i2c_ts - allow using with GPIO expandersDmitry Torokhov2015-07-111-1/+1
| | * | | Input: pixcir_i2c_ts - switch the device over to gpiodDmitry Torokhov2015-07-111-17/+9
| | * | | Input: pixcir_i2c_ts - move platform dataDmitry Torokhov2015-07-111-1/+1
| | * | | Input: of_touchscreen - switch to using device propertiesDmitry Torokhov2015-07-115-31/+35
| | * | | Input: of_touchscreen - fix setting max values on X/Y axisDmitry Torokhov2015-07-111-4/+6
| | * | | Input: of_touchscreen - always issue warning if axis is not set upDmitry Torokhov2015-07-111-7/+3
| | * | | Input: zforce_ts - convert to use the gpiod interfaceDirk Behme2015-07-081-28/+30
* | | | | Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-09-041-9/+4
|\ \ \ \ \
| * | | | | ALSA: ac97: Switch to dev_pm_opsLars-Peter Clausen2015-08-211-9/+4
| | |_|_|/ | |/| | |
* / | | | treewide: Fix typo in printkMasanari Iida2015-08-071-2/+2
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-07-301-1/+1
|\| | |
| * | | Revert "Input: zforce - don't overwrite the stack"Dmitry Torokhov2015-07-281-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-07-243-1/+40
|\| | | | |_|/ |/| |
| * | Input: goodix - fix touch coordinates on WinBook TW100 and TW700Bastien Nocera2015-07-241-0/+36
| * | Input: usbtouchscreen - avoid unresponsive TSC-30 touch screenBernhard Bender2015-07-231-0/+3
| * | Input: zforce - don't overwrite the stackOleksij Rempel2015-07-161-1/+1
* | | 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-036-33/+1209
| |\|
| | * Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR eventHungNien Chen2015-07-011-5/+14
| | * Input: wdt87xx_i2c - remove stray newline in diagnostic messageDmitry Torokhov2015-07-011-1/+1
| | * Input: wdt87xx_i2c - fix format warningDmitry Torokhov2015-06-291-1/+1
| | * Input: improve parsing OF parameters for touchscreensDmitry Torokhov2015-06-253-27/+46
| | * Input: edt-ft5x06 - mark as direct input deviceDmitry Torokhov2015-06-251-6/+1
| | * Input: add a driver for wdt87xx touchscreen controllerHungNien Chen2015-06-243-0/+1153
* | | Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-06-252-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-248-60/+54
|\ \ \ \ | | |/ / | |/| |