summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/twl4030_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-041-1/+1
* Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov2017-01-311-2/+2
* Input: twl4030_keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck2017-01-181-1/+0
* Input: twl4030 - fix unsafe macro definitionRui Teng2016-04-291-12/+16
* input: keyboard: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: twl4030-keypad - convert to using managed resourcesDmitry Torokhov2014-01-061-48/+22
* Input: twl4030-keypad - add device tree supportSebastian Reichel2014-01-041-17/+50
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: twl4030_keypad - pass correct pointer to free_irq()Lars-Peter Clausen2013-05-231-1/+1
* Input: twl4030_keypad - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-1/+0
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-13/+12
* Input: twl4030_keypad - fix comment (trivial)Felipe Contreras2012-02-011-3/+1
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-12/+1
* Input: twl4030_keypad - fix potential NULL dereference in twl4030_kp_probe()Axel Lin2011-04-111-1/+3
* Input: twl4030_keypad - avoid potential NULL-pointer dereferenceShubhrajyoti D2011-04-061-1/+1
* Input: twl4030_keypad - fix error handling pathDmitry Torokhov2010-10-131-4/+3
* Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov2010-07-201-6/+11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: twl4030_keypad - switch to using threaded IRQFelipe Balbi2009-12-291-9/+2
* mfd: Rename all twl4030_i2c*Balaji T K2009-12-131-2/+2
* mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar2009-12-131-1/+1
* Input: add twl4030_keypad driverDavid Brownell2009-08-271-0/+480