index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-21
Input: gpio-keys - add support for setkeycode
Hans de Goede
1
-12
/
+28
2017-01-21
Input: soc_button_array - debounce the buttons
Hans de Goede
1
-0
/
+2
2017-01-19
Input: tm2-touchkey - add touchkey driver support for TM2
Jaechul Lee
3
-0
/
+298
2017-01-19
Input: sis_i2c - drop unnecessary call to i2c_set_clientdata
Guenter Roeck
1
-1
/
+0
2017-01-18
Input: bcm-keypad - drop unnecessary call to platform_set_drvdata
Guenter Roeck
1
-2
/
+0
2017-01-18
Input: twl4030_keypad - drop unnecessary call to platform_set_drvdata
Guenter Roeck
1
-1
/
+0
2017-01-18
Input: ab8500-ponkey - drop unnecessary call to platform_set_drvdata
Guenter Roeck
1
-1
/
+0
2017-01-18
Input: tps65218-pwrbutton - drop unnecessary call to platform_set_drvdata
Guenter Roeck
1
-5
/
+3
2017-01-18
Input: soc_button_array - use 'dev' instead of dereferencing it
Guenter Roeck
1
-3
/
+3
2017-01-18
Input: mma8450 - drop unnecessary call to i2c_set_clientdata
Guenter Roeck
1
-2
/
+0
2017-01-18
Input: gpio_decoder - drop unnecessary call to platform_set_drvdata
Guenter Roeck
1
-1
/
+0
2017-01-18
Input: bfin_rotary - switch to using devm_add_action_or_reset()
Guenter Roeck
1
-6
/
+5
2017-01-18
Input: eeti_ts - drop goto to return statement
Guenter Roeck
1
-3
/
+1
2017-01-18
Input: atmel-wm97xx - drop unnecessary error messages
Guenter Roeck
1
-3
/
+1
2017-01-18
Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdata
Guenter Roeck
1
-1
/
+0
2017-01-18
Input: xilinx_ps2 - use 'dev' instead of dereferencing it
Guenter Roeck
1
-4
/
+3
2017-01-18
Input: at32psif - drop unnecessary error messages and other changes
Guenter Roeck
1
-9
/
+3
2017-01-18
Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changes
Guenter Roeck
1
-2
/
+1
2017-01-18
Input: tca8418 - use the interrupt trigger from the device tree
Maxime Ripard
1
-3
/
+3
2017-01-16
Input: synaptics-rmi4 - correctly swap clip values if axes are swapped
Lucas Stach
1
-1
/
+6
2017-01-16
Input: cyapa - use msleep() for long delay
Nicholas Mc Guire
1
-1
/
+1
2017-01-16
Input: cyapa - use time based retry loop
Nicholas Mc Guire
1
-15
/
+12
2017-01-16
Input: mpr121 - switch to device tree probe
Akinobu Mita
1
-43
/
+94
2017-01-16
Input: mpr121 - handle multiple bits change of status register
Akinobu Mita
1
-9
/
+14
2017-01-16
Input: mpr121 - set missing event capability
Akinobu Mita
1
-0
/
+1
2017-01-16
Input: mpr121 - remove unused field in struct mpr121_touchkey
Akinobu Mita
1
-1
/
+0
2017-01-16
Input: mpr121 - annotate PM methods as __maybe_unused
Akinobu Mita
1
-4
/
+2
2017-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
8
-10
/
+20
2017-01-06
Input: intel-mid-touch - remove driver
Andy Shevchenko
3
-667
/
+0
2017-01-06
Input: edt_ft5x06 - change msleep to usleep_range for small msecs
Aniroop Mathur
1
-2
/
+2
2017-01-06
Input: xpad - don't depend on endpoint order
Cameron Gutman
1
-14
/
+21
2017-01-06
Input: xpad - simplify error condition in init_output
Pavel Rojtberg
1
-7
/
+6
2017-01-06
Input: xpad - move reporting xbox one home button to common function
Daniel Tobias
1
-33
/
+19
2017-01-06
Input: xpad - correctly sort vendor id's
Daniel Tobias
1
-6
/
+6
2017-01-06
Input: elants_i2c - avoid divide by 0 errors on bad touchscreen data
Guenter Roeck
1
-2
/
+2
2017-01-03
Input: adxl34x - make it enumerable in ACPI environment
Andy Shevchenko
1
-3
/
+1
2017-01-03
Input: ALPS - fix TrackStick Y axis handling for SS5 hardware
Paul Donohue
1
-1
/
+1
2016-12-29
Input: synaptics-rmi4 - remove redundant null check on rmi_dev
Colin Ian King
1
-3
/
+0
2016-12-29
Input: synaptics-rmi4 - check for non zero version logically dead code
Colin Ian King
1
-2
/
+0
2016-12-29
Input: synaptics-rmi4 - use Kconfig "if" to express dependency
Dmitry Torokhov
1
-16
/
+12
2016-12-29
Merge branch 'synaptics-rmi4' into for-linus
Dmitry Torokhov
1
-1
/
+2
2016-12-28
Input: bma150 - switch to using usleep_range instead of msleep
Aniroop Mathur
1
-2
/
+2
2016-12-28
Input: synaptics-rmi4 - fix F03 build error when serio is module
Dmitry Torokhov
1
-1
/
+2
2016-12-28
Input: xpad - use correct product id for x360w controllers
Pavel Rojtberg
1
-0
/
+6
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
10
-10
/
+10
2016-12-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+7
2016-12-19
Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+8
2016-12-19
Input: i8042 - Trust firmware a bit more when probing on X86
Dmitry Torokhov
1
-3
/
+7
2016-12-19
Input: i8042 - force synchronous probing of PNP drivers
Dmitry Torokhov
1
-0
/
+8
[prev]
[next]