aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/twl4030_keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-31Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov1-2/+2
2017-01-18Input: twl4030_keypad - drop unnecessary call to platform_set_drvdataGuenter Roeck1-1/+0
2016-04-29Input: twl4030 - fix unsafe macro definitionRui Teng1-12/+16
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
2014-01-06Input: twl4030-keypad - convert to using managed resourcesDmitry Torokhov1-48/+22
2014-01-04Input: twl4030-keypad - add device tree supportSebastian Reichel1-17/+50
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-23Input: twl4030_keypad - pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-05-08Input: twl4030_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-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-13/+12
2012-02-01Input: twl4030_keypad - fix comment (trivial)Felipe Contreras1-3/+1
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-12/+1
2011-04-11Input: twl4030_keypad - fix potential NULL dereference in twl4030_kp_probe()Axel Lin1-1/+3
2011-04-06Input: twl4030_keypad - avoid potential NULL-pointer dereferenceShubhrajyoti D1-1/+1
2010-10-13Input: twl4030_keypad - fix error handling pathDmitry Torokhov1-4/+3
2010-07-20Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov1-6/+11
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-29Input: twl4030_keypad - switch to using threaded IRQFelipe Balbi1-9/+2
2009-12-13mfd: Rename all twl4030_i2c*Balaji T K1-2/+2
2009-12-13mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar1-1/+1
2009-08-27Input: add twl4030_keypad driverDavid Brownell1-0/+480