mbox series

[0/1] adis16475 driver documentation

Message ID 20240123104548.136201-1-ramona.gradinariu@analog.com (mailing list archive)
Headers show
Series adis16475 driver documentation | expand

Message

Gradinariu, Ramona Jan. 23, 2024, 10:45 a.m. UTC
Add documentation for adis16475 driver which describes
the driver device files and shows how the user may use the
ABI for various scenarios (configuration, measurement, etc.).

Ramona Gradinariu (1):
  docs: iio: add documentation for adis16475 driver

 Documentation/iio/adis16475.rst | 327 ++++++++++++++++++++++++++++++++
 1 file changed, 327 insertions(+)
 create mode 100644 Documentation/iio/adis16475.rst

--
2.34.1

Comments

Jonathan Corbet Jan. 23, 2024, 2:39 p.m. UTC | #1
Ramona Gradinariu <ramona.gradinariu@analog.com> writes:

> Add documentation for adis16475 driver which describes
> the driver device files and shows how the user may use the
> ABI for various scenarios (configuration, measurement, etc.).
>
> Ramona Gradinariu (1):
>   docs: iio: add documentation for adis16475 driver
>
>  Documentation/iio/adis16475.rst | 327 ++++++++++++++++++++++++++++++++
>  1 file changed, 327 insertions(+)
>  create mode 100644 Documentation/iio/adis16475.rst

Thanks for working to improve our documentation!

You do, however, need to add this new file to the index.rst file in that
directory or it won't be pulled into the documentation build.

Thanks,

jon