Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/6] iio: adc: ad4080: add support for AD4083, AD4086, and AD4087
@ 2025-10-21 10:53 Antoniu Miclaus
  2025-10-21 10:53 ` [PATCH 1/6] dt-bindings: iio: adc: adi,ad4080: add support for AD4083 Antoniu Miclaus
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Antoniu Miclaus @ 2025-10-21 10:53 UTC (permalink / raw)
  To: jic23, robh, conor+dt, linux-iio, linux-kernel, devicetree
  Cc: Antoniu Miclaus

This patch series extends the AD4080 driver to support three additional
variants in the AD408x family of high-speed SAR ADCs: AD4083, AD4086,
and AD4087.

Each variant has different specifications that require separate driver
configurations:

- AD4083: 16-bit resolution, LVDS CNV clock count max = 5
- AD4086: 14-bit resolution, LVDS CNV clock count max = 4
- AD4087: 14-bit resolution, LVDS CNV clock count max = 1

The series follows a consistent pattern for each new device:
1. Add device tree binding support with appropriate compatible string
2. Implement driver support with chip-specific configuration

All new devices reuse the existing driver infrastructure established for
the AD4080/AD4081/AD4084 family, requiring only chip-specific channel
definitions and chip info structures.

The devices cannot use fallback compatible strings to the base AD4080
as they have significantly different resolutions and timing requirements
that necessitate distinct driver configurations.

Antoniu Miclaus (6):
  dt-bindings: iio: adc: adi,ad4080: add support for AD4083
  iio: adc: ad4080: add support for AD4083
  dt-bindings: iio: adc: adi,ad4080: add support for AD4086
  iio: adc: ad4080: add support for AD4086
  dt-bindings: iio: adc: adi,ad4080: add support for AD4087
  iio: adc: ad4080: add support for AD4087

 .../bindings/iio/adc/adi,ad4080.yaml          |  3 ++
 drivers/iio/adc/ad4080.c                      | 45 +++++++++++++++++++
 2 files changed, 48 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-10-27 14:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-21 10:53 [PATCH 0/6] iio: adc: ad4080: add support for AD4083, AD4086, and AD4087 Antoniu Miclaus
2025-10-21 10:53 ` [PATCH 1/6] dt-bindings: iio: adc: adi,ad4080: add support for AD4083 Antoniu Miclaus
2025-10-21 10:53 ` [PATCH 2/6] iio: adc: ad4080: " Antoniu Miclaus
2025-10-21 10:53 ` [PATCH 3/6] dt-bindings: iio: adc: adi,ad4080: add support for AD4086 Antoniu Miclaus
2025-10-21 10:53 ` [PATCH 4/6] iio: adc: ad4080: " Antoniu Miclaus
2025-10-21 10:53 ` [PATCH 5/6] dt-bindings: iio: adc: adi,ad4080: add support for AD4087 Antoniu Miclaus
2025-10-21 10:53 ` [PATCH 6/6] iio: adc: ad4080: " Antoniu Miclaus
2025-10-22 18:02 ` [PATCH 0/6] iio: adc: ad4080: add support for AD4083, AD4086, and AD4087 Conor Dooley
2025-10-27 14:14   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox