summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/matrix_keypad.c
AgeCommit message (Expand)Author
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang
2014-09-09Input: matrix_keypad - use request_any_context_irq()Lothar Waßmann
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-05-08Input: matrix_keypad - remove redundant platform_set_drvdata()Sachin Kamat
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-11-20Input: matrix-keypad - add device tree supportAnilKumar Ch
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov
2012-04-20Input: matrix-keypad - undo GPIO setup if input_register_device failsDmitry Torokhov
2012-04-20Input: matrix-keypad - allocate keycodes with keypad structureDmitry Torokhov
2012-04-20Input: matrix-keypad - fix 'duplicate const' sparse warningDmitry Torokhov
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang
2010-06-10Input: matrix_keypad - add support for clustered irqLuotao Fu
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-04-05Input: matrix_keypad - allow platform to disable key autorepeatH Hartley Sweeten
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-24Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov
2009-12-03Input: matrix-keypad - switch to using dev_pm_opsDmitry Torokhov
2009-08-27Input: matrix-keypad - add function to build device keymapDmitry Torokhov
2009-08-05Input: matrix_keypad - make matrix keymap size dynamicEric Miao
2009-06-29Input: add support for generic GPIO-based matrix keypadEric Miao