[PATCH v2 0/2] iio: adc: ad4080: add support for AD4884

Antoniu Miclaus posted 2 patches 1 week, 2 days ago
.../bindings/iio/adc/adi,ad4080.yaml           |  5 ++++-
drivers/iio/adc/ad4080.c                       | 18 ++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
[PATCH v2 0/2] iio: adc: ad4080: add support for AD4884
Posted by Antoniu Miclaus 1 week, 2 days ago
Add support for the AD4884, a dual-channel, 16-bit, 40 MSPS SAR ADC,
to the ad4080 driver family.

Patch 1 adds the AD4884 compatible string to the devicetree binding.
Patch 2 adds the chip info and device ID to the driver.

Changes in v2:
- Add rationale for no fallback compatible in commit message.
- Collect Acked-by tag.

Antoniu Miclaus (2):
  dt-bindings: iio: adc: ad4080: add AD4884 support
  iio: adc: ad4080: add support for AD4884

 .../bindings/iio/adc/adi,ad4080.yaml           |  5 ++++-
 drivers/iio/adc/ad4080.c                       | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)

-- 
2.43.0
Re: [PATCH v2 0/2] iio: adc: ad4080: add support for AD4884
Posted by Jonathan Cameron 1 week, 2 days ago
On Fri, 29 May 2026 17:13:51 +0300
Antoniu Miclaus <antoniu.miclaus@analog.com> wrote:

> Add support for the AD4884, a dual-channel, 16-bit, 40 MSPS SAR ADC,
> to the ad4080 driver family.
> 
> Patch 1 adds the AD4884 compatible string to the devicetree binding.
> Patch 2 adds the chip info and device ID to the driver.
> 
> Changes in v2:
> - Add rationale for no fallback compatible in commit message.
> - Collect Acked-by tag.
> 
Applied

Thanks,

J
> Antoniu Miclaus (2):
>   dt-bindings: iio: adc: ad4080: add AD4884 support
>   iio: adc: ad4080: add support for AD4884
> 
>  .../bindings/iio/adc/adi,ad4080.yaml           |  5 ++++-
>  drivers/iio/adc/ad4080.c                       | 18 ++++++++++++++++++
>  2 files changed, 22 insertions(+), 1 deletion(-)
>