[PATCH v3 0/6] iio: adc: ad4080: add support for AD4081 and AD4084

Antoniu Miclaus posted 6 patches 4 months ago
.../bindings/iio/adc/adi,ad4080.yaml          |  2 +
drivers/iio/adc/ad4080.c                      | 80 ++++++++++++++-----
2 files changed, 60 insertions(+), 22 deletions(-)
[PATCH v3 0/6] iio: adc: ad4080: add support for AD4081 and AD4084
Posted by Antoniu Miclaus 4 months ago
Add support for AD4081 (16-bit, 4 LVDS CNV clock max) and AD4084
(18-bit, 6 LVDS CNV clock max) ADC variants to the existing AD4080
driver.

Changes:
 - Update device tree bindings to include AD4081 and AD4084
 - Add chip_info entries for AD4081 and AD4084 with appropriate
   resolution and LVDS CNV clock count
 - Modify channel definitions to accommodate different resolutions
 - Ensure backward compatibility with existing AD4080 functionality

Antoniu Miclaus (6):
  iio: adc: ad4080: fix chip identification
  iio: adc: ad4080: prepare driver for multi-part support
  dt-bindings: iio: adc: adi,ad4080: add support for AD4084
  iio: adc: ad4080: add support for AD4084
  dt-bindings: iio: adc: adi,ad4080: add support for AD4081
  iio: adc: ad4080: add support for AD4081

 .../bindings/iio/adc/adi,ad4080.yaml          |  2 +
 drivers/iio/adc/ad4080.c                      | 80 ++++++++++++++-----
 2 files changed, 60 insertions(+), 22 deletions(-)

-- 
2.43.0
Re: [PATCH v3 0/6] iio: adc: ad4080: add support for AD4081 and AD4084
Posted by Jonathan Cameron 3 months, 4 weeks ago
On Tue, 7 Oct 2025 11:15:19 +0000
Antoniu Miclaus <antoniu.miclaus@analog.com> wrote:

> Add support for AD4081 (16-bit, 4 LVDS CNV clock max) and AD4084
> (18-bit, 6 LVDS CNV clock max) ADC variants to the existing AD4080
> driver.
> 
> Changes:
>  - Update device tree bindings to include AD4081 and AD4084
>  - Add chip_info entries for AD4081 and AD4084 with appropriate
>    resolution and LVDS CNV clock count
>  - Modify channel definitions to accommodate different resolutions
>  - Ensure backward compatibility with existing AD4080 functionality
> 
> Antoniu Miclaus (6):
>   iio: adc: ad4080: fix chip identification
>   iio: adc: ad4080: prepare driver for multi-part support
>   dt-bindings: iio: adc: adi,ad4080: add support for AD4084
>   iio: adc: ad4080: add support for AD4084
>   dt-bindings: iio: adc: adi,ad4080: add support for AD4081
>   iio: adc: ad4080: add support for AD4081
> 
>  .../bindings/iio/adc/adi,ad4080.yaml          |  2 +
>  drivers/iio/adc/ad4080.c                      | 80 ++++++++++++++-----
>  2 files changed, 60 insertions(+), 22 deletions(-)
> 

Series applied to the testing branch of iio.git.  I marked patch 1
for stable. See that patch discussion for why I did things this way.

thanks

Jonathan