summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * 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/+1Star
| | * 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-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/+1Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-258-60/+54Star
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2015-06-227-59/+53Star
| |\ \ \ | | | |/ | | |/|
| | * | Input: cyttsp4 - use swap() in cyttsp4_get_touch()Fabian Frederick2015-06-121-4/+1Star
| | * | Input: goodix - do not explicitly set evbits in input deviceDmitry Torokhov2015-06-121-4/+0Star
| | * | Input: goodix - export id and version read from deviceIrina Tirdea2015-06-091-12/+21
| | * | Input: goodix - fix variable length array warningIrina Tirdea2015-06-091-1/+1
| | * | Input: goodix - fix alignment issuesIrina Tirdea2015-06-091-8/+8
| | * | Input: stmpe-ts - enforce device tree only modeDmitry Torokhov2015-05-262-24/+6Star
| | * | Input: stmpe-ts - fix automatic module loadingDmitry Torokhov2015-05-231-2/+10
| | * | Input: atmel_mxt_ts - use BIT() macro when reporting button stateDmitry Torokhov2015-05-201-4/+4
| | * | Input: zforce - remove duplicated includeWei Yongjun2015-05-131-1/+0Star
| | * | Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut2015-05-081-1/+1
| | * | Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut2015-05-081-1/+1
| | * | Input: s3c2410_ts - constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
| | * | Input: goodix - check the 'buffer status' bit before reading dataPaul Cercueil2015-05-071-0/+3
| * | | 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
|\|
| * Input: elants_i2c - zero-extend hardware ID in firmware nameDmitry Torokhov2015-04-201-1/+1
| * Input: atmel_mxt_ts - add support for Google Pixel 2Dmitry Torokhov2015-04-151-11/+130
* | Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-2114-89/+1659
|\|
| * Input: atmel_mxt_ts - split out touchpad initialisation logicSjoerd Simons2015-04-061-22/+30
| * Input: atmel_mxt_ts - implement support for T100 touch objectNick Dyer2015-04-061-27/+318
| * Input: tsc2007 - Convert msecs to jiffies only onceAaron Sierra2015-03-311-6/+5Star
| * Input: edt-ft5x06 - remove EV_SYN event reportMaxime Ripard2015-03-241-1/+0Star
| * Input: edt-ft5x06 - allow to setting the maximum axes value through the DTMaxime Ripard2015-03-241-0/+5
| * Input: of_touchscreen - register multitouch axesMaxime Ripard2015-03-241-5/+17
| * Input: of_touchscreen - rework the DT parsing functionMaxime Ripard2015-03-241-10/+40
| * Input: add support for ChipOne icn8318 based touchscreensHans de Goede2015-03-243-0/+330
| * Input: usbtouchscreen - add new model from IRTOUCHSYSTEMSLars Poeschel2015-03-241-0/+11
| * Input: add Broadcom iProc touchscreen driverJonathan Richardson2015-03-233-0/+535
| * Merge tag 'v4.0-rc5' into nextDmitry Torokhov2015-03-231-0/+1
| |\
| | * Input: sun4i-ts - add thermal driver dependencyArnd Bergmann2015-03-031-0/+1