linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] iio: adc: ad9467: add debugFS test mode support
@ 2024-07-09 11:14 Nuno Sa
  2024-07-09 11:14 ` [PATCH 1/9] iio: backend: remove unused parameter Nuno Sa
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Nuno Sa @ 2024-07-09 11:14 UTC (permalink / raw)
  To: linux-iio
  Cc: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Olivier Moysan

This series adds support for testing the digital interface on ad9467
using different test patterns/modes. For doing it, debugFS support for
backends is also added. Notably:

* backend direct reg access which is not directly needed for the ad9467
  new interface but it's something useful to have (the same as IIO
  direct_reg_access for "normal" IIO devices) and something that I would
  eventually try to add anyways.
* printing channel status which is useful for more verbose information
  about some possible failure in the test pattern. 

The first couple of patches are unrelated but simple enough that
I placed them in this patchset.

---
Nuno Sa (9):
      iio: backend: remove unused parameter
      iio: backend: print message in case op is not implemented
      iio: backend: add debugFs interface
      iio: backend: add a modified prbs23 support
      iio: adc: adi-axi-adc: support modified prbs23
      iio: adc: adi-axi-adc: split axi_adc_chan_status()
      iio: adc: adi-axi-adc: implement backend debugfs interface
      iio: adc: ad9467: add backend test mode helpers
      iio: adc: ad9467: add digital interface test to debugfs

 drivers/iio/adc/ad9467.c           | 255 +++++++++++++++++++++++++++++++++----
 drivers/iio/adc/adi-axi-adc.c      |  64 +++++++++-
 drivers/iio/dac/ad9739a.c          |   3 +-
 drivers/iio/industrialio-backend.c | 123 +++++++++++++++++-
 include/linux/iio/backend.h        |  21 ++-
 5 files changed, 428 insertions(+), 38 deletions(-)
---
base-commit: 986da024b99a72e64f6bdb3f3f0e52af024b1f50
change-id: 20240709-dev-iio-backend-add-debugfs-ef7cd2007073
--

Thanks!
- Nuno Sá


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

end of thread, other threads:[~2024-07-22  7:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 11:14 [PATCH 0/9] iio: adc: ad9467: add debugFS test mode support Nuno Sa
2024-07-09 11:14 ` [PATCH 1/9] iio: backend: remove unused parameter Nuno Sa
2024-07-16 18:06   ` Jonathan Cameron
2024-07-09 11:14 ` [PATCH 2/9] iio: backend: print message in case op is not implemented Nuno Sa
2024-07-16 18:07   ` Jonathan Cameron
2024-07-09 11:14 ` [PATCH 3/9] iio: backend: add debugFs interface Nuno Sa
2024-07-16 18:14   ` Jonathan Cameron
2024-07-18 14:32     ` Nuno Sá
2024-07-20  9:43       ` Jonathan Cameron
2024-07-22  7:12         ` Nuno Sá
2024-07-09 11:14 ` [PATCH 4/9] iio: backend: add a modified prbs23 support Nuno Sa
2024-07-09 11:14 ` [PATCH 5/9] iio: adc: adi-axi-adc: support modified prbs23 Nuno Sa
2024-07-09 11:14 ` [PATCH 6/9] iio: adc: adi-axi-adc: split axi_adc_chan_status() Nuno Sa
2024-07-09 11:14 ` [PATCH 7/9] iio: adc: adi-axi-adc: implement backend debugfs interface Nuno Sa
2024-07-09 11:14 ` [PATCH 8/9] iio: adc: ad9467: add backend test mode helpers Nuno Sa
2024-07-09 11:14 ` [PATCH 9/9] iio: adc: ad9467: add digital interface test to debugfs Nuno Sa
2024-07-20  9:57   ` 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).