Re: [PATCH v3 0/2] iio: adc: ad4080: add support for AD4082, AD4085 and AD4088
From: Jonathan Cameron
Date: Sun Feb 22 2026 - 08:21:31 EST
On Mon, 16 Feb 2026 17:11:09 +0200
Antoniu Miclaus <antoniu.miclaus@xxxxxxxxxx> wrote:
> Add support for AD4082, AD4085 and AD4088 SAR ADCs to the existing
> ad4080 driver:
>
> - AD4082: 20-bit SAR ADC with LVDS CNV clock count max of 8
> - AD4085: 16-bit SAR ADC with LVDS CNV clock count max of 8
> - AD4088: 14-bit SAR ADC with LVDS CNV clock count max of 8
>
> These devices share the same register map as AD4080 but differ in
> resolution and LVDS CNV clock count maximum values.
>
> Changes in v3:
> - Merged individual per-device dt-bindings patches into a single
> patch.
> - Merged individual per-device driver patches into a single patch.
> - Collected Acked-by tag.
>
> Antoniu Miclaus (2):
> dt-bindings: iio: adc: adi,ad4080: add support for AD4082, AD4085 and
> AD4088
> iio: adc: ad4080: add support for AD4082, AD4085 and AD4088
>
> .../bindings/iio/adc/adi,ad4080.yaml | 3 ++
> drivers/iio/adc/ad4080.c | 45 +++++++++++++++++++
> 2 files changed, 48 insertions(+)
>
Applied to the testing branch of iio.git. I'll be rebasing on rc1 in the next
few days then pushing out for linux-next to pick up
Thanks,
Jonathan