aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Input: i8042 - add XMG C504 to keyboard reset tablePatrick Scheuring2016-10-191-0/+7
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-10-1413-58/+317
| |\| | | |
| | * | | | Merge branch 'next' into for-linusDmitry Torokhov2016-10-1313-58/+317
| | |\ \ \ \
| * | \ \ \ \ 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 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
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ 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
| | | |/ / / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-226-9/+0
* | | | | | | | | | | Input: dm355evm_keys - drop unnecessary call to input_set_drvdataGuenter Roeck2017-01-221-2/+0
* | | | | | | | | | | Input: mouse - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-222-3/+0
* | | | | | | | | | | Input: maplecontrol - drop unnecessary call to input_set_drvdataGuenter Roeck2017-01-221-1/+0
* | | | | | | | | | | Input: keyboard - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-226-11/+0
* | | | | | | | | | | Input: i8042 - add dbg msg when a command can't write its parameterMarcos Paulo de Souza2017-01-221-2/+4
* | | | | | | | | | | Input: max11801_ts - drop call to input_set_drvdata()Dmitry Torokhov2017-01-221-1/+0
* | | | | | | | | | | Input: pwm-beeper - switch to using "atomic" PWM APIDmitry Torokhov2017-01-221-9/+17
* | | | | | | | | | | Input: pwm-beeper - add optional amplifier regulatorDavid Lechner2017-01-221-13/+50
* | | | | | | | | | | Input: pwm-beeper - suppress error message on probe deferDavid Lechner2017-01-221-1/+3
* | | | | | | | | | | Input: pwm-beeper - fix race when suspendingDmitry Torokhov2017-01-221-3/+18
* | | | | | | | | | | Input: pwm-beeper - use input_set_capability()Dmitry Torokhov2017-01-221-2/+2
* | | | | | | | | | | Input: pwm-beeper - switch to using managed resourcesDmitry Torokhov2017-01-221-34/+10
* | | | | | | | | | | Input: pwm-beeper - remove calls to legacy pwm_request APIDmitry Torokhov2017-01-221-6/+0
* | | | | | | | | | | Input: misc - drop empty remove functionsGuenter Roeck2017-01-215-30/+0
* | | | | | | | | | | Input: serio - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-211-1/+0
* | | | | | | | | | | Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-215-7/+0
* | | | | | | | | | | Input: misc - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-217-11/+0
* | | | | | | | | | | Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-215-11/+0
* | | | | | | | | | | Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-216-8/+7
* | | | | | | | | | | Input: mouse - use local variables consistentlyGuenter Roeck2017-01-219-42/+31
* | | | | | | | | | | Input: misc - use local variables consistentlyGuenter Roeck2017-01-213-7/+6
* | | | | | | | | | | Input: keyboard - use local variables consistentlyGuenter Roeck2017-01-214-27/+25
* | | | | | | | | | | Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-215-8/+0
* | | | | | | | | | | Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-215-6/+0
* | | | | | | | | | | Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-218-12/+0
* | | | | | | | | | | Input: gpio-keys - add support for setkeycodeHans de Goede2017-01-211-12/+28
* | | | | | | | | | | Input: soc_button_array - debounce the buttonsHans de Goede2017-01-211-0/+2
* | | | | | | | | | | Input: tm2-touchkey - add touchkey driver support for TM2Jaechul Lee2017-01-183-0/+298
* | | | | | | | | | | Input: sis_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck2017-01-181-1/+0
* | | | | | | | | | | Input: bcm-keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-2/+0
* | | | | | | | | | | Input: twl4030_keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0
* | | | | | | | | | | Input: ab8500-ponkey - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0
* | | | | | | | | | | Input: tps65218-pwrbutton - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-5/+3
* | | | | | | | | | | Input: soc_button_array - use 'dev' instead of dereferencing itGuenter Roeck2017-01-181-3/+3
* | | | | | | | | | | Input: mma8450 - drop unnecessary call to i2c_set_clientdataGuenter Roeck2017-01-181-2/+0
* | | | | | | | | | | Input: gpio_decoder - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0