summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/iqs7222.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: iqs7222 - add support for IQS7222D v1.1 and v1.2Jeff LaBundy2024-03-071-0/+112
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+1
* Input: iqs7222 - add support for Azoteq IQS7222DJeff LaBundy2023-07-101-9/+459
* Input: iqs7222 - configure power mode before triggering ATIJeff LaBundy2023-07-101-4/+4
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: iqs7222 - add support for IQS7222A v1.13+Jeff LaBundy2022-10-241-0/+111
* Input: iqs7222 - protect against undefined slider sizeJeff LaBundy2022-10-241-1/+8
* Input: iqs7222 - report malformed propertiesJeff LaBundy2022-10-241-8/+36
* Input: iqs7222 - drop unused device node referencesJeff LaBundy2022-10-241-194/+146
* Input: iqs7222 - set all ULP entry masks by defaultJeff LaBundy2022-09-141-5/+6
* Input: iqs7222 - avoid sending empty SYN_REPORT eventsJeff LaBundy2022-09-141-0/+3
* Input: iqs7222 - trim force communication commandJeff LaBundy2022-09-141-1/+1
* Input: iqs7222 - remove support for RF filterJeff LaBundy2022-06-281-7/+0
* Input: iqs7222 - handle reset during ATIJeff LaBundy2022-06-281-3/+6
* Input: iqs7222 - acknowledge reset before writing registersJeff LaBundy2022-06-281-3/+29
* Input: iqs7222 - protect volatile registersJeff LaBundy2022-06-281-4/+14
* Input: iqs7222 - fortify slider event reportingJeff LaBundy2022-06-281-38/+58
* Input: iqs7222 - correct slider event disable logicJeff LaBundy2022-06-281-7/+9
* Input: iqs7222 - avoid dereferencing a NULL pointerJeff LaBundy2022-04-181-2/+3
* Input: iqs7222 - propagate some error codes correctlyDan Carpenter2022-04-171-16/+16
* Input: add support for Azoteq IQS7222A/B/CJeff LaBundy2022-04-091-0/+2445