[PATCH v3 0/2] iio: adc: ad4080: add support for AD4082, AD4085 and AD4088

Antoniu Miclaus posted 2 patches 1 month, 2 weeks ago
.../bindings/iio/adc/adi,ad4080.yaml          |  3 ++
drivers/iio/adc/ad4080.c                      | 45 +++++++++++++++++++
2 files changed, 48 insertions(+)
[PATCH v3 0/2] iio: adc: ad4080: add support for AD4082, AD4085 and AD4088
Posted by Antoniu Miclaus 1 month, 2 weeks ago
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(+)

-- 
2.43.0
Re: [PATCH v3 0/2] iio: adc: ad4080: add support for AD4082, AD4085 and AD4088
Posted by Jonathan Cameron 1 month, 1 week ago
On Mon, 16 Feb 2026 17:11:09 +0200
Antoniu Miclaus <antoniu.miclaus@analog.com> 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