index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
tca6416-keypad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-28
Input: tca6416-keypad - switch to using input core's polling features
Dmitry Torokhov
1
-28
/
+20
2023-07-28
Input: tca6416-keypad - convert to use devm_* api
Yangtao Li
1
-35
/
+18
2023-07-28
Input: tca6416-keypad - fix interrupt enable disbalance
Dmitry Torokhov
1
-6
/
+2
2023-07-28
Input: tca6416-keypad - rely on I2C core to set up suspend/resume
Dmitry Torokhov
1
-25
/
+0
2023-07-28
Input: tca6416-keypad - always expect proper IRQ number in i2c client
Dmitry Torokhov
1
-17
/
+10
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-12-07
Input: tca6416-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-5
/
+3
2022-12-02
Input: tca6416-keypad - Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-03-25
Input: move to use request_irq by IRQF_NO_AUTOEN flag
Barry Song
1
-2
/
+1
2020-05-12
Merge tag 'v5.6' into next
Dmitry Torokhov
1
-2
/
+2
2020-04-18
Input: tca6416-keypad - fix a typo in MODULE_DESCRIPTION
Christophe JAILLET
1
-1
/
+1
2020-02-14
Input: tca6416-keypad - replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-01-13
Input: tca6416-keypad - use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2013-12-06
Input: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2012-11-24
Input: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-24
Input: remove use of __devinit
Bill Pemberton
1
-2
/
+2
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-07-04
Input: request threaded-only IRQs with IRQF_ONESHOT
Lars-Peter Clausen
1
-1
/
+2
2011-03-15
Input: tca6416-keypad - suspend/resume wakeup support
Magnus Damm
1
-0
/
+28
2010-12-07
Input: tca6416-keypad - add support for tca6408a
Tony SIM
1
-3
/
+10
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
1
-2
/
+0
2010-05-03
Input: add keypad driver for keys interfaced to TCA6416
Sriramakrishnan Govindarajan
1
-0
/
+349