aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/w90p910_keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-09Input: remove w90x900 keyboard driverArnd Bergmann1-264/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-23Input: w90p910_keypad - pass correct pointer to free_irq()Lars-Peter Clausen1-2/+2
2013-05-08Input: w90p910_keypad - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-14ARM: w90x900: move platform_data definitionsArnd Bergmann1-1/+1
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-13/+14
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-13/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang1-1/+1
2010-07-19Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi'Wan ZongShun1-1/+1
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-08-30Input: w90p910_keypad - move a dereference below a NULL testJulia Lawall1-1/+3
2009-08-27Input: matrix-keypad - add function to build device keymapDmitry Torokhov1-14/+2
2009-08-20Input: w90p910_keypad - rename driver name to match platformWan ZongShun1-3/+3
2009-08-09Input: w90p910_keypad - adjust to use definitions from matrix_keypad.hDmitry Torokhov1-79/+65
2009-08-09Input: add keypad driver for w90p910Wan ZongShun1-0/+305