summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-151-1/+1
* Input: cyapa - use time based retry loopNicholas Mc Guire2017-01-151-15/+12
* Input: mpr121 - switch to device tree probeAkinobu Mita2017-01-151-43/+94
* Input: mpr121 - handle multiple bits change of status registerAkinobu Mita2017-01-151-9/+14
* Input: mpr121 - set missing event capabilityAkinobu Mita2017-01-151-0/+1
* Input: mpr121 - remove unused field in struct mpr121_touchkeyAkinobu Mita2017-01-151-1/+0
* Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita2017-01-151-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-181-0/+8
* Merge branch 'synaptics-rmi4' into nextDmitry Torokhov2016-12-1524-348/+5091
|\
| * Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer2016-12-125-33/+1687
| * Input: synaptics-rmi4 - fix debug for sensor clipNick Dyer2016-12-071-5/+3
| * Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires2016-12-025-41/+43
| * Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires2016-12-021-2/+47
| * Input: synaptics-rmi4 - f03 - grab data passed by transport deviceDennis Wassenberg2016-12-021-9/+26
| * Input: synaptics-rmi4 - add support for F03Lyude Paul2016-12-025-0/+246
| * Input: synaptics-rmi4 - have only one struct platform dataBenjamin Tissoires2016-11-303-9/+8
| * Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires2016-11-302-16/+2
| * Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires2016-11-302-37/+22
| * Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires2016-11-302-19/+66
| * Input: synaptics-rmi4 - propagate correct number of rx and tx electrodes to F54Guenter Roeck2016-11-223-4/+18
| * Input: synaptics-rmi4 - add support for F55 sensor tuningGuenter Roeck2016-11-225-0/+138
| * Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer2016-11-228-31/+668