index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
wdt87xx_i2c.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: touchscreen - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
2023-12-14
1
-3
/
+3
*
Input: wdt87xx_i2c - use device core to create driver-specific device attributes
Dmitry Torokhov
2023-09-06
1
-12
/
+4
*
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-17
1
-1
/
+1
*
Input: wdt87xx_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2023-01-10
1
-4
/
+4
*
Input: wdt87xx_i2c - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
*
Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()
Jia-Ju Bai
2018-07-27
1
-1
/
+1
*
Input: remove unneeded MODULE_VERSION() usage in touchscreen drivers
Greg Kroah-Hartman
2018-01-17
1
-2
/
+0
*
Input: wdt87xx_i2c - use managed devm_device_add_group
Andi Shyti
2017-09-30
1
-9
/
+1
*
Input: wdt87xx_i2c - fix the flash erase issue
HungNien Chen
2016-09-05
1
-2
/
+3
*
treewide: Fix typo in printk
Masanari Iida
2016-02-15
1
-1
/
+1
*
Input: wdt87xx_i2c - change the sleep time to 2500ms after the sw reset
HungNien Chen
2015-07-12
1
-1
/
+2
*
Input: wdt87xx_i2c - populate vendor and product in input device
HungNien Chen
2015-07-12
1
-1
/
+45
*
Input: wdt87xx_i2c - add a scaling factor for TOUCH_MAJOR event
HungNien Chen
2015-07-01
1
-5
/
+14
*
Input: wdt87xx_i2c - remove stray newline in diagnostic message
Dmitry Torokhov
2015-07-01
1
-1
/
+1
*
Input: wdt87xx_i2c - fix format warning
Dmitry Torokhov
2015-06-29
1
-1
/
+1
*
Input: add a driver for wdt87xx touchscreen controller
HungNien Chen
2015-06-24
1
-0
/
+1140