summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/matrix_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-9/+8
* Input: matrix-keypad - undo GPIO setup if input_register_device failsDmitry Torokhov2012-04-201-23/+30
* Input: matrix-keypad - allocate keycodes with keypad structureDmitry Torokhov2012-04-201-13/+10
* Input: matrix-keypad - fix 'duplicate const' sparse warningDmitry Torokhov2012-04-201-6/+4
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-13/+1
* Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+0
* 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-051-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-241-7/+22
* Input: matrix-keypad - switch to using dev_pm_opsDmitry Torokhov2009-12-031-7/+10
* Input: matrix-keypad - add function to build device keymapDmitry Torokhov2009-08-271-12/+3
* Input: matrix_keypad - make matrix keymap size dynamicEric Miao2009-08-051-9/+9
* Input: add support for generic GPIO-based matrix keypadEric Miao2009-06-291-0/+453