summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ad7768-1.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16iio: adc: ad7768-1: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-16/+1
2022-07-01iio: adc: ad778-1: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson1-1/+1
2022-06-14iio: adc: ad7768-1: Fix alignment for DMA safetyJonathan Cameron1-2/+2
2021-11-17iio: ad7768-1: Call iio_trigger_notify_done() on errorLars-Peter Clausen1-1/+1
2021-06-13iio: adc: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean1-1/+0
2021-06-09Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+2
2021-05-22iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_t...Jonathan Cameron1-2/+6
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+2
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2020-11-08iio: adc: ad7768-1: Add channel labels.Cristian Pop1-0/+41
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-7/+1
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-02-09iio: adc: ad7768-1: Add support for setting the sampling frequencyStefan Popa1-3/+199
2019-02-02iio: adc: Add AD7768-1 ADC basic supportStefan Popa1-0/+459