summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-124-4/+0Star
* 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-0426-478/+894
| |\
| | * Input: elan_i2c - fix return tests of i2c_smbus_read_block_data()Benjamin Tissoires2016-10-041-8/+12
| | * Input: ektf2127 - mark PM functions as __maybe_unusedArnd Bergmann2016-10-041-2/+2
| | * Input: snvs_pwrkey - drop input_free_device call if input_register_device failsAxel Lin2016-09-271-1/+0Star
| | * Input: add support for Elan eKTF2127 touchscreen controllerSiebren Vroegindeweij2016-09-273-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/+0Star
| | * 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-303-0/+150
| | * Input: add ADC resistor ladder driverAlexandre Belloni2016-08-303-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/+7Star
| | * Input: psmouse - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-1/+1
| | * Input: jornada720_kbd - switch to using dev_dbgDmitry Torokhov2016-08-221-4/+2Star
| | * 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/+8Star
| | * 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/+0Star
| | * Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin2016-08-221-4/+0Star
| | * Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin2016-08-221-7/+1Star
| | * Input: remove duplicate ft6236 driverHans de Goede2016-08-224-340/+8Star
* | | Merge tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-071-104/+31Star
|\ \ \
| * | | Input: cros_ec_keyb: Stop handling interrupts directlyVic Yang2016-08-311-104/+31Star
* | | | Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-041-13/+2Star
|\ \ \ \
| * \ \ \ 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/+2Star
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-10-011-0/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Input: joydev - recognize devices with Z axis as joysticksVille Ranki2016-09-271-0/+6
* | | | | 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-275-4/+5
|\| | | | |/ / |/| |
| * | Input: ads7846 - remove redundant regulator_disable callPetr Cvek2016-08-221-1/+0Star
| * | Input: synaptics-rmi4 - fix register descriptor subpacket map constructionAndrew Duggan2016-08-221-1/+2
| * | Input: tegra-kbc - fix inverted reset logicMasahiro Yamada2016-08-221-1/+1
| * | Input: silead - use devm_gpiod_getHans de Goede2016-08-221-1/+1
| * | Input: i8042 - set up shared ps2_cmd_mutex for AUX portsDmitry Torokhov2016-08-191-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-08-0613-59/+1151
|\| |
| * | Input: silead - remove some dead codeDan Carpenter2016-08-041-3/+0Star
| * | Input: sis-i2c - select CONFIG_CRC_ITU_TArnd Bergmann2016-08-041-0/+1
| * | Merge branch 'next' into for-linusDmitry Torokhov2016-08-0413-59/+1153
| |\|
| | * 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