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
2014-01-07
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
138
-138
/
+0
2014-01-07
Input: twl4030-keypad - convert to using managed resources
Dmitry Torokhov
1
-48
/
+22
2014-01-07
Input: twl6040-vibra - remove unneeded check for CONFIG_OF
Dmitry Torokhov
1
-4
/
+1
2014-01-04
Input: twl4030-keypad - add device tree support
Sebastian Reichel
1
-17
/
+50
2014-01-04
Input: twl6040-vibra - add missing of_node_put
Libo Chen
1
-0
/
+3
2014-01-04
Input: twl4030-vibra - add missing of_node_put
Libo Chen
1
-1
/
+3
2014-01-03
Input: i8042 - cleanup SERIO_I8042 dependencies
Mark Salter
1
-3
/
+8
2013-12-31
Input: cros_ec_keyb - fix problems with backslash
Doug Anderson
1
-4
/
+11
2013-12-28
Input: pmic8xxx-pwrkey - switch to using managed resources
Dmitry Torokhov
1
-49
/
+25
2013-12-28
Input: pmic8xxx-pwrkey - pass correct device identity to free_irq()
Wei Yongjun
1
-1
/
+1
2013-12-27
Input: ALPS - add support for "Dolphin" devices
Yunkang Tang
2
-42
/
+179
2013-12-18
Input: zforce - fix error return code in zforce_start()
Wei Yongjun
1
-1
/
+2
2013-12-18
Input: elantech - improve clickpad detection
Hans de Goede
1
-3
/
+42
2013-12-16
Input: don't call input_dev_release_keys() in resume
Aleksej Makarov
1
-19
/
+57
2013-12-16
Input: ads7846 - convert to hwmon_device_register_with_groups()
Guenter Roeck
1
-56
/
+25
2013-12-16
Input: wacom - add reporting of SW_MUTE_DEVICE events
Ping Cheng
3
-3
/
+44
2013-12-16
Merge tag 'v3.13-rc4' into next
Dmitry Torokhov
23
-99
/
+375
2013-12-15
Input: pmic8xxx-pwrkey - migrate to regmap APIs
Stephen Boyd
1
-4
/
+11
2013-12-15
Input: pmic8xxx-pwrkey - pass input device directly to interrupt
Stephen Boyd
1
-12
/
+12
2013-12-15
Input: pm8xxx-vibrator - migrate to regmap APIs
Stephen Boyd
1
-47
/
+14
2013-12-15
Input: pm8xxx-vibrator - switch to using managed resources
Stephen Boyd
1
-31
/
+12
2013-12-15
Input: cyttsp - include appropriate header file in cyttsp_i2c_common.c
Rashika Kheria
1
-0
/
+2
2013-12-10
Input: adxl34x - Fix bug in definition of ADXL346_2D_ORIENT
Michael Hennerich
1
-1
/
+1
2013-12-10
Input: serio - fix sysfs layout
Dmitry Torokhov
1
-7
/
+17
2013-12-10
Merge tag 'v3.13-rc3' into for-linus
Dmitry Torokhov
9
-64
/
+78
2013-12-07
Input: samsung-keypad - favor platform data if present
Dmitry Torokhov
1
-15
/
+21
2013-12-06
Input: use dev_get_platdata()
Jingoo Han
51
-67
/
+79
2013-12-06
Input: sh_keysc - restrict non-COMPILE_TEST compilation
Laurent Pinchart
1
-1
/
+1
2013-12-06
Input: ALPS - add support for DualPoint device on Dell XT2 model
Yunkang Tang
2
-3
/
+204
2013-12-06
Input: elantech - add support for newer (August 2013) devices
Matt Walker
1
-0
/
+1
2013-12-02
Input: usbtouchscreen - separate report and transmit buffer size handling
Christian Engelmayer
1
-4
/
+18
2013-12-02
Input: sur40 - suppress false uninitialized variable warning
Dmitry Torokhov
1
-2
/
+2
2013-12-02
Input: ads7846 - use IS_ENABLED() macro
Fabio Estevam
1
-2
/
+2
2013-11-27
Input: add a new driver for GPIO beeper
Alexander Shiyan
3
-0
/
+137
2013-11-26
Input: wacom - add support for three new Intuos devices
Ping Cheng
3
-18
/
+51
2013-11-26
Input: wacom - make sure touch_max is set for touch devices
Ping Cheng
1
-2
/
+5
2013-11-26
Input: wacom - scale up touch width and height values for Intuos Pro
Jason Gerecke
1
-2
/
+2
2013-11-26
Input: serio - remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-11-26
Input: twl4030-pwrbutton - simplify driver using devm_*
Sebastian Reichel
1
-22
/
+4
2013-11-26
Input: twl4030-pwrbutton - use dev_err for errors
Sebastian Reichel
1
-3
/
+3
2013-11-26
Input: twl4030-pwrbutton - add device tree support
Sebastian Reichel
1
-4
/
+12
2013-11-26
Input: tsc2007 - convert to use devres-managed resources
Dmitry Torokhov
1
-39
/
+40
2013-11-26
Input: tsc2007 - remove unused poll_delay from platform data
Dmitry Torokhov
1
-2
/
+0
2013-11-26
Input: tsc2007 - add device tree support.
Denis Carikli
1
-40
/
+133
2013-11-26
Input: keyboard - "keycode & KEY_MAX" changes some keycode values
Andrew Liu
4
-5
/
+11
2013-11-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
6
-4
/
+484
2013-11-23
Merge branch 'next' into for-linus
Dmitry Torokhov
6
-4
/
+484
2013-11-21
Input: atmel-wm97xx - fix compile error
Dmitry Torokhov
1
-1
/
+1
2013-11-21
Input: hp_sdc_rtc - unlock on error in hp_sdc_rtc_read_i8042timer()
Dan Carpenter
1
-1
/
+4
2013-11-21
Input: cyttsp4 - remove unnecessary work pending test
Xie XiuQi
1
-2
/
+1
[next]