aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/adc/ti-tsc2046.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-67/+202
2022-01-23iio: adc: tsc2046: fix memory corruption by preventing array overflowOleksij Rempel1-2/+2
2022-01-23iio: adc: tsc2046: add sanity check to avoid to big allocationsOleksij Rempel1-0/+6
2022-01-23iio: adc: tsc2046: add .read_raw supportOleksij Rempel1-21/+97
2022-01-23iio: adc: tsc2046: rework the trigger state machineOleksij Rempel1-46/+99
2021-10-17iio: adc: tsc2046: fix scan interval warningOleksij Rempel1-1/+1
2021-06-13iio: adc: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean1-2/+0
2021-06-03iio: adc: tsc2046: fix a warning message in tsc2046_adc_update_scan_mode()Dan Carpenter1-1/+1
2021-05-17iio: adc: add ADC driver for the TI TSC2046 controllerOleksij Rempel1-0/+714