Re: [PATCH v3 4/4] iio: adc: ad4000: Add support for PulSAR devices
From: Jonathan Cameron
Date: Sun Nov 24 2024 - 10:28:09 EST
On Tue, 19 Nov 2024 09:54:39 -0300
Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx> wrote:
> The ADI PulSAR series of single-channel devices comprises differential and
> pseudo-differential ADCs that don't require any input data from the host
> controller. By not requiring a data input line, PulSAR devices can operate
> with a 3-wire only data bus in some setups.
>
> The AD4000 series and the single-channel PulSAR series of devices have
> similar SPI transfer specifications and wiring configurations.
> Single-channel PulSAR devices are slower than AD4000 and don't have a
> configuration register. That taken into account, single-channel PulSARs can
> be supported by the ad4000 driver without any increase in code complexity.
>
> Extend the AD4000 driver to also support single-channel PulSAR devices.
>
> Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>
> Signed-off-by: Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx>
The series looks fine to be other than the remaining DT discussion.
Fingers crossed for v4 :)
Jonathan