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-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
| | * | | Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPSDmitry Torokhov2016-04-051-12/+4
* | | | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-171-5/+5
|\ \ \ \ \
| * | | | | input: ad7879: use gpiochip data pointerLinus Walleij2016-03-301-5/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-042-16/+16
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-03-252-8/+41
|\ \ | |/
| * Input: sur40 - fix DMA on stackOliver Neukum2016-03-231-7/+14
OpenPOWER on IntegriCloud