summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-10-0711-390/+403
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2016-10-0411-390/+403
| |\
| | * 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-09-241-7/+9
|\| |
| * | Input: silead_gsl1680 - use "silead/" prefix for firmware loadingHans de Goede2016-09-101-5/+6
| * | Input: silead_gsl1680 - document firmware-name, fix implementationHans de Goede2016-09-101-2/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-08-272-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-065-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-045-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-031-1/+1
| | * Input: add driver for Silead touchscreensRobert Dolca2016-08-033-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-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
* | | | Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-271-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