aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/matrix_keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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