summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Input: pcap_ts - use to_delayed_workGeliang Tang2016-01-021-1/+1
* Input: egalax_ts_serial - fix potential NULL dereference on errorDan Carpenter2015-12-191-1/+1
* Input: add touchscreen support for TS-4800Damien Riegel2015-12-163-0/+233
* Input: add eGalaxTouch serial touchscreen driverBöszörményi Zoltán2015-12-163-0/+205
* Input: pixcir_i2c - add support for wake and enable gpiosSander Vermin2015-12-041-0/+41
* Input: wacom_w8001 - split the touch and pen devices into two devicesPeter Hutterer2015-12-031-51/+116
* Input: wacom_w8001 - split pen and touch initialization upPeter Hutterer2015-12-031-83/+111
* Input: wacom_w8001 - handle touch error case correctlyPeter Hutterer2015-12-031-10/+9
* Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg supportPeter Hutterer2015-12-031-0/+1
* Input: wacom_w8001 - use __set_bit for evbitsPeter Hutterer2015-12-031-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-136-696/+863
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2015-11-136-696/+863
| |\
| | * Input: tsc2004 - add support for tsc2004Michael Welling2015-11-033-0/+97
| | * Input: tsc200x-core - rename functions and variablesMichael Welling2015-11-033-152/+152
| | * Input: tsc2005 - separate SPI and core functionsMichael Welling2015-11-035-695/+765
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-0611-191/+1669
|\ \ \ | |/ /
| * | Merge branch 'next' into for-linusDmitry Torokhov2015-11-0314-206/+1679
| |\ \ | | |/
| | * Input: edt-ft5x06 - work around FT5506 firmware bugFranklin S Cooper Jr2015-10-161-3/+3
| | * Input: edt-ft5x06 - add support for FT5506Franklin S Cooper Jr2015-10-161-1/+7
| | * Input: edt-ft5x06 - add support for different max support pointsFranklin S Cooper Jr2015-10-161-9/+29
| | * Input: edt-ft5x06 - use max support points to determine how much to readFranklin S Cooper Jr2015-10-161-4/+5
| | * Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R2015-10-131-12/+0
| | * Input: ft6236 - change module license string to match copyright noticeDmitry Torokhov2015-10-101-1/+1
| | * Input: ft6236 - do not explicitly set driver's ownerFengguang Wu2015-10-061-1/+0
| | * Input: edt-ft5x06 - do not call desc_to_gpio for invalid gpiosFranklin S Cooper Jr2015-10-061-2/+3
| | * Input: add support for ROHM BU21023/24 touchscreenYoichi Yuasa2015-10-053-0/+1230
| | * Merge tag 'v4.3-rc4' into nextDmitry Torokhov2015-10-052-14/+24
| | |\
| | * | Input: add support for FocalTech FT6236 touchscreen controllerNoralf Trønnes2015-10-023-0/+341
| | * | Input: cyttsp - use PTR_ERR_OR_ZERO()Javier Martinez Canillas2015-10-021-4/+1
| | * | Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas2015-10-021-3/+1
| | * | Input: tps6507x-ts - simplify function return logicJavier Martinez Canillas2015-10-021-8/+1
| | * | Input: auo-pixcir-ts - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1
| | * | Input: zforce - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1
| | * | Merge tag 'v4.3-rc3' into nextDmitry Torokhov2015-09-295-15/+49
| | |\ \
| | * | | Input: edt-ft5x06 - do not hardcode interrupt trigger typeDmitry Torokhov2015-09-271-3/+9
| | * | | Input: edt-ft5x06 - use generic properties APIDmitry Torokhov2015-09-271-11/+15
| | * | | Input: edt-ft5x06 - remove support for platform dataDmitry Torokhov2015-09-271-37/+4
| | * | | Input: edt-ft5x06 - drop parsing of irq gpioDmitry Torokhov2015-09-271-10/+0
| | * | | Input: edt-ft5x06 - switch to newer gpio frameworkFranklin S Cooper Jr2015-09-271-91/+38
* | | | | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-056-6/+0
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-046-6/+0
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-286-6/+0
| | |/ / / /
* | | | | | Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-11-051-9/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
| * | | | | [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-8/+9
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-10-302-2/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Input: sur40 - add dependency on VIDEO_V4L2Randy Dunlap2015-10-181-0/+1
| * | | | Input: lpc32xx_ts - fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-171-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-10-161-2/+6
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Input: ads7846 - correct the value got from SPIAndrey Gelman2015-10-061-2/+6
OpenPOWER on IntegriCloud