linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] adis16475 documentation fixes
@ 2024-04-24  9:41 Ramona Gradinariu
  2024-04-24  9:41 ` [PATCH 1/1] docs: iio: adis16475: fix device files tables Ramona Gradinariu
  0 siblings, 1 reply; 3+ messages in thread
From: Ramona Gradinariu @ 2024-04-24  9:41 UTC (permalink / raw)
  To: linux-kernel, jic23, linux-iio, linux-doc, corbet; +Cc: Ramona Gradinariu

Remove in_accel_calibbias_x and in_anglvel_calibbias_x device files
description, as they do not exist and were added by mistake.
Add correct naming for in_accel_y_calibbias and in_anglvel_y_calibbias
device files and update their description.

Ramona Gradinariu (1):
  docs: iio: adis16475: fix device files tables

 Documentation/iio/adis16475.rst | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

--
2.34.1


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

* [PATCH 1/1] docs: iio: adis16475: fix device files tables
  2024-04-24  9:41 [PATCH 0/1] adis16475 documentation fixes Ramona Gradinariu
@ 2024-04-24  9:41 ` Ramona Gradinariu
  2024-04-28 14:47   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Ramona Gradinariu @ 2024-04-24  9:41 UTC (permalink / raw)
  To: linux-kernel, jic23, linux-iio, linux-doc, corbet; +Cc: Ramona Gradinariu

Remove in_accel_calibbias_x and in_anglvel_calibbias_x device files
description, as they do not exist and were added by mistake.
Add correct naming for in_accel_y_calibbias and in_anglvel_y_calibbias
device files and update their description.

Fixes: 8243b2877eef ("docs: iio: add documentation for adis16475 driver")
Signed-off-by: Ramona Gradinariu <ramona.gradinariu@analog.com>
---
 Documentation/iio/adis16475.rst | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/Documentation/iio/adis16475.rst b/Documentation/iio/adis16475.rst
index 91cabb7d8d05..130f9e97cc17 100644
--- a/Documentation/iio/adis16475.rst
+++ b/Documentation/iio/adis16475.rst
@@ -66,11 +66,9 @@ specific device folder path ``/sys/bus/iio/devices/iio:deviceX``.
 +-------------------------------------------+----------------------------------------------------------+
 | in_accel_x_calibbias                      | Calibration offset for the X-axis accelerometer channel. |
 +-------------------------------------------+----------------------------------------------------------+
-| in_accel_calibbias_x                      | x-axis acceleration offset correction                    |
-+-------------------------------------------+----------------------------------------------------------+
 | in_accel_x_raw                            | Raw X-axis accelerometer channel value.                  |
 +-------------------------------------------+----------------------------------------------------------+
-| in_accel_calibbias_y                      | y-axis acceleration offset correction                    |
+| in_accel_y_calibbias                      | Calibration offset for the Y-axis accelerometer channel. |
 +-------------------------------------------+----------------------------------------------------------+
 | in_accel_y_raw                            | Raw Y-axis accelerometer channel value.                  |
 +-------------------------------------------+----------------------------------------------------------+
@@ -94,11 +92,9 @@ specific device folder path ``/sys/bus/iio/devices/iio:deviceX``.
 +---------------------------------------+------------------------------------------------------+
 | in_anglvel_x_calibbias                | Calibration offset for the X-axis gyroscope channel. |
 +---------------------------------------+------------------------------------------------------+
-| in_anglvel_calibbias_x                | x-axis gyroscope offset correction                   |
-+---------------------------------------+------------------------------------------------------+
 | in_anglvel_x_raw                      | Raw X-axis gyroscope channel value.                  |
 +---------------------------------------+------------------------------------------------------+
-| in_anglvel_calibbias_y                | y-axis gyroscope offset correction                   |
+| in_anglvel_y_calibbias                | Calibration offset for the Y-axis gyroscope channel. |
 +---------------------------------------+------------------------------------------------------+
 | in_anglvel_y_raw                      | Raw Y-axis gyroscope channel value.                  |
 +---------------------------------------+------------------------------------------------------+
