summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/iqs269a.c
Commit message (Expand)AuthorAgeFilesLines
* Input: iqs269a - add support for OTP variantsJeff LaBundy2024-01-011-3/+89
* Input: iqs269a - add support for slider gesturesJeff LaBundy2024-01-011-29/+191
* Input: iqs269a - use sysfs_emit() instead of scnprintf()ye xingchen2023-12-131-12/+11
* Input: iqs269a - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-8/+2
* 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: iqs269a - do not poll during ATIJeff LaBundy2023-01-101-51/+46
* Input: iqs269a - do not poll during suspend or resumeJeff LaBundy2023-01-101-87/+31
* Input: iqs269a - configure device with a single block writeJeff LaBundy2023-01-101-59/+39
* Input: iqs269a - increase interrupt handler return delayJeff LaBundy2023-01-101-1/+1
* Input: iqs269a - drop unused device node referencesJeff LaBundy2023-01-101-1/+11
* Input: iqs269a - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-14/+7
* Input: add support for Azoteq IQS269AJeff LaBundy2020-05-171-0/+1833