index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
tca8418_keypad.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: tca8418_keypad - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
*
Input: tca8418 - remove set but not used variable 'max_keys'
YueHaibing
2019-05-27
1
-2
/
+1
*
Input: tca8418 - enable interrupt after it has been requested
Damien Riegel
2017-10-19
1
-12
/
+17
*
Input: tca8418_keypad - remove double read of key event register
Dmitry Torokhov
2017-02-23
1
-2
/
+0
*
Input: tca8418 - switch to using generic device properties
Dmitry Torokhov
2017-01-31
1
-64
/
+26
*
Input: matrix-keypad - switch to using generic device properties
Dmitry Torokhov
2017-01-31
1
-1
/
+1
*
Input: keyboard - drop unnecessary calls to input_set_drvdata
Guenter Roeck
2017-01-22
1
-2
/
+0
*
Input: tca8418 - use the interrupt trigger from the device tree
Maxime Ripard
2017-01-17
1
-3
/
+3
*
Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warning
Arnd Bergmann
2016-10-26
1
-9
/
+12
*
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-17
1
-1
/
+0
*
Input: tca8418 - fix loading this driver as a module from a device tree
Dr. H. Nikolaus Schaller
2014-04-24
1
-0
/
+7
*
input: matrix-keymap: Add function to read the new DT binding
Simon Glass
2013-04-05
1
-2
/
+5
*
Drivers: misc: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-1
/
+1
*
Input: tca8418-keypad - switch to using managed resources
Dmitry Torokhov
2012-11-29
1
-53
/
+25
*
Input: tca8418_keypad - increase severity of failures in probe()
Dmitry Torokhov
2012-11-29
1
-3
/
+3
*
Input: tca8418_keypad - move device ID tables closer to where they are used
Dmitry Torokhov
2012-11-29
1
-15
/
+14
*
Input: tca8418_keypad - use dev_get_platdata() to retrieve platform data
Dmitry Torokhov
2012-11-29
1
-1
/
+1
*
Input: tca8418_keypad - use a temporary variable for parent device
Dmitry Torokhov
2012-11-29
1
-10
/
+10
*
Input: tca8418_keypad - add support for shared interrupt
Alban Bedel
2012-11-29
1
-3
/
+7
*
Input: tca8418_keypad - add support for device tree bindings
Alban Bedel
2012-11-29
1
-27
/
+41
*
Input: remove use of __devexit
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: remove use of __devinit
Bill Pemberton
2012-11-24
1
-2
/
+2
*
Input: remove use of __devexit_p
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: request threaded-only IRQs with IRQF_ONESHOT
Lars-Peter Clausen
2012-07-04
1
-1
/
+1
*
Input: matrix-keymap - uninline and prepare for device tree support
Dmitry Torokhov
2012-05-10
1
-8
/
+7
*
Input: tca8418_keypad - initial driver release
Kyle Manna
2011-10-29
1
-0
/
+430