summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/tca6416-keypad.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: tca6416-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-5/+3
* Input: tca6416-keypad - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song2021-03-251-2/+1
* Merge tag 'v5.6' into nextDmitry Torokhov2020-05-121-2/+2
|\
| * Input: tca6416-keypad - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-151-2/+2
* | Input: tca6416-keypad - fix a typo in MODULE_DESCRIPTIONChristophe JAILLET2020-04-191-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Input: tca6416-keypad - use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-141-3/+1
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* 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: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+2
* Input: tca6416-keypad - suspend/resume wakeup supportMagnus Damm2011-03-161-0/+28
* Input: tca6416-keypad - add support for tca6408aTony SIM2010-12-081-3/+10
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* Input: add keypad driver for keys interfaced to TCA6416Sriramakrishnan Govindarajan2010-05-041-0/+349