devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Add IIO backend support for AD7779
@ 2025-08-25 10:51 Ioana Risteiu
  2025-08-25 10:51 ` [PATCH v5 1/4] iio: adc: adi-axi-adc: add axi_adc_num_lanes_set Ioana Risteiu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Ioana Risteiu @ 2025-08-25 10:51 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 axi_adc_num_lanes_set in the adi_axi_adc_ops structure to support
  setting number of lanes used by AXI ADC.
  - Add the generic io-backends property to the AD7779 binding to enable
  support for the IIO backend framework.
  - Add the adi,num-lanes property to set the number of lanes used by
  AD7779.
  - Move the initialization specific to communication without iio-backend
  into a separate setup function.
  - Add a new functionality to ad7779 driver that streams data through data
  output interface using IIO backend interface.

Ioana Risteiu (4):
  iio: adc: adi-axi-adc: add axi_adc_num_lanes_set
  dt-bindings: iio: adc: add IIO backend support
  iio: adc: extract setup function without backend
  iio: adc: update ad7779 to use IIO backend

 .../bindings/iio/adc/adi,ad7779.yaml          |  44 +++-
 drivers/iio/adc/ad7779.c                      | 197 ++++++++++++++----
 drivers/iio/adc/adi-axi-adc.c                 |   1 +
 3 files changed, 202 insertions(+), 40 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-08-25 14:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 10:51 [PATCH v5 0/4] Add IIO backend support for AD7779 Ioana Risteiu
2025-08-25 10:51 ` [PATCH v5 1/4] iio: adc: adi-axi-adc: add axi_adc_num_lanes_set Ioana Risteiu
2025-08-25 13:42   ` Andy Shevchenko
2025-08-25 10:51 ` [PATCH v5 2/4] dt-bindings: iio: adc: add IIO backend support Ioana Risteiu
2025-08-25 10:51 ` [PATCH v5 3/4] iio: adc: extract setup function without backend Ioana Risteiu
2025-08-25 13:45   ` Andy Shevchenko
2025-08-25 10:51 ` [PATCH v5 4/4] iio: adc: update ad7779 to use IIO backend Ioana Risteiu
2025-08-25 13:48   ` Andy Shevchenko
2025-08-25 14:47   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).