summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/iqs5xx.c
Commit message (Expand)AuthorAgeFilesLines
* Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen2023-12-131-6/+6
* Input: iqs5xx - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-7/+3
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+1
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: iqs5xx - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* Input: iqs5xx - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: iqs5xx - use local input_dev pointerJeff LaBundy2022-03-201-8/+8
* Input: iqs5xx - make reset GPIO optionalJeff LaBundy2021-03-251-8/+17
* Input: iqs5xx - close bootloader using hardware resetJeff LaBundy2021-03-251-17/+7
* Input: iqs5xx - remove superfluous revision validationJeff LaBundy2021-03-251-32/+8
* Input: iqs5xx - expose firmware revision to user spaceJeff LaBundy2021-03-251-16/+40
* Input: iqs5xx - optimize axis definition and validationJeff LaBundy2021-03-251-16/+14
* Input: iqs5xx - update vendor's URLJeff LaBundy2021-03-251-1/+1
* Input: iqs5xx - initialize an uninitialized variableJeff LaBundy2021-01-281-1/+1
* Input: iqs5xx - allow device to be a wake-up sourceJeff LaBundy2021-01-241-2/+2
* Input: iqs5xx - allow more time for ATI to completeJeff LaBundy2021-01-241-6/+5
* Input: iqs5xx - eliminate unnecessary register readJeff LaBundy2021-01-241-19/+12
* Input: iqs5xx - simplify axis setup logicJeff LaBundy2021-01-241-79/+21
* Input: iqs5xx - re-initialize device upon warm resetJeff LaBundy2021-01-241-11/+41
* Input: iqs5xx - accommodate bootloader latencyJeff LaBundy2021-01-241-2/+7
* Input: iqs5xx - preserve bootloader errorsJeff LaBundy2021-01-241-1/+5
* Input: iqs5xx - minor cosmetic improvementsJeff LaBundy2021-01-241-4/+4
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-2/+2
* Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-151-11/+13
|\
| * Input: iqs5xx - get axis info before calling input_mt_init_slots()Jeff LaBundy2019-06-091-11/+13
* | Input: iqs5xx - remove redundant dev_set_drvdata callAxel Lin2019-05-231-2/+0
|/
* Input: add support for Azoteq IQS550/572/525Jeff LaBundy2019-04-301-0/+1133