aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-25Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-4/+45
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds8-60/+54
2015-06-22Merge branch 'next' into for-linusDmitry Torokhov7-59/+53
2015-06-16Input: pixcir_i2c_ts - fix receive errorFrodo Lai1-1/+1
2015-06-11Input: cyttsp4 - use swap() in cyttsp4_get_touch()Fabian Frederick1-4/+1
2015-06-11Input: goodix - do not explicitly set evbits in input deviceDmitry Torokhov1-4/+0
2015-06-09Input: goodix - export id and version read from deviceIrina Tirdea1-12/+21
2015-06-09Input: goodix - fix variable length array warningIrina Tirdea1-1/+1
2015-06-09Input: goodix - fix alignment issuesIrina Tirdea1-8/+8
2015-05-30[media] return BUF_STATE_ERROR if streaming stopped during acquisitionFlorian Echtler1-0/+5
2015-05-30[media] add extra debug output, remove noisy warningFlorian Echtler1-1/+8
2015-05-30[media] add frame size/frame rate query functionsFlorian Echtler1-0/+30
2015-05-30[media] reduce poll interval to allow full 60 FPS framerateFlorian Echtler1-1/+1
2015-05-26Input: stmpe-ts - enforce device tree only modeDmitry Torokhov2-24/+6
2015-05-22Input: stmpe-ts - fix automatic module loadingDmitry Torokhov1-2/+10
2015-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-2/+2
2015-05-21Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut1-1/+1
2015-05-21Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut1-1/+1
2015-05-20Input: atmel_mxt_ts - use BIT() macro when reporting button stateDmitry Torokhov1-4/+4
2015-05-13Input: zforce - remove duplicated includeWei Yongjun1-1/+0
2015-05-13Input: sx8654 - fix memory allocation checkDmitry Torokhov1-1/+1
2015-05-07Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut1-1/+1
2015-05-07Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut1-1/+1
2015-05-06Input: s3c2410_ts - constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-06Input: goodix - check the 'buffer status' bit before reading dataPaul Cercueil1-0/+3
2015-05-01[media] Input: TOUCHSCREEN_SUR40 should depend on HAS_DMAGeert Uytterhoeven1-2/+1
2015-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-12/+131
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux into v4l_for_linusMauro Carvalho Chehab14-89/+1659
2015-04-20Input: elants_i2c - zero-extend hardware ID in firmware nameDmitry Torokhov1-1/+1
2015-04-15Input: atmel_mxt_ts - add support for Google Pixel 2Dmitry Torokhov1-11/+130
2015-04-08[media] sur40: fix occasional hard freeze due to buffer queue underrunFlorian Echtler1-0/+5
2015-04-06Input: atmel_mxt_ts - split out touchpad initialisation logicSjoerd Simons1-22/+30
2015-04-06Input: atmel_mxt_ts - implement support for T100 touch objectNick Dyer1-27/+318
2015-04-02[media] add raw video stream support for Samsung SUR40Florian Echtler2-12/+419
2015-03-31Input: tsc2007 - Convert msecs to jiffies only onceAaron Sierra1-6/+5
2015-03-24Input: edt-ft5x06 - remove EV_SYN event reportMaxime Ripard1-1/+0
2015-03-24Input: edt-ft5x06 - allow to setting the maximum axes value through the DTMaxime Ripard1-0/+5
2015-03-24Input: of_touchscreen - register multitouch axesMaxime Ripard1-5/+17
2015-03-24Input: of_touchscreen - rework the DT parsing functionMaxime Ripard1-10/+40
2015-03-24Input: add support for ChipOne icn8318 based touchscreensHans de Goede3-0/+330
2015-03-24Input: usbtouchscreen - add new model from IRTOUCHSYSTEMSLars Poeschel1-0/+11
2015-03-23Input: add Broadcom iProc touchscreen driverJonathan Richardson3-0/+535
2015-03-23Merge tag 'v4.0-rc5' into nextDmitry Torokhov1-0/+1
2015-03-23Input: sun4i-ts - allow controlling filter and sensitivity via DTJens Thiele1-4/+16
2015-03-19Input: constify of_device_id arraysFabian Frederick1-1/+1
2015-03-12Input: sun4i-ts - really fix A10 temperature reportingHans de Goede1-7/+7
2015-03-11Input: sx8654 - signedness bug in sx8654_irq()Dan Carpenter1-1/+1
2015-03-11Input: elants_i2c - append hw_version to FW fileCharlie Mooney1-4/+10
2015-03-08Input: sun4i-ts - A10 (sun4i) has a different temperature curveHans de Goede1-3/+13
2015-03-06Input: add support for Semtech SX8654 I2C touchscreen controllerSébastien Szymanski3-0/+298