Re: [PATCH v2 3/4] iio: adc: ad4695: Add driver for AD4695 and similar ADCs

From: Jonathan Cameron
Date: Sun Jun 23 2024 - 12:43:59 EST


On Mon, 17 Jun 2024 14:53:14 -0500
David Lechner <dlechner@xxxxxxxxxxxx> wrote:

> This is a new driver for Analog Devices Inc. AD4695 and similar ADCs.
> The initial driver supports initializing the chip including configuring
> all possible LDO and reference voltage sources as well as any possible
> voltage input channel wiring configuration.
>
> Only the 4-wire SPI wiring mode where the CNV pin is tied to the CS pin
> is supported at this time. And reading sample data from the ADC can only
> be done in direct mode for now.
>
> Co-developed-by: Ramona Gradinariu <ramona.gradinariu@xxxxxxxxxx>
> Signed-off-by: Ramona Gradinariu <ramona.gradinariu@xxxxxxxxxx>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>

I only took a quick look as it sounds like some of this will change.
FWIW Looks good to me.

Jonathan