index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
ili210x.c
Age
Commit message (
Expand
)
Author
2024-11-25
Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-30
input: Fix typos in comments across various files
Yu Jiaoliang
2024-07-15
Merge tag 'v6.10' into next
Dmitry Torokhov
2024-07-15
Merge branch 'next' into for-linus
Dmitry Torokhov
2024-06-28
Input: ili210x - use guard notation when disabling and reenabling IRQ
Dmitry Torokhov
2024-06-28
Input: ili210x - switch to using cleanup functions in firmware code
Dmitry Torokhov
2024-06-28
Input: ili210x - use kvmalloc() to allocate buffer for firmware update
Dmitry Torokhov
2024-06-07
Input: ili210x - fix ili251x_read_touch_data() return value
John Keeping
2023-09-06
Input: ili210x - use device core to create driver-specific device attributes
Dmitry Torokhov
2023-07-17
Input: Explicitly include correct DT includes
Rob Herring
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-06
Input: ili210x - probe even if no resolution information
Marek Vasut
2022-12-02
Input: ili210x - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-05-18
Input: ili210x - use one common reset implementation
Marek Vasut
2022-05-18
Input: ili210x - fix reset timing
Marek Vasut
2021-11-09
Input: ili210x - reduce sample period to 15ms
Marek Vasut
2021-11-09
Input: ili210x - improve polled sample spacing
Marek Vasut
2021-11-09
Input: ili210x - special case ili251x sample read out
Marek Vasut
2021-10-16
Input: ili210x - add ili251x firmware update support
Marek Vasut
2021-10-16
Input: ili210x - export ili251x version details via sysfs
Marek Vasut
2021-10-16
Input: ili210x - use resolution from ili251x firmware
Marek Vasut
2021-05-06
Input: ili210x - add missing negation for touch indication on ili210x
Hansem Ro
2021-01-03
Input: ili210x - implement pressure reporting for ILI251x
Marek Vasut
2020-02-10
Input: ili210x - add ili2120 support
Luca Weiss
2020-02-10
Input: ili210x - fix return value of is_visible function
Luca Weiss
2019-11-12
Input: ili210x - optionally show calibrate sysfs attribute
Sven Van Asbroeck
2019-11-12
Input: ili210x - add resolution to chip operations structure
Sven Van Asbroeck
2019-11-12
Input: ili210x - do not retrieve/print chip firmware version
Sven Van Asbroeck
2019-11-11
Input: ili210x - remove unneeded suspend and resume handlers
Dmitry Torokhov
2019-11-11
Input: ili210x - do not unconditionally mark touchscreen as wakeup source
Dmitry Torokhov
2019-11-11
Input: ili210x - define and use chip operations structure
Dmitry Torokhov
2019-11-11
Input: ili210x - do not set parent device explicitly
Dmitry Torokhov
2019-11-11
Input: ili210x - handle errors from input_mt_init_slots()
Dmitry Torokhov
2019-11-11
Input: ili210x - switch to using threaded IRQ
Dmitry Torokhov
2019-11-11
Input: ili210x - add ILI2117 support
Marek Vasut
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-02-09
Input: ili210x - fetch touchscreen geometry from DT
Marek Vasut
2019-02-07
Input: ili210x - switch to using devm_device_add_group()
Dmitry Torokhov
2019-02-06
Input: ili210x - add ILI251X support
Marek Vasut
2019-02-06
Input: ili210x - add OF match table
Marek Vasut
2019-02-06
Input: ili210x - reorder probe
Marek Vasut
2019-02-06
Input: ili210x - rework the touchscreen sample processing
Marek Vasut
2019-02-06
Input: ili210x - convert to devm IRQ
Marek Vasut
2019-02-06
Input: ili210x - add reset GPIO support
Marek Vasut
2019-02-06
Input: ili210x - convert to devm_ functions
Marek Vasut
2019-02-06
Input: ili210x - drop get_pendown_state
Marek Vasut
2019-02-06
Input: ili210x - drop platform data support
Marek Vasut
2017-01-22
Input: touchscreen - drop unnecessary calls to input_set_drvdata
Guenter Roeck
2017-01-21
Input: touchscreen - use local variables consistently
Guenter Roeck
[next]