-- 
2.34.1


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

* Re: [PATCH 1/1] docs: iio: adis16475: fix device files tables
  2024-04-24  9:41 ` [PATCH 1/1] docs: iio: adis16475: fix device files tables Ramona Gradinariu
@ 2024-04-28 14:47   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2024-04-28 14:47 UTC (permalink / raw)
  To: Ramona Gradinariu
  Cc: linux-kernel, linux-iio, linux-doc, corbet, Ramona Gradinariu

On Wed, 24 Apr 2024 12:41:52 +0300
Ramona Gradinariu <ramona.bolboaca13@gmail.com> wrote:

> Remove in_accel_calibbias_x and in_anglvel_calibbias_x device files
> description, as they do not exist and were added by mistake.
> Add correct naming for in_accel_y_calibbias and in_anglvel_y_calibbias
> device files and update their description.
> 
> Fixes: 8243b2877eef ("docs: iio: add documentation for adis16475 driver")
> Signed-off-by: Ramona Gradinariu <ramona.gradinariu@analog.com>
Applied
> ---
>  Documentation/iio/adis16475.rst | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
> 
> diff --git a/Documentation/iio/adis16475.rst b/Documentation/iio/adis16475.rst
> index 91cabb7d8d05..130f9e97cc17 100644
> --- a/Documentation/iio/adis16475.rst
> +++ b/Documentation/iio/adis16475.rst
> @@ -66,11 +66,9 @@ specific device folder path ``/sys/bus/iio/devices/iio:deviceX``.
>  +-------------------------------------------+----------------------------------------------------------+
>  | in_accel_x_calibbias                      | Calibration offset for the X-axis accelerometer channel. |
>  +-------------------------------------------+----------------------------------------------------------+
> -| in_accel_calibbias_x                      | x-axis acceleration offset correction                    |
> -+-------------------------------------------+----------------------------------------------------------+
>  | in_accel_x_raw                            | Raw X-axis accelerometer channel value.                  |
>  +-------------------------------------------+----------------------------------------------------------+
> -| in_accel_calibbias_y                      | y-axis acceleration offset correction                    |
> +| in_accel_y_calibbias                      | Calibration offset for the Y-axis accelerometer channel. |
>  +-------------------------------------------+----------------------------------------------------------+
>  | in_accel_y_raw                            | Raw Y-axis accelerometer channel value.                  |
>  +-------------------------------------------+----------------------------------------------------------+
> @@ -94,11 +92,9 @@ specific device folder path ``/sys/bus/iio/devices/iio:deviceX``.
>  +---------------------------------------+------------------------------------------------------+
>  | in_anglvel_x_calibbias                | Calibration offset for the X-axis gyroscope channel. |
>  +---------------------------------------+------------------------------------------------------+
> -| in_anglvel_calibbias_x                | x-axis gyroscope offset correction                   |
> -+---------------------------------------+------------------------------------------------------+
>  | in_anglvel_x_raw                      | Raw X-axis gyroscope channel value.                  |
>  +---------------------------------------+------------------------------------------------------+
> -| in_anglvel_calibbias_y                | y-axis gyroscope offset correction                   |
> +| in_anglvel_y_calibbias                | Calibration offset for the Y-axis gyroscope channel. |
>  +---------------------------------------+------------------------------------------------------+
>  | in_anglvel_y_raw                      | Raw Y-axis gyroscope channel value.                  |
>  +---------------------------------------+------------------------------------------------------+


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

end of thread, other threads:[~2024-04-28 14:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24  9:41 [PATCH 0/1] adis16475 documentation fixes Ramona Gradinariu
2024-04-24  9:41 ` [PATCH 1/1] docs: iio: adis16475: fix device files tables Ramona Gradinariu
2024-04-28 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).