[PATCH 0/4] Add IIO backend support for AD7779
From: Ioana Risteiu
Date: Mon Jul 28 2025 - 09:45:48 EST
- Add a new compatible for the AD777x AXI IP core, a variant of the
generic AXI ADC IP.
- Add new compatible string and corresponding iio_backend_ops for AD777x
axi family.
- Add the generic io-backends property to the AD7779 binding to enable
support for the IIO backend framework.
- Add a new functionality to ad7779 driver that streams data through data
output interface using IIO backend interface.
Ioana Risteiu (4):
dt-bindigs: iio: adc: Add ad777x axi variant
iio: adc: adi-axi-adc: Add support for ad777x
dt-bindings: iio: adc: Add IIO backend support
iio: adc: Update ad7779 to use IIO backend
.../bindings/iio/adc/adi,ad7779.yaml | 26 +-
.../bindings/iio/adc/adi,axi-adc.yaml | 2 +
drivers/iio/adc/ad7779.c | 299 +++++++++++++++---
drivers/iio/adc/adi-axi-adc.c | 25 ++
4 files changed, 308 insertions(+), 44 deletions(-)
--
2.47.2