summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/cyttsp5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-141-1/+1
* Input: cyttsp5 - add handling for vddio regulatorLin, Meng-Bo2023-10-281-7/+12
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+1
* Merge tag 'v6.4' into nextDmitry Torokhov2023-07-171-1/+2
|\
| * Input: cyttsp5 - fix array lengthMaximilian Weigand2023-05-021-1/+1
| * Input: cyttsp5 - fix sensing configuration data structurehrdl2023-04-141-0/+1
* | Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* | Input: cyttsp5 - implement proper sleep and wakeup proceduresMaximilian Weigand2023-05-051-0/+77
* | Input: cyttsp5 - remove unused codeMaximilian Weigand2023-05-021-5/+0
|/
* Input: cyttsp5 - fix bitmask for touch buttonsRichard Kjerstadius2023-02-041-1/+1
* Input: cyttsp5: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: Add driver for Cypress Generation 5 touchscreenAlistair Francis2022-11-011-0/+901