summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ad7768-1.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19iio: adc: ad7768-1: replace sprintf() with sysfs_emit()Nuno Sá1-1/+1
2025-08-25iio: adc: ad7768-1: use devm_regulator_get_enable_read_voltage()Jonathan Santos1-27/+8
2025-08-17iio: adc: ad7768-1: Remove logically dead codeChandra Mohan Sundar1-2/+0
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-07-13iio: adc: ad7768-1: add low pass -3dB cutoff attributeJonathan Santos1-1/+17
2025-06-26iio: adc: ad7768-1: add filter type and oversampling ratio attributesJonathan Santos1-95/+319
2025-06-26iio: adc: ad7768-1: replace manual attribute declarationJonathan Santos1-32/+31
2025-06-26iio: adc: ad7768-1: add support for Synchronization over SPIJonathan Santos1-2/+91
2025-06-26iio: adc: ad7768-1: add multiple scan types to support 16-bits modeJonathan Santos1-10/+64
2025-06-26iio: adc: ad7768-1: Add GPIO controller supportSergiu Cuciurean1-2/+138
2025-06-26iio: adc: ad7768-1: add regulator to control VCM outputJonathan Santos1-0/+159
2025-06-09iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirementJonathan Santos1-4/+19
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-83/+164
2025-05-21iio: adc: ad7768-1: reorganize driver headersJonathan Santos1-1/+3
2025-05-21iio: adc: Use iio_push_to_buffers_with_ts() to provide length for runtime che...Jonathan Cameron1-2/+3
2025-04-22iio: normalize array sentinel styleDavid Lechner1-1/+1
2025-04-22iio: adc: ad7768-1: Move buffer allocation to a separate functionSergiu Cuciurean1-18/+26
2025-04-22iio: adc: ad7768-1: Add reset gpioSergiu Cuciurean1-12/+24
2025-04-22iio: adc: ad7768-1: convert driver to use regmapJonathan Santos1-51/+109
2025-04-18iio: adc: ad7768-1: Fix insufficient alignment of timestamp.Jonathan Cameron1-1/+1
2025-03-11iio: adc: ad7768-1: remove unnecessary lockingJonathan Santos1-12/+8
2025-03-11iio: adc: ad7768-1: set MOSI idle state to prevent accidental resetJonathan Santos1-0/+15
2025-03-11iio: adc: ad7768-1: Fix conversion result signSergiu Cuciurean1-2/+2
2025-03-04iio: adc: ad7768-1: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2025-03-04iio: adc: ad7768-1: Move setting of val a bit later to avoid unnecessary retu...Jonathan Cameron1-2/+1
2024-09-05iio: adc: standardize on formatting for id match tablesJonathan Cameron1-1/+1
2024-08-03iio: adc: ad7768-1: use device_* to iterate over device child nodesJavier Carrasco1-4/+1
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