index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
tca8418_keypad.c
Age
Commit message (
Expand
)
Author
2019-05-27
Input: tca8418 - remove set but not used variable 'max_keys'
YueHaibing
2017-10-19
Input: tca8418 - enable interrupt after it has been requested
Damien Riegel
2017-02-23
Input: tca8418_keypad - remove double read of key event register
Dmitry Torokhov
2017-01-31
Input: tca8418 - switch to using generic device properties
Dmitry Torokhov
2017-01-31
Input: matrix-keypad - switch to using generic device properties
Dmitry Torokhov
2017-01-22
Input: keyboard - drop unnecessary calls to input_set_drvdata
Guenter Roeck
2017-01-17
Input: tca8418 - use the interrupt trigger from the device tree
Maxime Ripard
2016-10-26
Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warning
Arnd Bergmann
2015-07-17
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2014-04-24
Input: tca8418 - fix loading this driver as a module from a device tree
Dr. H. Nikolaus Schaller
2013-04-05
input: matrix-keymap: Add function to read the new DT binding
Simon Glass
2013-01-03
Drivers: misc: remove __dev* attributes.
Greg Kroah-Hartman
2012-11-29
Input: tca8418-keypad - switch to using managed resources
Dmitry Torokhov
2012-11-29
Input: tca8418_keypad - increase severity of failures in probe()
Dmitry Torokhov
2012-11-29
Input: tca8418_keypad - move device ID tables closer to where they are used
Dmitry Torokhov
2012-11-29
Input: tca8418_keypad - use dev_get_platdata() to retrieve platform data
Dmitry Torokhov
2012-11-29
Input: tca8418_keypad - use a temporary variable for parent device
Dmitry Torokhov
2012-11-29
Input: tca8418_keypad - add support for shared interrupt
Alban Bedel
2012-11-29
Input: tca8418_keypad - add support for device tree bindings
Alban Bedel
2012-11-24
Input: remove use of __devexit
Bill Pemberton
2012-11-24
Input: remove use of __devinit
Bill Pemberton
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
2012-07-04
Input: request threaded-only IRQs with IRQF_ONESHOT
Lars-Peter Clausen
2012-05-10
Input: matrix-keymap - uninline and prepare for device tree support
Dmitry Torokhov
2011-10-29
Input: tca8418_keypad - initial driver release
Kyle Manna