index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
matrix_keypad.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: matrix_keypad - check for errors from of_get_named_gpio()
Christian Hoff
2018-11-12
1
-9
/
+14
*
Input: matrix_keypad - fix race when disabling interrupts
Zhang Bo
2018-02-09
1
-1
/
+3
*
Input: matrix_keypad - add option to drive inactive columns
David Rivshin
2017-03-29
1
-4
/
+9
*
Input: keyboard - drop unnecessary calls to device_init_wakeup
Guenter Roeck
2017-01-21
1
-2
/
+0
*
Input: matrix_keypad - change name of wakeup property to "wakeup-source"
Dmitry Torokhov
2015-07-23
1
-2
/
+4
*
input: keyboard: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
Input: matrix_keypad - use request_any_context_irq()
Lothar Waßmann
2014-09-09
1
-4
/
+5
*
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-06
1
-1
/
+0
*
Input: matrix_keypad - remove redundant platform_set_drvdata()
Sachin Kamat
2013-05-08
1
-2
/
+0
*
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
Grant Likely
2013-02-13
1
-4
/
+4
*
Input: remove use of __devexit
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: remove use of __devinit
Bill Pemberton
2012-11-24
1
-4
/
+4
*
Input: remove use of __devexit_p
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: matrix-keypad - add device tree support
AnilKumar Ch
2012-11-20
1
-22
/
+97
*
Input: matrix-keymap - uninline and prepare for device tree support
Dmitry Torokhov
2012-05-10
1
-9
/
+8
*
Input: matrix-keypad - undo GPIO setup if input_register_device fails
Dmitry Torokhov
2012-04-20
1
-23
/
+30
*
Input: matrix-keypad - allocate keycodes with keypad structure
Dmitry Torokhov
2012-04-20
1
-13
/
+10
*
Input: matrix-keypad - fix 'duplicate const' sparse warning
Dmitry Torokhov
2012-04-20
1
-6
/
+4
*
Input: keyboard - use macro module_platform_driver()
JJ Ding
2011-11-30
1
-13
/
+1
*
Input: remove IRQF_DISABLED from drivers
Yong Zhang
2011-09-07
1
-1
/
+0
*
Input: matrix_keypad - add support for clustered irq
Luotao Fu
2010-06-10
1
-28
/
+80
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2010-04-15
1
-1
/
+3
|
\
|
*
Input: matrix_keypad - allow platform to disable key autorepeat
H Hartley Sweeten
2010-04-05
1
-1
/
+3
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
/
*
Input: matrix-keypad - handle cases when GPIOs can't be wakeup sources
Dmitry Torokhov
2009-12-24
1
-7
/
+22
*
Input: matrix-keypad - switch to using dev_pm_ops
Dmitry Torokhov
2009-12-03
1
-7
/
+10
*
Input: matrix-keypad - add function to build device keymap
Dmitry Torokhov
2009-08-27
1
-12
/
+3
*
Input: matrix_keypad - make matrix keymap size dynamic
Eric Miao
2009-08-05
1
-9
/
+9
*
Input: add support for generic GPIO-based matrix keypad
Eric Miao
2009-06-29
1
-0
/
+453