index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-07-15
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-63
/
+64
2024-06-28
Input: ili210x - use guard notation when disabling and reenabling IRQ
Dmitry Torokhov
1
-9
/
+7
2024-06-28
Input: ili210x - switch to using cleanup functions in firmware code
Dmitry Torokhov
1
-60
/
+63
2024-06-28
Input: ili210x - use kvmalloc() to allocate buffer for firmware update
Dmitry Torokhov
1
-3
/
+3
2024-06-07
Input: ili210x - fix ili251x_read_touch_data() return value
John Keeping
1
-2
/
+2
2023-09-06
Input: ili210x - use device core to create driver-specific device attributes
Dmitry Torokhov
1
-10
/
+5
2023-07-17
Input: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-05-06
Input: ili210x - probe even if no resolution information
Marek Vasut
1
-13
/
+23
2022-12-02
Input: ili210x - Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-05-18
Input: ili210x - use one common reset implementation
Marek Vasut
1
-12
/
+8
2022-05-18
Input: ili210x - fix reset timing
Marek Vasut
1
-2
/
+2
2021-11-09
Input: ili210x - reduce sample period to 15ms
Marek Vasut
1
-1
/
+1
2021-11-09
Input: ili210x - improve polled sample spacing
Marek Vasut
1
-2
/
+8
2021-11-09
Input: ili210x - special case ili251x sample read out
Marek Vasut
1
-5
/
+13
2021-10-16
Input: ili210x - add ili251x firmware update support
Marek Vasut
1
-0
/
+308
2021-10-16
Input: ili210x - export ili251x version details via sysfs
Marek Vasut
1
-3
/
+162
2021-10-16
Input: ili210x - use resolution from ili251x firmware
Marek Vasut
1
-0
/
+56
2021-05-06
Input: ili210x - add missing negation for touch indication on ili210x
Hansem Ro
1
-1
/
+1
2021-01-03
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-12
Input: ili210x - optionally show calibrate sysfs attribute
Sven Van Asbroeck
1
-0
/
+14
2019-11-12
Input: ili210x - add resolution to chip operations structure
Sven Van Asbroeck
1
-2
/
+7
2019-11-12
Input: ili210x - do not retrieve/print chip firmware version
Sven Van Asbroeck
1
-21
/
+0
2019-11-11
Input: ili210x - remove unneeded suspend and resume handlers
Dmitry Torokhov
1
-24
/
+0
2019-11-11
Input: ili210x - do not unconditionally mark touchscreen as wakeup source
Dmitry Torokhov
1
-2
/
+0
2019-11-11
Input: ili210x - define and use chip operations structure
Dmitry Torokhov
1
-136
/
+173
2019-11-11
Input: ili210x - do not set parent device explicitly
Dmitry Torokhov
1
-1
/
+0
2019-11-11
Input: ili210x - handle errors from input_mt_init_slots()
Dmitry Torokhov
1
-1
/
+6
2019-11-11
Input: ili210x - switch to using threaded IRQ
Dmitry Torokhov
1
-61
/
+56
2019-11-11
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-07
Input: ili210x - switch to using devm_device_add_group()
Dmitry Torokhov
1
-14
/
+2
2019-02-06
Input: ili210x - add ILI251X support
Marek Vasut
1
-15
/
+103
2019-02-06
Input: ili210x - add OF match table
Marek Vasut
1
-0
/
+7
2019-02-06
Input: ili210x - reorder probe
Marek Vasut
1
-16
/
+16
2019-02-06
Input: ili210x - rework the touchscreen sample processing
Marek Vasut
1
-25
/
+30
2019-02-06
Input: ili210x - convert to devm IRQ
Marek Vasut
1
-11
/
+15
2019-02-06
Input: ili210x - add reset GPIO support
Marek Vasut
1
-0
/
+26
2019-02-06
Input: ili210x - convert to devm_ functions
Marek Vasut
1
-10
/
+7
2019-02-06
Input: ili210x - drop get_pendown_state
Marek Vasut
1
-12
/
+1
2019-02-06
Input: ili210x - drop platform data support
Marek Vasut
1
-10
/
+2
2017-01-22
Input: touchscreen - drop unnecessary calls to input_set_drvdata
Guenter Roeck
1
-1
/
+0
2017-01-21
Input: touchscreen - use local variables consistently
Guenter Roeck
1
-1
/
+1
2016-08-02
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
[next]