Re: [PATCH 0/2] iio: adc: ad4080: add support for AD4883

From: Jonathan Cameron

Date: Thu Jul 23 2026 - 19:02:31 EST


On Mon, 20 Jul 2026 16:37:05 +0300
Antoniu Miclaus <antoniu.miclaus@xxxxxxxxxx> wrote:

> Add support for the AD4883, a dual-channel, 16-bit, 40 MSPS SAR ADC in
> the AD4080 family. Like the AD4880, each of its two independent ADC
> channels has its own SPI configuration interface, so the part requires
> two chip selects and two io-backends.
>
> The first patch adds the devicetree binding compatible string; the
> second adds the driver support (chip ID, channel spec, chip info and
> device-table entries).
>
Given how trivial the dt binding is I've picked this up ahead of getting
the customary ack. IIO is very active at the moment and I'm trying to
reduce the number of series in fight where ever possible!

Applied to the testing branch of iio.git.

Whilst there is a fix series in the fixes-togreg branch at the moment
it doesn't overlap with the particular areas of the driver so it should
be fine for them to take different paths.

Thanks,

Jonathan

> Antoniu Miclaus (2):
> dt-bindings: iio: adc: ad4080: add AD4883 support
> iio: adc: ad4080: add support for AD4883
>
> .../bindings/iio/adc/adi,ad4080.yaml | 2 ++
> drivers/iio/adc/ad4080.c | 18 ++++++++++++++++++
> 2 files changed, 20 insertions(+)
>
>
> base-commit: 7961435cd21903f761712cdf8fe3ed5ea24ebdc7