summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: melfas_mip4 - add ic_name sysfs attributeSangwon Jee2016-10-121-2/+36
* Input: ektf2127 - mark PM functions as __maybe_unusedArnd Bergmann2016-10-041-2/+2
* Input: add support for Elan eKTF2127 touchscreen controllerSiebren Vroegindeweij2016-09-273-0/+349
* Input: jornada720_ts - get rid of mach/irqs.h and mach/hardware.h includesRussell King2016-09-101-7/+14
* Input: wdt87xx_i2c - fix the flash erase issueHungNien Chen2016-09-051-2/+3
* Input: elants_i2c - get product id on recovery mode for FW updateJohnny Chuang2016-08-251-11/+20
* Input: wm97xx - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-1/+1
* Input: mc13783_ts - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-17/+7
* Input: pixcir_i2c_ts - remove a useless blank lineLABBE Corentin2016-08-221-1/+0
* Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin2016-08-221-4/+0
* Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin2016-08-221-7/+1
* Input: remove duplicate ft6236 driverHans de Goede2016-08-224-340/+8
* Input: add driver for SiS 9200 family I2C touchscreen controllersMika Penttilä2016-08-033-0/+426
* Input: ili210x - fix permissions on "calibrate" attributeDmitry Torokhov2016-08-031-1/+1
* Input: add driver for Silead touchscreensRobert Dolca2016-08-033-0/+581
* Input: wacom_w8001 - handle errors from input_mt_init_slots()Ping Cheng2016-07-191-1/+7
* Input: wacom_w8001 - resolution wasn't set for ABS_MT_POSITION_X/YPing Cheng2016-07-191-0/+2
* Merge branch 'for-linus' into nextDmitry Torokhov2016-07-198-24/+643
|\
| * Input: ts4800-ts - add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-151-6/+7
| * Revert "Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE"Dmitry Torokhov2016-07-141-0/+3
| * Input: wacom_w8001 - ignore invalid pen data packetsPing Cheng2016-06-231-0/+9
| * Input: wacom_w8001 - w8001_MAX_LENGTH should be 13Ping Cheng2016-06-231-1/+1
| * Merge branch 'cec-defines' into for-linusDmitry Torokhov2016-06-194-1/+607
| |\
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-052-16/+16
| | |\
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-03-262-8/+41
| | |\ \
| | * \ \ Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-183-0/+606
| | |\ \ \
| | | * | | Input: touchscreen: Add imx25 TCQ driverMarkus Pargmann2016-02-113-0/+606
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-03-1811-154/+1816
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-181-1/+1
| | |\ \ \ \ \
| | | * | | | | treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
| * | | | | | | Merge branch 'next' into for-linusDmitry Torokhov2016-05-172-46/+47
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_resetNick Dyer2016-04-251-14/+14
| * | | | | | | Input: zforce_ts - fix dual touch recognitionKnut Wohlrab2016-04-251-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Input: pixcir_ts - add support for axis inversion / swappingHans de Goede2016-07-151-33/+20
* | | | | | | Input: icn8318 - use of_touchscreen helpers for inverting / swapping axesHans de Goede2016-07-151-47/+14
* | | | | | | Input: edt-ft5x06 - add support for inverting / swapping axesHans de Goede2016-07-151-3/+4
* | | | | | | Input: of_touchscreen - add support for inverted / swapped axesHans de Goede2016-07-156-6/+85
* | | | | | | Input: raydium_i2c_ts - check CRC of incoming packetsJeffrey Lin2016-07-141-19/+43
* | | | | | | Input: ti_am335x_tsc - use variable name for sizeof() operatorAndrew F. Davis2016-06-011-1/+1
* | | | | | | Input: raydium_i2c_ts - do not ignore EPROBE_DEFER from gpiod_get_optionalDmitry Torokhov2016-06-011-6/+5
* | | | | | | Input: add Raydium I2C touchscreen driverJeffrey Lin2016-05-283-0/+1229
* | | | | | | Input: surface3_spi - add surface pen support for Surface 3Stephen Just2016-05-281-2/+112
* | | | | | | Input: surface3_spi - Prepare to add support for Surface PenStephen Just2016-05-281-13/+26
* | | | | | | Input: add new driver for the Surface 3Benjamin Tissoires2016-05-193-0/+318
* | | | | | | Input: migor-ts - mark PM functions as __maybe_unusedArnd Bergmann2016-05-191-2/+2
* | | | | | | Input: migor-ts - allow driver to build if COMPILE_TEST is enabledJavier Martinez Canillas2016-05-191-1/+1
* | | | | | | Input: migor-ts - fix error for modular buildJavier Martinez Canillas2016-05-191-1/+1
| |/ / / / / |/| | | | |
* | | | | | Input: bcm_iproc_tsc - use syscon to access shared registersRaveendra Padasalagi2016-04-071-34/+43
* | | | | | Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPSDmitry Torokhov2016-04-051-12/+4
|/ / / / /
* | | | | Input: sur40 - fix DMA on stackOliver Neukum2016-03-241-7/+14