summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/tca6416-keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: tca6416-keypad - switch to using input core's polling featuresDmitry Torokhov2023-07-281-28/+20
* Input: tca6416-keypad - convert to use devm_* apiYangtao Li2023-07-281-35/+18
* Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov2023-07-281-6/+2
* Input: tca6416-keypad - rely on I2C core to set up suspend/resumeDmitry Torokhov2023-07-281-25/+0
* Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov2023-07-281-17/+10
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* 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-141-2/+2
* | Input: tca6416-keypad - fix a typo in MODULE_DESCRIPTIONChristophe JAILLET2020-04-181-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-131-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-151-0/+28
* Input: tca6416-keypad - add support for tca6408aTony SIM2010-12-071-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-031-0/+349