summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2016-09-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+6
2016-09-26Input: joydev - recognize devices with Z axis as joysticksVille Ranki-0/+6
2016-09-26Input: snvs_pwrkey - drop input_free_device call if input_register_device failsAxel Lin-1/+0
2016-09-26Input: add support for Elan eKTF2127 touchscreen controllerSiebren Vroegindeweij-0/+349
2016-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-7/+9
2016-09-21Input: serio - add hangup supportHans Verkuil-3/+14
2016-09-19[media] Input: v4l-touch - add copyright linesNick Dyer-0/+2
2016-09-19[media] Input: synaptics-rmi4: disallow impossible configurationArnd Bergmann-1/+1
2016-09-19[media] Input: atmel_mxt: disallow impossible configurationArnd Bergmann-1/+2
2016-09-10Input: silead_gsl1680 - use "silead/" prefix for firmware loadingHans de Goede-5/+6
2016-09-10Input: silead_gsl1680 - document firmware-name, fix implementationHans de Goede-2/+3
2016-09-10Input: tps65218-pwrbutton - add support for tps65217 variantMarcin Niestroj-29/+67
2016-09-10Input: jornada720_ts - get rid of mach/irqs.h and mach/hardware.h includesRussell King-7/+14
2016-09-10Input: jornada720_kbd - remove unneeded mach/hardware.h includeRussell King-1/+0
2016-09-05Input: focaltech - mark focaltech_set_resolution() staticBaoyou Xie-1/+2
2016-09-05Input: wdt87xx_i2c - fix the flash erase issueHungNien Chen-2/+3
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman-4/+5
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan-13/+2
2016-08-31Input: cros_ec_keyb: Stop handling interrupts directlyVic Yang-104/+31
2016-08-29Input: add generic input driver to read encoded GPIO linesVignesh R-0/+150
2016-08-29Input: add ADC resistor ladder driverAlexandre Belloni-0/+226
2016-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-4/+5
2016-08-25Input: pegasus_notetaker - directly include workqueue headerMartin Kepplinger-0/+1
2016-08-25Input: elants_i2c - get product id on recovery mode for FW updateJohnny Chuang-11/+20
2016-08-25Input: wm97xx - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar-1/+1
2016-08-25Input: mc13783_ts - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar-17/+7
2016-08-25Input: psmouse - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar-1/+1
2016-08-24[media] sur40: properly report a single frame rate of 60 FPSFlorian Echtler-2/+18
2016-08-23[media] Input: sur40 - use new V4L2 touch input typeNick Dyer-33/+91
2016-08-23[media] Input: synaptics-rmi4 - add support for F54 diagnosticsNick Dyer-0/+772
2016-08-23[media] Input: atmel_mxt_ts - add support for reference dataNick Dyer-6/+51
2016-08-23[media] Input: atmel_mxt_ts - add diagnostic data support for mXT1386Nick Dyer-3/+28
2016-08-23[media] Input: atmel_mxt_ts - handle diagnostic data orientationNick Dyer-5/+21
2016-08-23[media] Input: atmel_mxt_ts - read touchscreen sizeNick Dyer-6/+36
2016-08-23[media] Input: atmel_mxt_ts - output diagnostic debug via V4L2 deviceNick Dyer-2/+249
2016-08-23[media] Input: atmel_mxt_ts - add support for T37 diagnostic dataNick Dyer-0/+165
2016-08-22Input: jornada720_kbd - switch to using dev_dbgDmitry Torokhov-4/+2
2016-08-22Input: jornada720_kbd - get rid of mach/irqs.h includeRussell King-4/+7
2016-08-22Input: jornada720_kbd - switch to devm_* APIsRussell King-35/+8
2016-08-22Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski-2/+2
2016-08-22Input: pixcir_i2c_ts - remove a useless blank lineLABBE Corentin-1/+0
2016-08-22Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin-4/+0
2016-08-22Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin-7/+1
2016-08-22Input: remove duplicate ft6236 driverHans de Goede-340/+8
2016-08-22Input: ads7846 - remove redundant regulator_disable callPetr Cvek-1/+0
2016-08-22Input: synaptics-rmi4 - fix register descriptor subpacket map constructionAndrew Duggan-1/+2
2016-08-22Input: tegra-kbc - fix inverted reset logicMasahiro Yamada-1/+1
2016-08-22Input: silead - use devm_gpiod_getHans de Goede-1/+1
2016-08-19Input: i8042 - set up shared ps2_cmd_mutex for AUX portsDmitry Torokhov-0/+1
2016-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-59/+1151