index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
egalax_ts.c
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-13
1
-1
/
+1
*
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-17
1
-1
/
+1
*
Input: egalax_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2023-01-09
1
-4
/
+5
*
Input: egalax_ts - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
*
Input: egalax_ts - do not hardcode interrupt trigger
Dmitry Torokhov
2022-10-24
1
-4
/
+3
*
Input: egalax_ts - switch to using gpiod API
Dmitry Torokhov
2022-10-24
1
-25
/
+17
*
Input: egalax_ts - add system wakeup support
Anson Huang
2018-09-18
1
-0
/
+6
*
Input: egalax_ts - switch to SPDX identifier
Fabio Estevam
2018-07-18
1
-4
/
+1
*
Input: touchscreen - drop unnecessary calls to input_set_drvdata
Guenter Roeck
2017-01-22
1
-2
/
+0
*
Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdata
Guenter Roeck
2017-01-21
1
-1
/
+0
*
Input: touchscreen - export OF module alias information
Javier Martinez Canillas
2015-07-30
1
-0
/
+1
*
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-17
1
-1
/
+0
*
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
2014-11-02
1
-4
/
+2
*
Input: egalax_ts - make of_device_id array const
Jingoo Han
2014-05-14
1
-1
/
+1
*
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-06
1
-1
/
+0
*
Input: egalax_ts - remove redundant of_match_ptr
Sachin Kamat
2013-10-06
1
-1
/
+1
*
Merge branch 'for-next' of git://github.com/rydberg/linux into next
Dmitry Torokhov
2013-06-27
1
-1
/
+1
|
\
|
*
Input: egalax_ts - ABS_MT_POSITION_Y not reported well
Heiko Abraham
2013-05-05
1
-1
/
+1
*
|
Input: egalax_ts - move to devm_* functions
Andy Shevchenko
2013-05-05
1
-39
/
+14
|
/
*
Input: remove use of __devexit
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: remove use of __devinit
Bill Pemberton
2012-11-24
1
-2
/
+2
*
Input: remove use of __devexit_p
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: egalax_ts - get gpio from devicetree
Hui Wang
2012-10-25
1
-2
/
+21
*
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
2012-09-19
1
-1
/
+1
*
Input: convert I2C drivers to use module_i2c_driver()
Axel Lin
2012-03-16
1
-12
/
+1
*
Input: add EETI eGalax I2C capacitive multi touch driver
Zhang Jiejing
2011-11-15
1
-0
/
+303