index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
ili210x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-10
Input: ili210x - reduce sample period to 15ms
Marek Vasut
1
-1
/
+1
2021-11-10
Input: ili210x - improve polled sample spacing
Marek Vasut
1
-2
/
+8
2021-11-10
Input: ili210x - special case ili251x sample read out
Marek Vasut
1
-5
/
+13
2021-10-17
Input: ili210x - add ili251x firmware update support
Marek Vasut
1
-0
/
+308
2021-10-17
Input: ili210x - export ili251x version details via sysfs
Marek Vasut
1
-3
/
+162
2021-10-17
Input: ili210x - use resolution from ili251x firmware
Marek Vasut
1
-0
/
+56
2021-05-07
Input: ili210x - add missing negation for touch indication on ili210x
Hansem Ro
1
-1
/
+1
2021-01-04
Input: ili210x - implement pressure reporting for ILI251x
Marek Vasut
1
-7
/
+19
2020-02-10
Input: ili210x - add ili2120 support
Luca Weiss
1
-0
/
+32
2020-02-10
Input: ili210x - fix return value of is_visible function
Luca Weiss
1
-1
/
+1
2019-11-13
Input: ili210x - optionally show calibrate sysfs attribute
Sven Van Asbroeck
1
-0
/
+14
2019-11-13
Input: ili210x - add resolution to chip operations structure
Sven Van Asbroeck
1
-2
/
+7
2019-11-13
Input: ili210x - do not retrieve/print chip firmware version
Sven Van Asbroeck
1
-21
/
+0
2019-11-12
Input: ili210x - remove unneeded suspend and resume handlers
Dmitry Torokhov
1
-24
/
+0
2019-11-12
Input: ili210x - do not unconditionally mark touchscreen as wakeup source
Dmitry Torokhov
1
-2
/
+0
2019-11-12
Input: ili210x - define and use chip operations structure
Dmitry Torokhov
1
-136
/
+173
2019-11-12
Input: ili210x - do not set parent device explicitly
Dmitry Torokhov
1
-1
/
+0
2019-11-12
Input: ili210x - handle errors from input_mt_init_slots()
Dmitry Torokhov
1
-1
/
+6
2019-11-12
Input: ili210x - switch to using threaded IRQ
Dmitry Torokhov
1
-61
/
+56
2019-11-12
Input: ili210x - add ILI2117 support
Marek Vasut
1
-1
/
+45
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-02-09
Input: ili210x - fetch touchscreen geometry from DT
Marek Vasut
1
-40
/
+11
2019-02-08
Input: ili210x - switch to using devm_device_add_group()
Dmitry Torokhov
1
-14
/
+2
2019-02-07
Input: ili210x - add ILI251X support
Marek Vasut
1
-15
/
+103
2019-02-07
Input: ili210x - add OF match table
Marek Vasut
1
-0
/
+7
2019-02-07
Input: ili210x - reorder probe
Marek Vasut
1
-16
/
+16
2019-02-07
Input: ili210x - rework the touchscreen sample processing
Marek Vasut
1
-25
/
+30
2019-02-07
Input: ili210x - convert to devm IRQ
Marek Vasut
1
-11
/
+15
2019-02-07
Input: ili210x - add reset GPIO support
Marek Vasut
1
-0
/
+26
2019-02-07
Input: ili210x - convert to devm_ functions
Marek Vasut
1
-10
/
+7
2019-02-07
Input: ili210x - drop get_pendown_state
Marek Vasut
1
-12
/
+1
2019-02-07
Input: ili210x - drop platform data support
Marek Vasut
1
-10
/
+2
2017-01-23
Input: touchscreen - drop unnecessary calls to input_set_drvdata
Guenter Roeck
1
-1
/
+0
2017-01-22
Input: touchscreen - use local variables consistently
Guenter Roeck
1
-1
/
+1
2016-08-03
Input: ili210x - fix permissions on "calibrate" attribute
Dmitry Torokhov
1
-1
/
+1
2015-09-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+0
2015-08-07
treewide: Fix typo in printk
Masanari Iida
1
-2
/
+2
2015-07-18
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2014-11-02
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
1
-4
/
+2
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
-1
/
+1
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-09-19
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
1
-1
/
+1
2012-03-17
Input: ili210x - add support for Ilitek ILI210x based touchscreens
Olivier Sobrie
1
-0
/
+360