aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/input/touchscreen/ilitek_ts_i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-05Input: ilitek_ts_i2c - stop including gpio.hDmitry Torokhov1-1/+0
2024-08-05Input: ilitek_ts_i2c - add report id message validationEmanuele Ghidoli1-0/+7
2024-08-05Input: ilitek_ts_i2c - avoid wrong input subsystem syncEmanuele Ghidoli1-6/+5
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-2/+2
2023-12-13Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen1-8/+8
2023-09-06Input: ilitek_ts_i2c - use device core to create driver-specific device attributesDmitry Torokhov1-10/+2
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-09Input: ilitek_ts_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-02Input: ilitek_ts_i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2021-04-09Input: Add support for ILITEK Lego SeriesJoe Hung1-0/+690