aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/tca6416-keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-13Input: tca6416-keypad - use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
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-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+2
2011-03-15Input: tca6416-keypad - suspend/resume wakeup supportMagnus Damm1-0/+28
2010-12-07Input: tca6416-keypad - add support for tca6408aTony SIM1-3/+10
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-03Input: add keypad driver for keys interfaced to TCA6416Sriramakrishnan Govindarajan1-0/+349