index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Lines
2017-01-21
Input: misc - drop unnecessary calls to device_init_wakeup
Guenter Roeck
-11
/
+0
2017-01-21
Input: keyboard - drop unnecessary calls to device_init_wakeup
Guenter Roeck
-11
/
+0
2017-01-21
Input: touchscreen - use local variables consistently
Guenter Roeck
-8
/
+7
2017-01-21
Input: mouse - use local variables consistently
Guenter Roeck
-42
/
+31
2017-01-21
Input: misc - use local variables consistently
Guenter Roeck
-7
/
+6
2017-01-21
Input: keyboard - use local variables consistently
Guenter Roeck
-27
/
+25
2017-01-21
Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdata
Guenter Roeck
-8
/
+0
2017-01-21
Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdata
Guenter Roeck
-6
/
+0
2017-01-21
Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdata
Guenter Roeck
-12
/
+0
2017-01-21
Input: gpio-keys - add support for setkeycode
Hans de Goede
-12
/
+28
2017-01-21
Input: soc_button_array - debounce the buttons
Hans de Goede
-0
/
+2
2017-01-18
Input: tm2-touchkey - add touchkey driver support for TM2
Jaechul Lee
-0
/
+298
2017-01-18
Input: sis_i2c - drop unnecessary call to i2c_set_clientdata
Guenter Roeck
-1
/
+0
2017-01-18
Input: bcm-keypad - drop unnecessary call to platform_set_drvdata
Guenter Roeck
-2
/
+0
2017-01-18
Input: twl4030_keypad - drop unnecessary call to platform_set_drvdata
Guenter Roeck
-1
/
+0
2017-01-18
Input: ab8500-ponkey - drop unnecessary call to platform_set_drvdata
Guenter Roeck
-1
/
+0
2017-01-18
Input: tps65218-pwrbutton - drop unnecessary call to platform_set_drvdata
Guenter Roeck
-5
/
+3
2017-01-18
Input: soc_button_array - use 'dev' instead of dereferencing it
Guenter Roeck
-3
/
+3
2017-01-18
Input: mma8450 - drop unnecessary call to i2c_set_clientdata
Guenter Roeck
-2
/
+0
2017-01-18
Input: gpio_decoder - drop unnecessary call to platform_set_drvdata
Guenter Roeck
-1
/
+0
2017-01-18
Input: bfin_rotary - switch to using devm_add_action_or_reset()
Guenter Roeck
-6
/
+5
2017-01-18
Input: eeti_ts - drop goto to return statement
Guenter Roeck
-3
/
+1
2017-01-18
Input: atmel-wm97xx - drop unnecessary error messages
Guenter Roeck
-3
/
+1
2017-01-18
Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdata
Guenter Roeck
-1
/
+0
2017-01-18
Input: xilinx_ps2 - use 'dev' instead of dereferencing it
Guenter Roeck
-4
/
+3
2017-01-18
Input: at32psif - drop unnecessary error messages and other changes
Guenter Roeck
-9
/
+3
2017-01-18
Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changes
Guenter Roeck
-2
/
+1
2017-01-17
Input: tca8418 - use the interrupt trigger from the device tree
Maxime Ripard
-3
/
+3
2017-01-15
Input: synaptics-rmi4 - correctly swap clip values if axes are swapped
Lucas Stach
-1
/
+6
2017-01-15
Input: cyapa - use msleep() for long delay
Nicholas Mc Guire
-1
/
+1
2017-01-15
Input: cyapa - use time based retry loop
Nicholas Mc Guire
-15
/
+12
2017-01-15
Input: mpr121 - switch to device tree probe
Akinobu Mita
-43
/
+94
2017-01-15
Input: mpr121 - handle multiple bits change of status register
Akinobu Mita
-9
/
+14
2017-01-15
Input: mpr121 - set missing event capability
Akinobu Mita
-0
/
+1
2017-01-15
Input: mpr121 - remove unused field in struct mpr121_touchkey
Akinobu Mita
-1
/
+0
2017-01-15
Input: mpr121 - annotate PM methods as __maybe_unused
Akinobu Mita
-4
/
+2
2017-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-10
/
+20
2017-01-06
Input: intel-mid-touch - remove driver
Andy Shevchenko
-667
/
+0
2017-01-06
Input: edt_ft5x06 - change msleep to usleep_range for small msecs
Aniroop Mathur
-2
/
+2
2017-01-06
Input: xpad - don't depend on endpoint order
Cameron Gutman
-14
/
+21
2017-01-06
Input: xpad - simplify error condition in init_output
Pavel Rojtberg
-7
/
+6
2017-01-06
Input: xpad - move reporting xbox one home button to common function
Daniel Tobias
-33
/
+19
2017-01-06
Input: xpad - correctly sort vendor id's
Daniel Tobias
-6
/
+6
2017-01-05
Input: elants_i2c - avoid divide by 0 errors on bad touchscreen data
Guenter Roeck
-2
/
+2
2017-01-03
Input: adxl34x - make it enumerable in ACPI environment
Andy Shevchenko
-3
/
+1
2017-01-03
Input: ALPS - fix TrackStick Y axis handling for SS5 hardware
Paul Donohue
-1
/
+1
2016-12-29
Input: synaptics-rmi4 - remove redundant null check on rmi_dev
Colin Ian King
-3
/
+0
2016-12-29
Input: synaptics-rmi4 - check for non zero version logically dead code
Colin Ian King
-2
/
+0
2016-12-29
Input: synaptics-rmi4 - use Kconfig "if" to express dependency
Dmitry Torokhov
-16
/
+12
2016-12-29
Merge branch 'synaptics-rmi4' into for-linus
Dmitry Torokhov
-1
/
+2
[prev]
[next]