linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] adis16475 driver documentation
@ 2024-02-08 10:01 Ramona Gradinariu
  2024-02-08 10:01 ` [PATCH v3 1/3] docs: iio: Refactor index.rst Ramona Gradinariu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ramona Gradinariu @ 2024-02-08 10:01 UTC (permalink / raw)
  To: corbet, linux-doc, linux-kernel, jic23, nuno.sa, linux-iio
  Cc: Ramona Gradinariu

Add documentation for:
- iio device buffers describing buffer attributes and how data is structured in
buffers using scan elements.
- adis16475 driver which describes the driver device files and shows how the
user may use the ABI for various scenarios (configuration, measurement, etc.).

This kind of documentation describes how the user can interract with the drivers
device files, showing the driver's particularities and we think all IIO drivers
need such a documentation and will benefit from it.
Having this documentation in the Linux Kernel will make it more accessible to
the user, seeing how it is in the same location as the code.
Analog Devices is prepared to add similar documentation for all new drivers (for
ADI components), and in time to also add documentation for existing drivers,
following the adis16475 documentation template.

Ramona Gradinariu (3):
  docs: iio: Refactor index.rst
  docs: iio: add documentation for device buffers
  docs: iio: add documentation for adis16475 driver

 Documentation/iio/adis16475.rst  | 381 +++++++++++++++++++++++++++++++
 Documentation/iio/iio_devbuf.rst | 121 ++++++++++
 Documentation/iio/index.rst      |   9 +-
 3 files changed, 510 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/iio/adis16475.rst
 create mode 100644 Documentation/iio/iio_devbuf.rst

--
2.34.1


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

end of thread, other threads:[~2024-02-10 18:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 10:01 [PATCH v3 0/3] adis16475 driver documentation Ramona Gradinariu
2024-02-08 10:01 ` [PATCH v3 1/3] docs: iio: Refactor index.rst Ramona Gradinariu
2024-02-08 10:01 ` [PATCH v3 2/3] docs: iio: add documentation for device buffers Ramona Gradinariu
2024-02-10 18:03   ` Jonathan Cameron
2024-02-08 10:01 ` [PATCH v3 3/3] docs: iio: add documentation for adis16475 driver Ramona Gradinariu
2024-02-10 18:08   ` 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).