aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/stmpe-adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18iio: adc: stmpe-adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-3/+3
2022-05-01iio: stmpe-adc: use of_device_id for OF matchingKrzysztof Kozlowski1-6/+7
2022-04-28iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value checkMiaoqian Lin1-4/+4
2021-12-16iio: stmpe-adc: Use correctly sized arguments for bit fieldKees Cook1-2/+3
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-10-18iio: adc: stmpe-adc: Cleanup endian type of local variableJonathan Cameron1-1/+1
2019-05-11iio: stmpe-adc: Reset possible interruptsPhilippe Schenker1-0/+5
2019-05-11iio: stmpe-adc: Use wait_for_completion_timeoutPhilippe Schenker1-12/+4
2019-05-11iio: stmpe-adc: Enable all stmpe-adc interrupts just oncePhilippe Schenker1-3/+3
2019-05-11iio: stmpe-adc: Reinit completion struct on begin conversionPhilippe Schenker1-0/+4
2019-05-11iio: stmpe-adc: Add compatible namePhilippe Schenker1-1/+6
2019-05-05iio: stmpe-adc: Remove unnecessary assignmentPhilippe Schenker1-2/+0
2019-04-04iio: adc: stmpe-adc: Shuffle an if statement around in stmpe_adc_isrNathan Chancellor1-3/+2
2019-01-16iio: adc: add STMPE ADC driver using IIO frameworkStefan Agner1-0/+363