summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/matrix_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: keyboard - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-221-2/+0Star
* Input: matrix_keypad - change name of wakeup property to "wakeup-source"Dmitry Torokhov2015-07-241-2/+4
* input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* Input: matrix_keypad - use request_any_context_irq()Lothar Waßmann2014-09-101-4/+5
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Input: matrix_keypad - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-2/+0Star
* gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-131-4/+4
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-4/+4
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: matrix-keypad - add device tree supportAnilKumar Ch2012-11-211-22/+97
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-111-9/+8Star
* Input: matrix-keypad - undo GPIO setup if input_register_device failsDmitry Torokhov2012-04-211-23/+30
* Input: matrix-keypad - allocate keycodes with keypad structureDmitry Torokhov2012-04-211-13/+10Star
* Input: matrix-keypad - fix 'duplicate const' sparse warningDmitry Torokhov2012-04-211-6/+4Star
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-12-011-13/+1Star
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+0Star
* Input: matrix_keypad - add support for clustered irqLuotao Fu2010-06-101-28/+80
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-04-151-1/+3
|\
| * Input: matrix_keypad - allow platform to disable key autorepeatH Hartley Sweeten2010-04-061-1/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov2009-12-251-7/+22
* Input: matrix-keypad - switch to using dev_pm_opsDmitry Torokhov2009-12-041-7/+10
* Input: matrix-keypad - add function to build device keymapDmitry Torokhov2009-08-281-12/+3Star
* Input: matrix_keypad - make matrix keymap size dynamicEric Miao2009-08-061-9/+9
* Input: add support for generic GPIO-based matrix keypadEric Miao2009-06-291-0/+453