Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/4] Add IIO backend support for AD7779
@ 2025-07-28 13:43 Ioana Risteiu
  2025-07-28 13:43 ` [PATCH 1/4] dt-bindigs: iio: adc: Add ad777x axi variant Ioana Risteiu
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Ioana Risteiu @ 2025-07-28 13:43 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	David Lechner, Nuno Sá, Andy Shevchenko, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Ramona Nechita, linux-iio,
	devicetree, linux-kernel
  Cc: Ioana Risteiu

 - 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


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

end of thread, other threads:[~2025-07-30 21:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28 13:43 [PATCH 0/4] Add IIO backend support for AD7779 Ioana Risteiu
2025-07-28 13:43 ` [PATCH 1/4] dt-bindigs: iio: adc: Add ad777x axi variant Ioana Risteiu
2025-07-28 13:57   ` Jonathan Cameron
2025-07-30 21:06   ` Rob Herring (Arm)
2025-07-28 13:43 ` [PATCH 2/4] iio: adc: adi-axi-adc: Add support for ad777x Ioana Risteiu
2025-07-28 14:51   ` Nuno Sá
2025-07-28 13:43 ` [PATCH 3/4] dt-bindings: iio: adc: Add IIO backend support Ioana Risteiu
2025-07-30 21:06   ` Rob Herring (Arm)
2025-07-28 13:43 ` [PATCH 4/4] iio: adc: Update ad7779 to use IIO backend Ioana Risteiu
2025-07-28 14:10   ` Jonathan Cameron
2025-07-28 15:11   ` Nuno Sá

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