summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2017-01-21Input: misc - drop unnecessary calls to device_init_wakeupGuenter Roeck-11/+0
2017-01-21Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck-11/+0
2017-01-21Input: touchscreen - use local variables consistentlyGuenter Roeck-8/+7
2017-01-21Input: mouse - use local variables consistentlyGuenter Roeck-42/+31
2017-01-21Input: misc - use local variables consistentlyGuenter Roeck-7/+6
2017-01-21Input: keyboard - use local variables consistentlyGuenter Roeck-27/+25
2017-01-21Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck-8/+0
2017-01-21Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck-6/+0
2017-01-21Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck-12/+0
2017-01-21Input: gpio-keys - add support for setkeycodeHans de Goede-12/+28
2017-01-21Input: soc_button_array - debounce the buttonsHans de Goede-0/+2
2017-01-18Input: tm2-touchkey - add touchkey driver support for TM2Jaechul Lee-0/+298
2017-01-18Input: sis_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck-1/+0
2017-01-18Input: bcm-keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck-2/+0
2017-01-18Input: twl4030_keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck-1/+0
2017-01-18Input: ab8500-ponkey - drop unnecessary call to platform_set_drvdataGuenter Roeck-1/+0
2017-01-18Input: tps65218-pwrbutton - drop unnecessary call to platform_set_drvdataGuenter Roeck-5/+3
2017-01-18Input: soc_button_array - use 'dev' instead of dereferencing itGuenter Roeck-3/+3
2017-01-18Input: mma8450 - drop unnecessary call to i2c_set_clientdataGuenter Roeck-2/+0
2017-01-18Input: gpio_decoder - drop unnecessary call to platform_set_drvdataGuenter Roeck-1/+0
2017-01-18Input: bfin_rotary - switch to using devm_add_action_or_reset()Guenter Roeck-6/+5
2017-01-18Input: eeti_ts - drop goto to return statementGuenter Roeck-3/+1
2017-01-18Input: atmel-wm97xx - drop unnecessary error messagesGuenter Roeck-3/+1
2017-01-18Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck-1/+0
2017-01-18Input: xilinx_ps2 - use 'dev' instead of dereferencing itGuenter Roeck-4/+3
2017-01-18Input: at32psif - drop unnecessary error messages and other changesGuenter Roeck-9/+3
2017-01-18Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck-2/+1
2017-01-17Input: tca8418 - use the interrupt trigger from the device treeMaxime Ripard-3/+3
2017-01-15Input: synaptics-rmi4 - correctly swap clip values if axes are swappedLucas Stach-1/+6
2017-01-15Input: cyapa - use msleep() for long delayNicholas Mc Guire-1/+1
2017-01-15Input: cyapa - use time based retry loopNicholas Mc Guire-15/+12
2017-01-15Input: mpr121 - switch to device tree probeAkinobu Mita-43/+94
2017-01-15Input: mpr121 - handle multiple bits change of status registerAkinobu Mita-9/+14
2017-01-15Input: mpr121 - set missing event capabilityAkinobu Mita-0/+1
2017-01-15Input: mpr121 - remove unused field in struct mpr121_touchkeyAkinobu Mita-1/+0
2017-01-15Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita-4/+2
2017-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-10/+20
2017-01-06Input: intel-mid-touch - remove driverAndy Shevchenko-667/+0
2017-01-06Input: edt_ft5x06 - change msleep to usleep_range for small msecsAniroop Mathur-2/+2
2017-01-06Input: xpad - don't depend on endpoint orderCameron Gutman-14/+21
2017-01-06Input: xpad - simplify error condition in init_outputPavel Rojtberg-7/+6
2017-01-06Input: xpad - move reporting xbox one home button to common functionDaniel Tobias-33/+19
2017-01-06Input: xpad - correctly sort vendor id'sDaniel Tobias-6/+6
2017-01-05Input: elants_i2c - avoid divide by 0 errors on bad touchscreen dataGuenter Roeck-2/+2
2017-01-03Input: adxl34x - make it enumerable in ACPI environmentAndy Shevchenko-3/+1
2017-01-03Input: ALPS - fix TrackStick Y axis handling for SS5 hardwarePaul Donohue-1/+1
2016-12-29Input: synaptics-rmi4 - remove redundant null check on rmi_devColin Ian King-3/+0
2016-12-29Input: synaptics-rmi4 - check for non zero version logically dead codeColin Ian King-2/+0
2016-12-29Input: synaptics-rmi4 - use Kconfig "if" to express dependencyDmitry Torokhov-16/+12
2016-12-29Merge branch 'synaptics-rmi4' into for-linusDmitry Torokhov-1/+2