summaryrefslogtreecommitdiff
path: root/drivers/input/misc/iqs7222.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Input: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-10Input: iqs7222 - add support for Azoteq IQS7222DJeff LaBundy1-9/+459
2023-07-10Input: iqs7222 - configure power mode before triggering ATIJeff LaBundy1-4/+4
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-10-24Input: iqs7222 - add support for IQS7222A v1.13+Jeff LaBundy1-0/+111
2022-10-24Input: iqs7222 - protect against undefined slider sizeJeff LaBundy1-1/+8
2022-10-24Input: iqs7222 - report malformed propertiesJeff LaBundy1-8/+36
2022-10-24Input: iqs7222 - drop unused device node referencesJeff LaBundy1-194/+146
2022-09-14Input: iqs7222 - set all ULP entry masks by defaultJeff LaBundy1-5/+6
2022-09-14Input: iqs7222 - avoid sending empty SYN_REPORT eventsJeff LaBundy1-0/+3
2022-09-14Input: iqs7222 - trim force communication commandJeff LaBundy1-1/+1
2022-06-28Input: iqs7222 - remove support for RF filterJeff LaBundy1-7/+0
2022-06-28Input: iqs7222 - handle reset during ATIJeff LaBundy1-3/+6
2022-06-28Input: iqs7222 - acknowledge reset before writing registersJeff LaBundy1-3/+29
2022-06-28Input: iqs7222 - protect volatile registersJeff LaBundy1-4/+14
2022-06-28Input: iqs7222 - fortify slider event reportingJeff LaBundy1-38/+58
2022-06-28Input: iqs7222 - correct slider event disable logicJeff LaBundy1-7/+9
2022-04-18Input: iqs7222 - avoid dereferencing a NULL pointerJeff LaBundy1-2/+3
2022-04-17Input: iqs7222 - propagate some error codes correctlyDan Carpenter1-16/+16
2022-04-09Input: add support for Azoteq IQS7222A/B/CJeff LaBundy1-0/+2445