index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
matrix_keypad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-24
Input: matrix_keypad - change name of wakeup property to "wakeup-source"
Dmitry Torokhov
1
-2
/
+4
2014-10-20
input: keyboard: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-10
Input: matrix_keypad - use request_any_context_irq()
Lothar Waßmann
1
-4
/
+5
2014-01-07
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-05-08
Input: matrix_keypad - remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2013-02-13
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
Grant Likely
1
-4
/
+4
2012-11-24
Input: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devinit
Bill Pemberton
1
-4
/
+4
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-21
Input: matrix-keypad - add device tree support
AnilKumar Ch
1
-22
/
+97
2012-05-11
Input: matrix-keymap - uninline and prepare for device tree support
Dmitry Torokhov
1
-9
/
+8
2012-04-21
Input: matrix-keypad - undo GPIO setup if input_register_device fails
Dmitry Torokhov
1
-23
/
+30
2012-04-21
Input: matrix-keypad - allocate keycodes with keypad structure
Dmitry Torokhov
1
-13
/
+10
2012-04-21
Input: matrix-keypad - fix 'duplicate const' sparse warning
Dmitry Torokhov
1
-6
/
+4
2011-12-01
Input: keyboard - use macro module_platform_driver()
JJ Ding
1
-13
/
+1
2011-09-08
Input: remove IRQF_DISABLED from drivers
Yong Zhang
1
-1
/
+0
2010-06-10
Input: matrix_keypad - add support for clustered irq
Luotao Fu
1
-28
/
+80
2010-04-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+3
2010-04-06
Input: matrix_keypad - allow platform to disable key autorepeat
H Hartley Sweeten
1
-1
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-25
Input: matrix-keypad - handle cases when GPIOs can't be wakeup sources
Dmitry Torokhov
1
-7
/
+22
2009-12-04
Input: matrix-keypad - switch to using dev_pm_ops
Dmitry Torokhov
1
-7
/
+10
2009-08-28
Input: matrix-keypad - add function to build device keymap
Dmitry Torokhov
1
-12
/
+3
2009-08-06
Input: matrix_keypad - make matrix keymap size dynamic
Eric Miao
1
-9
/
+9
2009-06-29
Input: add support for generic GPIO-based matrix keypad
Eric Miao
1
-0
/
+453