Re: [PATCH v7 0/7] iio: adc: add new ad7380 driver

From: Jonathan Cameron
Date: Sun Jun 02 2024 - 05:34:53 EST


On Tue, 28 May 2024 16:20:27 +0200
Julien Stephan <jstephan@xxxxxxxxxxxx> wrote:

> Taking over this series with David Lechner's approval, to add some
> fixes, proper handling of pseudo differential parts and
> some extra commits to add support for 4-channel compatible parts.
>
> Here is David's cover letter:
>
> This series is adding a new driver for the Analog Devices Inc. AD7380,
> AD7381, AD7383, and AD7384 ADCs. These chips are part of a family of
> simultaneous sampling SAR ADCs.
>
> To keep things simple, the initial driver implementation only supports
> the 2/4-channel differential chips listed above. There are also 4-channel
> single-ended chips in the family that can be added later.
>
> Furthermore, the driver is just implementing basic support for capturing
> data. Additional features like interrupts, CRC, etc. can be added later.
>
> This work is being done by BayLibre and on behalf of Analog Devices Inc.
> hence the maintainers are @analog.com.
>
Applied + I'll pick up the series David posted with oversampling support
now I have the precursor! A tiny bit of noise in this one because
of the reordering of the adc/Makefile

Thanks,