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 Torvalds2016-08-262-2/+1
|\
| * Input: ads7846 - remove redundant regulator_disable callPetr Cvek2016-08-221-1/+0
| * Input: silead - use devm_gpiod_getHans de Goede2016-08-221-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-08-055-1/+1006
|\ \ | |/
| * Input: silead - remove some dead codeDan Carpenter2016-08-041-3/+0
| * Input: sis-i2c - select CONFIG_CRC_ITU_TArnd Bergmann2016-08-041-0/+1
| * Merge branch 'next' into for-linusDmitry Torokhov2016-08-035-1/+1008
| |\
| | * 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-021-1/+1
| | * Input: add driver for Silead touchscreensRobert Dolca2016-08-023-0/+581
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-07-2714-93/+1828
|\ \ \ | |/ /
| * | Merge branch 'next' into for-linusDmitry Torokhov2016-07-2614-93/+1828
| |\ \ | | |/
| | * 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: 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-131-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-273-0/+1229
| | * | Input: surface3_spi - add surface pen support for Surface 3Stephen Just2016-05-271-2/+112
| | * | Input: surface3_spi - Prepare to add support for Surface PenStephen Just2016-05-271-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-181-1/+1
| | * | Input: migor-ts - fix error for modular buildJavier Martinez Canillas2016-05-181-1/+1
* | | | Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-261-16/+5
|\ \ \ \
| * \ \ \ Merge tag 'v4.7-rc6' into patchworkMauro Carvalho Chehab2016-07-081-1/+10
| |\ \ \ \
| * | | | | [media] sur40: drop unnecessary format descriptionHans Verkuil2016-07-081-1/+0
| * | | | | [media] sur40: fix occasional oopses on device closeFlorian Echtler2016-07-081-1/+2
| * | | | | [media] sur40: lower poll interval to fix occasional FPS drops to ~56 FPSFlorian Echtler2016-07-081-1/+1
| * | | | | [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
| * | | | | [media] sur40: set q->dev instead of allocating a contextHans Verkuil2016-07-081-12/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-07-234-6/+25
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Input: tsc200x - report proper input_dev nameMichael Welling2016-07-204-6/+25
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-07-162-6/+10
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | 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
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-06-271-1/+10
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | 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-184-1/+607
| |\ \
* | \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-05-261-8/+1
|\ \ \ \
| * | | | input: convert sun4i-ts to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-8/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-182-46/+47
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'next' into for-linusDmitry Torokhov2016-05-162-46/+47
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Input: bcm_iproc_tsc - use syscon to access shared registersRaveendra Padasalagi2016-04-061-34/+43
OpenPOWER on IntegriCloud