index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
qt2160.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-05-14
1
-1
/
+1
*
Input: qt2160 - convert to use devm_* api
Yangtao Li
2023-07-29
1
-57
/
+20
*
Input: qt2160 - do not hard code interrupt trigger
Dmitry Torokhov
2023-07-29
1
-2
/
+1
*
Input: qt2160 - switch to using threaded interrupt handler
Dmitry Torokhov
2023-07-29
1
-34
/
+19
*
Input: qt2160 - tweak check for i2c adapter functionality
Dmitry Torokhov
2023-07-29
1
-5
/
+2
*
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-17
1
-1
/
+1
*
Input: qt2160 - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2019-05-24
1
-14
/
+1
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2019-03-04
1
-9
/
+0
|
\
|
*
Input: qt2160 - remove redundant spinlock
Sven Van Asbroeck
2019-02-17
1
-9
/
+0
*
|
Input: qt2160 - switch to using brightness_set_blocking()
Dmitry Torokhov
2019-02-11
1
-42
/
+27
|
/
*
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-18
1
-1
/
+0
*
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-07
1
-1
/
+0
*
Input: qt2160 - add support for LEDs
Javier Martin
2013-01-05
1
-2
/
+139
*
Input: remove use of __devexit
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: remove use of __devinit
Bill Pemberton
2012-11-24
1
-4
/
+4
*
Input: remove use of __devexit_p
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes
Dmitry Torokhov
2012-10-30
1
-2
/
+1
|
\
|
*
workqueue: use mod_delayed_work() instead of __cancel + queue
Tejun Heo
2012-08-21
1
-2
/
+1
*
|
Input: qt2160 - fix qt2160_write() implementation
Javier Martin
2012-10-25
1
-14
/
+5
|
/
*
Input: convert I2C drivers to use module_i2c_driver()
Axel Lin
2012-03-17
1
-11
/
+1
*
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2010-06-03
1
-1
/
+0
*
Input: make i2c device ids constant
Márton Németh
2010-01-10
1
-1
/
+1
*
Input: add driver for Atmel AT42QT2160 Sensor Chip
Raphael Derosso Pereira
2009-09-23
1
-0
/
+397