aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-08Input: zforce_ts - convert to use the gpiod interfaceDirk Behme1-28/+30
2015-07-01Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR eventHungNien Chen1-5/+14
2015-07-01Input: wdt87xx_i2c - remove stray newline in diagnostic messageDmitry Torokhov1-1/+1
2015-06-29Input: wdt87xx_i2c - fix format warningDmitry Torokhov1-1/+1
2015-06-25Input: improve parsing OF parameters for touchscreensDmitry Torokhov3-27/+46
2015-06-25Input: edt-ft5x06 - mark as direct input deviceDmitry Torokhov1-6/+1
2015-06-24Input: add a driver for wdt87xx touchscreen controllerHungNien Chen3-0/+1153
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-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-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-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-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-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-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
2015-03-06Input: goodix - add device tree supportAleksei Mamlin2-3/+23
2015-03-06Input: goodix - use max touch number from device configAleksei Mamlin1-6/+9
2015-03-02Input: sun4i-ts - add thermal driver dependencyArnd Bergmann1-0/+1
2015-02-03Input: ti_am335x_tsc - replace delta filtering with median filteringVignesh R1-40/+52
2015-02-03Input: ti_am335x_tsc - read charge delay from DTVignesh R1-1/+13
2015-02-03Input: ti_am335x_tsc - remove udelay in interrupt handlerBrad Griffis1-36/+31
2015-02-03Input: ti_am335x_tsc - interchange touchscreen and ADC stepsBrad Griffis1-18/+24
2015-02-01Input: MT - add support for balanced slot assignmentHenrik Rydberg1-1/+1
2015-01-26Input: sun4i-ts - add support for touchpanel controller on A31Chen-Yu Tsai1-13/+33
2015-01-18Input: sun4i-ts - add thermal zone sensor supportChen-Yu Tsai1-4/+50