index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
matrix_keypad.c
Age
Commit message (
Expand
)
Author
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-02-09
Input: matrix_keypad - use flush_delayed_work()
Dmitry Torokhov
2018-12-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-11-12
Input: matrix_keypad - check for errors from of_get_named_gpio()
Christian Hoff
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-02-09
Input: matrix_keypad - fix race when disabling interrupts
Zhang Bo
2017-03-29
Input: matrix_keypad - add option to drive inactive columns
David Rivshin
2017-01-21
Input: keyboard - drop unnecessary calls to device_init_wakeup
Guenter Roeck
2015-07-23
Input: matrix_keypad - change name of wakeup property to "wakeup-source"
Dmitry Torokhov
2014-10-20
input: keyboard: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-09
Input: matrix_keypad - use request_any_context_irq()
Lothar Waßmann
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-05-08
Input: matrix_keypad - remove redundant platform_set_drvdata()
Sachin Kamat
2013-02-13
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
Grant Likely
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-11-20
Input: matrix-keypad - add device tree support
AnilKumar Ch
2012-05-10
Input: matrix-keymap - uninline and prepare for device tree support
Dmitry Torokhov
2012-04-20
Input: matrix-keypad - undo GPIO setup if input_register_device fails
Dmitry Torokhov
2012-04-20
Input: matrix-keypad - allocate keycodes with keypad structure
Dmitry Torokhov
2012-04-20
Input: matrix-keypad - fix 'duplicate const' sparse warning
Dmitry Torokhov
2011-11-30
Input: keyboard - use macro module_platform_driver()
JJ Ding
2011-09-07
Input: remove IRQF_DISABLED from drivers
Yong Zhang
2010-06-10
Input: matrix_keypad - add support for clustered irq
Luotao Fu
2010-04-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2010-04-05
Input: matrix_keypad - allow platform to disable key autorepeat
H Hartley Sweeten
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-12-24
Input: matrix-keypad - handle cases when GPIOs can't be wakeup sources
Dmitry Torokhov
2009-12-03
Input: matrix-keypad - switch to using dev_pm_ops
Dmitry Torokhov
2009-08-27
Input: matrix-keypad - add function to build device keymap
Dmitry Torokhov
2009-08-05
Input: matrix_keypad - make matrix keymap size dynamic
Eric Miao
2009-06-29
Input: add support for generic GPIO-based matrix keypad
Eric Miao