summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/tca6416-keypad.c
AgeCommit message (Expand)Author
2023-12-13Input: tca6416-keypad - drop unused includeLinus Walleij
2023-07-28Input: tca6416-keypad - switch to using input core's polling featuresDmitry Torokhov
2023-07-28Input: tca6416-keypad - convert to use devm_* apiYangtao Li
2023-07-28Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov
2023-07-28Input: tca6416-keypad - rely on I2C core to set up suspend/resumeDmitry Torokhov
2023-07-28Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-12-07Input: tca6416-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-02Input: tca6416-keypad - Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song
2020-05-12Merge tag 'v5.6' into nextDmitry Torokhov
2020-04-18Input: tca6416-keypad - fix a typo in MODULE_DESCRIPTIONChristophe JAILLET
2020-02-14Input: tca6416-keypad - replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-13Input: tca6416-keypad - use struct_size() in kzalloc()Gustavo A. R. Silva
2013-12-06Input: use dev_get_platdata()Jingoo Han
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen
2011-03-15Input: tca6416-keypad - suspend/resume wakeup supportMagnus Damm
2010-12-07Input: tca6416-keypad - add support for tca6408aTony SIM
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang
2010-05-03Input: add keypad driver for keys interfaced to TCA6416Sriramakrishnan Govindarajan