[PATCH 0/1] adis16475 driver documentation

Ramona Gradinariu posted 1 patch 1 year, 11 months ago
There is a newer version of this series
Documentation/iio/adis16475.rst | 327 ++++++++++++++++++++++++++++++++
1 file changed, 327 insertions(+)
create mode 100644 Documentation/iio/adis16475.rst
[PATCH 0/1] adis16475 driver documentation
Posted by Ramona Gradinariu 1 year, 11 months ago
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
Re: [PATCH 0/1] adis16475 driver documentation
Posted by Jonathan Corbet 1 year, 11 months ago
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