summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: misc - use local variables consistentlyGuenter Roeck2017-01-223-7/+6
* Input: keyboard - use local variables consistentlyGuenter Roeck2017-01-224-27/+25
* Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-225-8/+0
* Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-225-6/+0
* Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-228-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-184-0/+325
* 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
* Input: bfin_rotary - switch to using devm_add_action_or_reset()Guenter Roeck2017-01-181-6/+5
* Input: eeti_ts - drop goto to return statementGuenter Roeck2017-01-181-3/+1
* Input: atmel-wm97xx - drop unnecessary error messagesGuenter Roeck2017-01-181-3/+1
* Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck2017-01-181-1/+0
* Input: xilinx_ps2 - use 'dev' instead of dereferencing itGuenter Roeck2017-01-181-4/+3
* Input: at32psif - drop unnecessary error messages and other changesGuenter Roeck2017-01-181-9/+3
* Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck2017-01-181-2/+1
* 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/+12
* Input: mpr121 - switch to device tree probeAkinobu Mita2017-01-163-63/+124
* 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/+0
* Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita2017-01-161-4/+2
* Input: intel-mid-touch - remove driverAndy Shevchenko2017-01-063-667/+0
* 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/+6
* Input: xpad - move reporting xbox one home button to common functionDaniel Tobias2017-01-061-33/+19
* 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
* Merge branch 'synaptics-rmi4' into nextDmitry Torokhov2016-12-16868-51936/+47946
|\
| * Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer2016-12-126-34/+1688
| * Input: synaptics-rmi4 - fix debug for sensor clipNick Dyer2016-12-081-5/+3
| * Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires2016-12-036-44/+45
| * Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires2016-12-032-2/+58
| * Input: synaptics-rmi4 - f03 - grab data passed by transport deviceDennis Wassenberg2016-12-031-9/+26
| * Input: synaptics-rmi4 - add support for F03Lyude Paul2016-12-035-0/+246
| * Input: synaptics-rmi4 - have only one struct platform dataBenjamin Tissoires2016-12-014-11/+10
| * Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires2016-12-012-16/+2
| * Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires2016-12-012-37/+22
| * Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires2016-11-303-19/+67