summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ad4695.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-21iio: adc: ad4695: rename AD4695_MAX_VIN_CHANNELSDavid Lechner1-5/+5
2025-05-21iio: adc: ad4695: use IIO_DECLARE_DMA_BUFFER_WITH_TSDavid Lechner1-2/+1
2025-05-21iio: adc: ad4695: use u16 for buffer elementsDavid Lechner1-6/+3
2025-05-21iio: adc: Use iio_push_to_buffers_with_ts() to provide length for runtime che...Jonathan Cameron1-1/+2
2025-03-04iio: adc: ad4695: simplify getting oversampling_ratioDavid Lechner1-1/+1
2025-03-04iio: adc: ad4695: fix out of bounds array accessDavid Lechner1-6/+20
2025-02-17iio: adc: ad4695: Stop using iio_device_claim_direct_scoped()Jonathan Cameron1-136/+161
2025-02-11iio: adc: ad4695: add offload-based oversampling supportTrevor Gamblin1-30/+303
2025-02-11iio: adc: ad4695: Add support for SPI offloadDavid Lechner1-17/+429
2025-02-03iio: adc: ad4695: add custom regmap bus callbacksTrevor Gamblin1-7/+67
2025-02-03iio: adc: ad4695: make ad4695_exit_conversion_mode() more robustTrevor Gamblin1-6/+28
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman1-31/+69
2024-12-07iio: adc: ad4695: move dt-bindings headerDavid Lechner1-1/+1
2024-12-07iio: adc: ad4695: fix buffered read, single sample timingsTrevor Gamblin1-31/+69
2024-09-03iio: adc: ad4695: implement calibration supportDavid Lechner1-2/+156
2024-09-03iio: adc: ad4695: add 2nd regmap for 16-bit registersDavid Lechner1-15/+68
2024-08-17iio: adc: ad4695: implement triggered bufferDavid Lechner1-3/+247
2024-08-03iio: adc: ad4695: Add driver for AD4695 and similar ADCsDavid Lechner1-0/+734