index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
zforce_ts.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
Input: zforce_ts - switch to using asynchronous probing
Dmitry Torokhov
2024-09-06
1
-0
/
+1
*
Input: zforce_ts - remove assert/deassert wrappers
Dmitry Torokhov
2024-09-06
1
-12
/
+2
*
Input: zforce_ts - do not hardcode interrupt level
Dmitry Torokhov
2024-09-06
1
-2
/
+1
*
Input: zforce_ts - switch to using devm_regulator_get_enable()
Dmitry Torokhov
2024-09-06
1
-12
/
+1
*
Input: zforce_ts - stop treating VDD regulator as optional
Dmitry Torokhov
2024-09-06
1
-15
/
+13
*
Input: zforce_ts - make zforce_idtable constant
Dmitry Torokhov
2024-09-06
1
-1
/
+1
*
Input: zforce_ts - use dev_err_probe() where appropriate
Dmitry Torokhov
2024-09-06
1
-132
/
+113
*
Input: zforce_ts - do not ignore errors when acquiring regulator
Dmitry Torokhov
2024-09-06
1
-1
/
+1
*
Input: zforce_ts - make parsing of contacts less confusing
Dmitry Torokhov
2024-09-06
1
-12
/
+13
*
Input: zforce_ts - switch to using get_unaligned_le16
Dmitry Torokhov
2024-09-06
1
-12
/
+12
*
Input: zforce_ts - use guard notation when acquiring mutexes
Dmitry Torokhov
2024-09-06
1
-21
/
+24
*
Input: zforce_ts - ensure that pm_stay_awake() and pm_relax() are balanced
Dmitry Torokhov
2024-09-06
1
-5
/
+11
*
Input: zforce_ts - remove unneeded locking
Dmitry Torokhov
2024-09-06
1
-38
/
+9
*
Input: zforce_ts - handle errors from input_mt_init_sots()
Dmitry Torokhov
2024-09-06
1
-1
/
+5
*
Input: zforce_ts - do not explicitly set EV_SYN, etc bits
Dmitry Torokhov
2024-09-06
1
-4
/
+0
*
Input: zforce_ts - remove support for platfrom data
Dmitry Torokhov
2024-09-06
1
-40
/
+16
*
Input: zforce_ts - simplify reporting of slot state
Dmitry Torokhov
2024-09-06
1
-4
/
+2
*
Input: zforce_ts - use devm_add_action_or_reset()
Sudip Mukherjee
2024-09-06
1
-4
/
+1
*
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-05-14
1
-1
/
+1
*
Input: zforce_ts - accept standard touchscreen properties
Andreas Kemnade
2023-12-24
1
-18
/
+16
*
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-17
1
-1
/
+1
*
Input: zforce_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2023-01-10
1
-4
/
+4
*
Input: zforce_ts - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
*
Input: use input_device_enabled()
Andrzej Pietrasiewicz
2020-12-03
1
-4
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
Input: zforce_ts - fix dual touch recognition
Knut Wohlrab
2016-04-25
1
-2
/
+2
*
Input: zforce - simplify function return logic
Javier Martinez Canillas
2015-10-02
1
-6
/
+1
*
Input: zforce - make the interrupt GPIO optional
Dirk Behme
2015-08-03
1
-14
/
+49
*
Input: zforce - don't invert the interrupt GPIO
Dirk Behme
2015-07-20
1
-1
/
+1
*
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-18
1
-1
/
+0
*
Input: zforce_ts - convert to use the gpiod interface
Dirk Behme
2015-07-09
1
-28
/
+30
*
Input: zforce - remove duplicated include
Wei Yongjun
2015-05-13
1
-1
/
+0
*
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
2014-11-02
1
-4
/
+2
*
Input: zforce - add regulator handling
Heiko Stuebner
2014-07-21
1
-0
/
+31
*
Input: zforce - make of_device_id array const
Jingoo Han
2014-05-15
1
-1
/
+1
*
Merge tag 'v3.14-rc4' into next
Dmitry Torokhov
2014-03-01
1
-6
/
+15
|
\
|
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2014-01-23
1
-1
/
+2
|
|
\
|
*
|
Input: zforce - fix possible driver hang during suspend
Heiko Stübner
2013-12-15
1
-6
/
+15
*
|
|
Input: zforce - add devicetree support
Heiko Stübner
2014-01-28
1
-2
/
+55
*
|
|
Input: zforce - use internal pdata pointer instead of dev_get_platdata
Heiko Stübner
2014-01-28
1
-3
/
+3
*
|
|
Input: zforce - reduce stack memory allocated to frames
Luis Ortega
2014-01-28
1
-1
/
+2
*
|
|
Input: zforce - remove unnecessary payload data checks
Luis Ortega
2014-01-28
1
-1
/
+1
*
|
|
Input: zforce - fix lines exceeding 80 columns
Luis Ortega
2014-01-28
1
-7
/
+12
*
|
|
Input: zforce - fix spelling errors
Luis Ortega
2014-01-28
1
-5
/
+5
|
|
/
|
/
|
*
|
Input: zforce - fix error return code in zforce_start()
Wei Yongjun
2013-12-18
1
-1
/
+2
|
/
*
Input: add driver for Neonode zForce based touchscreens
Heiko Stübner
2013-10-31
1
-0
/
+836