summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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/+10Star
| * | | | Input: pwm-beeper - remove calls to legacy pwm_request APIDmitry Torokhov2017-01-221-6/+0Star
| * | | | Input: misc - drop empty remove functionsGuenter Roeck2017-01-225-30/+0Star
| * | | | Input: serio - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-221-1/+0Star
| * | | | Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-225-7/+0Star
| * | | | Input: misc - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-227-11/+0Star
| * | | | Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-225-11/+0Star
| * | | | Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-226-8/+7Star
| * | | | Input: mouse - use local variables consistentlyGuenter Roeck2017-01-229-42/+31Star
| * | | | Input: misc - use local variables consistentlyGuenter Roeck2017-01-223-7/+6Star
| * | | | Input: keyboard - use local variables consistentlyGuenter Roeck2017-01-224-27/+25Star
| * | | | Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-225-8/+0Star
| * | | | Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-225-6/+0Star
| * | | | Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-228-12/+0Star
| * | | | 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/+0Star
| * | | | Input: bcm-keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-2/+0Star
| * | | | Input: twl4030_keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0Star
| * | | | Input: ab8500-ponkey - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0Star
| * | | | Input: tps65218-pwrbutton - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-5/+3Star
| * | | | 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/+0Star
| * | | | Input: gpio_decoder - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0Star
| * | | | Input: bfin_rotary - switch to using devm_add_action_or_reset()Guenter Roeck2017-01-181-6/+5Star
| * | | | Input: eeti_ts - drop goto to return statementGuenter Roeck2017-01-181-3/+1Star
| * | | | Input: atmel-wm97xx - drop unnecessary error messagesGuenter Roeck2017-01-181-3/+1Star
| * | | | Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck2017-01-181-1/+0Star
| * | | | Input: xilinx_ps2 - use 'dev' instead of dereferencing itGuenter Roeck2017-01-181-4/+3Star
| * | | | Input: at32psif - drop unnecessary error messages and other changesGuenter Roeck2017-01-181-9/+3Star
| * | | | Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck2017-01-181-2/+1Star
| * | | | Input: tca8418 - use the interrupt trigger from the device treeMaxime Ripard2017-01-171-3/+3
| * | | | Input: cyapa - use msleep() for long delayNicholas Mc Guire2017-01-161-1/+1
| * | | | Input: cyapa - use time based retry loopNicholas Mc Guire2017-01-161-15/+12Star
| * | | | Input: mpr121 - switch to device tree probeAkinobu Mita2017-01-161-43/+94
| * | | | Input: mpr121 - handle multiple bits change of status registerAkinobu Mita2017-01-161-9/+14
| * | | | Input: mpr121 - set missing event capabilityAkinobu Mita2017-01-161-0/+1
| * | | | Input: mpr121 - remove unused field in struct mpr121_touchkeyAkinobu Mita2017-01-161-1/+0Star
| * | | | Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita2017-01-161-4/+2Star
| * | | | Input: intel-mid-touch - remove driverAndy Shevchenko2017-01-063-667/+0Star
| * | | | Input: edt_ft5x06 - change msleep to usleep_range for small msecsAniroop Mathur2017-01-061-2/+2
| * | | | Input: xpad - don't depend on endpoint orderCameron Gutman2017-01-061-14/+21
| * | | | Input: xpad - simplify error condition in init_outputPavel Rojtberg2017-01-061-7/+6Star
| * | | | Input: xpad - move reporting xbox one home button to common functionDaniel Tobias2017-01-061-33/+19Star
| * | | | Input: xpad - correctly sort vendor id'sDaniel Tobias2017-01-061-6/+6
| * | | | Input: bma150 - switch to using usleep_range instead of msleepAniroop Mathur2016-12-271-2/+2
| * | | | Input: i8042 - force synchronous probing of PNP driversDmitry Torokhov2016-12-191-0/+8