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-05-222-2/+2
|\
| * Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut2015-05-211-1/+1
| * Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut2015-05-211-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/+5
| * Input: edt-ft5x06 - remove EV_SYN event reportMaxime Ripard2015-03-241-1/+0
| * 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-021-0/+1
| * | Input: sun4i-ts - allow controlling filter and sensitivity via DTJens Thiele2015-03-231-4/+16
| * | Input: constify of_device_id arraysFabian Frederick2015-03-191-1/+1
| * | Input: sun4i-ts - really fix A10 temperature reportingHans de Goede2015-03-121-7/+7
| * | Input: sx8654 - signedness bug in sx8654_irq()Dan Carpenter2015-03-111-1/+1
| * | Input: elants_i2c - append hw_version to FW fileCharlie Mooney2015-03-111-4/+10
| * | Input: sun4i-ts - A10 (sun4i) has a different temperature curveHans de Goede2015-03-081-3/+13
| * | Input: add support for Semtech SX8654 I2C touchscreen controllerSébastien Szymanski2015-03-063-0/+298
| * | Input: goodix - add device tree supportAleksei Mamlin2015-03-062-3/+23
| * | Input: goodix - use max touch number from device configAleksei Mamlin2015-03-061-6/+9
| |/
* | [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-022-12/+419
|/
* Input: ti_am335x_tsc - replace delta filtering with median filteringVignesh R2015-02-031-40/+52
* Input: ti_am335x_tsc - read charge delay from DTVignesh R2015-02-031-1/+13
* Input: ti_am335x_tsc - remove udelay in interrupt handlerBrad Griffis2015-02-031-36/+31
* Input: ti_am335x_tsc - interchange touchscreen and ADC stepsBrad Griffis2015-02-031-18/+24
* Input: MT - add support for balanced slot assignmentHenrik Rydberg2015-02-011-1/+1
* Input: sun4i-ts - add support for touchpanel controller on A31Chen-Yu Tsai2015-01-261-13/+33
* Input: sun4i-ts - add thermal zone sensor supportChen-Yu Tsai2015-01-181-4/+50
* Merge tag 'v3.19-rc4' into nextDmitry Torokhov2015-01-1522-101/+33
|\
| * Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"Linus Torvalds2014-12-311-73/+26
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-301-1/+3
| |\
| | * Merge branch 'next' into for-linusDmitry Torokhov2014-12-181-1/+3
| | |\
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-1723-78/+1731
| |\| |
| | * | Merge branch 'next' into for-linusDmitry Torokhov2014-12-1523-78/+1731
| | |\ \
| * | \ \ Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1417-17/+0
| |\ \ \ \
| | * \ \ \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0317-17/+0
| | |\ \ \ \
| | | * | | | input: touchscreen: drop owner assignment from platform_driversWolfram Sang2014-10-2017-17/+0
| * | | | | | input / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-1/+1
| |/ / / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-311-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Input: wm97xx - adapt parameters to tosa touchscreen.Dmitry Eremin-Solenikov2014-10-241-2/+2