aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-21Input: mouse - use local variables consistentlyGuenter Roeck9-42/+31
2017-01-21Input: misc - use local variables consistentlyGuenter Roeck3-7/+6
2017-01-21Input: keyboard - use local variables consistentlyGuenter Roeck4-27/+25
2017-01-21Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck5-8/+0
2017-01-21Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck5-6/+0
2017-01-21Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck8-12/+0
2017-01-21Input: gpio-keys - add support for setkeycodeHans de Goede1-12/+28
2017-01-21Input: soc_button_array - debounce the buttonsHans de Goede1-0/+2
2017-01-18Input: tm2-touchkey - add touchkey driver support for TM2Jaechul Lee4-0/+325
2017-01-18Input: sis_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck1-1/+0
2017-01-18Input: bcm-keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck1-2/+0
2017-01-18Input: twl4030_keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck1-1/+0
2017-01-18Input: ab8500-ponkey - drop unnecessary call to platform_set_drvdataGuenter Roeck1-1/+0
2017-01-18Input: tps65218-pwrbutton - drop unnecessary call to platform_set_drvdataGuenter Roeck1-5/+3
2017-01-18Input: soc_button_array - use 'dev' instead of dereferencing itGuenter Roeck1-3/+3
2017-01-18Input: mma8450 - drop unnecessary call to i2c_set_clientdataGuenter Roeck1-2/+0
2017-01-18Input: gpio_decoder - drop unnecessary call to platform_set_drvdataGuenter Roeck1-1/+0
2017-01-18Input: bfin_rotary - switch to using devm_add_action_or_reset()Guenter Roeck1-6/+5
2017-01-18Input: eeti_ts - drop goto to return statementGuenter Roeck1-3/+1
2017-01-18Input: atmel-wm97xx - drop unnecessary error messagesGuenter Roeck1-3/+1
2017-01-18Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck1-1/+0
2017-01-18Input: xilinx_ps2 - use 'dev' instead of dereferencing itGuenter Roeck1-4/+3
2017-01-18Input: at32psif - drop unnecessary error messages and other changesGuenter Roeck1-9/+3
2017-01-18Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck1-2/+1
2017-01-17Input: tca8418 - use the interrupt trigger from the device treeMaxime Ripard1-3/+3
2017-01-15Input: cyapa - use msleep() for long delayNicholas Mc Guire1-1/+1
2017-01-15Input: cyapa - use time based retry loopNicholas Mc Guire1-15/+12
2017-01-15Input: mpr121 - switch to device tree probeAkinobu Mita3-63/+124
2017-01-15Input: mpr121 - handle multiple bits change of status registerAkinobu Mita1-9/+14
2017-01-15Input: mpr121 - set missing event capabilityAkinobu Mita1-0/+1
2017-01-15Input: mpr121 - remove unused field in struct mpr121_touchkeyAkinobu Mita1-1/+0
2017-01-15Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita1-4/+2
2017-01-06Input: intel-mid-touch - remove driverAndy Shevchenko3-667/+0
2017-01-06Input: edt_ft5x06 - change msleep to usleep_range for small msecsAniroop Mathur1-2/+2
2017-01-06Input: xpad - don't depend on endpoint orderCameron Gutman1-14/+21
2017-01-06Input: xpad - simplify error condition in init_outputPavel Rojtberg1-7/+6
2017-01-06Input: xpad - move reporting xbox one home button to common functionDaniel Tobias1-33/+19
2017-01-06Input: xpad - correctly sort vendor id'sDaniel Tobias1-6/+6
2016-12-27Input: bma150 - switch to using usleep_range instead of msleepAniroop Mathur1-2/+2
2016-12-18Input: i8042 - force synchronous probing of PNP driversDmitry Torokhov1-0/+8
2016-12-15Input: imx6ul_tsc - generalize the averaging propertyGuy Shapiro3-19/+33
2016-12-12Input: drv260x - use generic device propertiesJingkui Wang2-92/+19
2016-12-12Input: drv260x - use temporary for &client->devDmitry Torokhov1-22/+15
2016-12-12Input: drv260x - fix input device's parent assignmentJingkui Wang1-1/+0
2016-12-12Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer6-34/+1688
2016-12-12Input: drv260x - fix initializing overdrive voltageDmitry Torokhov1-1/+1
2016-12-12Input: ALPS - fix protcol -> protocolMarcos Paulo de Souza1-1/+1
2016-12-12Input: i8042 - comment #else/#endif of CONFIG_PNPMarcos Paulo de Souza1-2/+2
2016-12-07Input: lpc32xx-keys - fix invalid error handling of a requested irqVladimir Zapolskiy1-1/+1
2016-12-07Input: synaptics-rmi4 - fix debug for sensor clipNick Dyer1-5/+3