summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-114-4/+0
|\
| * treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-114-4/+0
* | Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-10-118-34/+1411
|\ \ | |/ |/|
| * Merge tag 'v4.8' into patchworkMauro Carvalho Chehab2016-10-056-11/+20
| |\
| * | [media] Input: v4l-touch - add copyright linesNick Dyer2016-09-192-0/+2
| * | [media] Input: synaptics-rmi4: disallow impossible configurationArnd Bergmann2016-09-191-1/+1
| * | [media] Input: atmel_mxt: disallow impossible configurationArnd Bergmann2016-09-191-1/+2
| * | [media] sur40: properly report a single frame rate of 60 FPSFlorian Echtler2016-08-241-2/+18
| * | [media] Input: sur40 - use new V4L2 touch input typeNick Dyer2016-08-231-33/+91
| * | [media] Input: synaptics-rmi4 - add support for F54 diagnosticsNick Dyer2016-08-235-0/+772
| * | [media] Input: atmel_mxt_ts - add support for reference dataNick Dyer2016-08-231-6/+51
| * | [media] Input: atmel_mxt_ts - add diagnostic data support for mXT1386Nick Dyer2016-08-231-3/+28
| * | [media] Input: atmel_mxt_ts - handle diagnostic data orientationNick Dyer2016-08-231-5/+21
| * | [media] Input: atmel_mxt_ts - read touchscreen sizeNick Dyer2016-08-231-6/+36
| * | [media] Input: atmel_mxt_ts - output diagnostic debug via V4L2 deviceNick Dyer2016-08-232-2/+249
| * | [media] Input: atmel_mxt_ts - add support for T37 diagnostic dataNick Dyer2016-08-232-0/+165
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-10-0726-478/+894
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2016-10-0326-478/+894
| |\ \ \
| | * | | Input: elan_i2c - fix return tests of i2c_smbus_read_block_data()Benjamin Tissoires2016-10-031-8/+12
| | * | | Input: ektf2127 - mark PM functions as __maybe_unusedArnd Bergmann2016-10-031-2/+2
| | * | | Input: snvs_pwrkey - drop input_free_device call if input_register_device failsAxel Lin2016-09-261-1/+0
| | * | | Input: add support for Elan eKTF2127 touchscreen controllerSiebren Vroegindeweij2016-09-263-0/+349
| | * | | Input: serio - add hangup supportHans Verkuil2016-09-211-3/+14
| | * | | Input: tps65218-pwrbutton - add support for tps65217 variantMarcin Niestroj2016-09-102-29/+67
| | * | | Input: jornada720_ts - get rid of mach/irqs.h and mach/hardware.h includesRussell King2016-09-101-7/+14
| | * | | Input: jornada720_kbd - remove unneeded mach/hardware.h includeRussell King2016-09-101-1/+0
| | * | | Input: focaltech - mark focaltech_set_resolution() staticBaoyou Xie2016-09-051-1/+2
| | * | | Input: wdt87xx_i2c - fix the flash erase issueHungNien Chen2016-09-051-2/+3
| | * | | Input: add generic input driver to read encoded GPIO linesVignesh R2016-08-293-0/+150
| | * | | Input: add ADC resistor ladder driverAlexandre Belloni2016-08-293-0/+226
| | * | | Input: pegasus_notetaker - directly include workqueue headerMartin Kepplinger2016-08-251-0/+1
| | * | | 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: psmouse - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-1/+1
| | * | | Input: jornada720_kbd - switch to using dev_dbgDmitry Torokhov2016-08-221-4/+2
| | * | | Input: jornada720_kbd - get rid of mach/irqs.h includeRussell King2016-08-221-4/+7
| | * | | Input: jornada720_kbd - switch to devm_* APIsRussell King2016-08-221-35/+8
| | * | | Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski2016-08-221-2/+2
| | * | | 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 tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-071-104/+31
|\ \ \ \ \
| * | | | | Input: cros_ec_keyb: Stop handling interrupts directlyVic Yang2016-08-311-104/+31
| | |_|/ / | |/| | |
* | | | | Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-031-13/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-055-4/+5
| |\ \ \ \
| * | | | | miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan2016-08-311-13/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-09-301-0/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Input: joydev - recognize devices with Z axis as joysticksVille Ranki2016-09-261-0/+6