summaryrefslogtreecommitdiff
path: root/drivers/input/misc/iqs269a.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Input: iqs269a - add support for OTP variantsJeff LaBundy1-3/+89
2024-01-02Input: iqs269a - add support for slider gesturesJeff LaBundy1-29/+191
2023-12-14Input: iqs269a - use sysfs_emit() instead of scnprintf()ye xingchen1-12/+11
2023-09-07Input: iqs269a - use device core to create driver-specific device attributesDmitry Torokhov1-8/+2
2023-07-17Input: Explicitly include correct DT includesRob Herring1-1/+1
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-11Input: iqs269a - do not poll during ATIJeff LaBundy1-51/+46
2023-01-11Input: iqs269a - do not poll during suspend or resumeJeff LaBundy1-87/+31
2023-01-11Input: iqs269a - configure device with a single block writeJeff LaBundy1-59/+39
2023-01-11Input: iqs269a - increase interrupt handler return delayJeff LaBundy1-1/+1
2023-01-11Input: iqs269a - drop unused device node referencesJeff LaBundy1-1/+11
2023-01-10Input: iqs269a - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva1-14/+7
2020-05-18Input: add support for Azoteq IQS269AJeff LaBundy1-0/+1833