aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/matrix_keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-02-09Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov1-1/+1
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-9/+14
2018-11-12Input: matrix_keypad - check for errors from of_get_named_gpio()Christian Hoff1-9/+14
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+3
2018-02-09Input: matrix_keypad - fix race when disabling interruptsZhang Bo1-1/+3
2017-03-29Input: matrix_keypad - add option to drive inactive columnsDavid Rivshin1-4/+9
2017-01-21Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck1-2/+0
2015-07-23Input: matrix_keypad - change name of wakeup property to "wakeup-source"Dmitry Torokhov1-2/+4
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-09Input: matrix_keypad - use request_any_context_irq()Lothar Waßmann1-4/+5
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-08Input: matrix_keypad - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-4/+4
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-4/+4
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-20Input: matrix-keypad - add device tree supportAnilKumar Ch1-22/+97
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-9/+8
2012-04-20Input: matrix-keypad - undo GPIO setup if input_register_device failsDmitry Torokhov1-23/+30
2012-04-20Input: matrix-keypad - allocate keycodes with keypad structureDmitry Torokhov1-13/+10
2012-04-20Input: matrix-keypad - fix 'duplicate const' sparse warningDmitry Torokhov1-6/+4
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-13/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang1-1/+0
2010-06-10Input: matrix_keypad - add support for clustered irqLuotao Fu1-28/+80
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+3
2010-04-05Input: matrix_keypad - allow platform to disable key autorepeatH Hartley Sweeten1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-24Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov1-7/+22
2009-12-03Input: matrix-keypad - switch to using dev_pm_opsDmitry Torokhov1-7/+10
2009-08-27Input: matrix-keypad - add function to build device keymapDmitry Torokhov1-12/+3
2009-08-05Input: matrix_keypad - make matrix keymap size dynamicEric Miao1-9/+9
2009-06-29Input: add support for generic GPIO-based matrix keypadEric Miao1-0/+453