summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ilitek_ts_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Input: ilitek_ts_i2c - add report id message validationEmanuele Ghidoli2024-10-041-0/+7
* Input: ilitek_ts_i2c - avoid wrong input subsystem syncEmanuele Ghidoli2024-10-041-6/+5
* Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-131-2/+2
* Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen2023-12-131-8/+8
* Input: ilitek_ts_i2c - use device core to create driver-specific device attri...Dmitry Torokhov2023-09-061-10/+2
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: ilitek_ts_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* Input: ilitek_ts_i2c - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: Add support for ILITEK Lego SeriesJoe Hung2021-04-091-0/+690