* [PATCH] Documentation: iio: ade9000, adis*, adx*: Convert IIO subsystem cross-references
@ 2025-09-22 6:37 Bagas Sanjaya
2025-09-24 4:46 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Bagas Sanjaya @ 2025-09-22 6:37 UTC (permalink / raw)
To: Linux Kernel Mailing List, Linux Documentation, Linux IIO
Cc: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
Jonathan Corbet, Bagas Sanjaya
Cross-references to iio_tools.rst (IIO Interfacing Tools) and
iio_devbuf.rst (Industrial IIO device buffers) are shown in inline
code instead. Convert them to proper cross-references.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
Documentation/iio/ade9000.rst | 2 +-
Documentation/iio/adis16475.rst | 4 ++--
Documentation/iio/adis16480.rst | 4 ++--
Documentation/iio/adis16550.rst | 4 ++--
Documentation/iio/adxl345.rst | 4 ++--
Documentation/iio/adxl380.rst | 4 ++--
6 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/Documentation/iio/ade9000.rst b/Documentation/iio/ade9000.rst
index 43d4b8dc1cb72c..c9ff702a42512b 100644
--- a/Documentation/iio/ade9000.rst
+++ b/Documentation/iio/ade9000.rst
@@ -264,5 +264,5 @@ Configure RMS voltage event thresholds (requires interrupts):
8. IIO Interfacing Tools
========================
-See ``Documentation/iio/iio_tools.rst`` for the description of the available IIO
+See Documentation/iio/iio_tools.rst for the description of the available IIO
interfacing tools.
diff --git a/Documentation/iio/adis16475.rst b/Documentation/iio/adis16475.rst
index 4bf0998be36efc..89a388490ab735 100644
--- a/Documentation/iio/adis16475.rst
+++ b/Documentation/iio/adis16475.rst
@@ -374,11 +374,11 @@ Obtain buffered data:
00001740 01 1a 00 00 ff ff fe 31 00 00 46 aa 00 03 37 f7 |.......1..F...7.|
...
-See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
+See Documentation/iio/iio_devbuf.rst for more information about how buffered
data is structured.
4. IIO Interfacing Tools
========================
-See ``Documentation/iio/iio_tools.rst`` for the description of the available IIO
+See Documentation/iio/iio_tools.rst for the description of the available IIO
interfacing tools.
diff --git a/Documentation/iio/adis16480.rst b/Documentation/iio/adis16480.rst
index 4a2d40e0daa798..cce5f3e0174158 100644
--- a/Documentation/iio/adis16480.rst
+++ b/Documentation/iio/adis16480.rst
@@ -436,11 +436,11 @@ Obtain buffered data::
00006b60 09 63 00 00 00 00 1b 13 00 00 22 2f 00 03 23 91 |.c........"/..#.|
...
-See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
+See Documentation/iio/iio_devbuf.rst for more information about how buffered
data is structured.
4. IIO Interfacing Tools
========================
-See ``Documentation/iio/iio_tools.rst`` for the description of the available IIO
+See Documentation/iio/iio_tools.rst for the description of the available IIO
interfacing tools.
diff --git a/Documentation/iio/adis16550.rst b/Documentation/iio/adis16550.rst
index 25db7b8060c421..c9bbc0a857b03b 100644
--- a/Documentation/iio/adis16550.rst
+++ b/Documentation/iio/adis16550.rst
@@ -366,11 +366,11 @@ Obtain buffered data:
0000ceb0 00 00 0d 2f 00 00 05 25 00 00 07 8d 00 00 a2 ce |.../...%........|
...
-See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
+See Documentation/iio/iio_devbuf.rst for more information about how buffered
data is structured.
4. IIO Interfacing Tools
========================
-See ``Documentation/iio/iio_tools.rst`` for the description of the available IIO
+See Documentation/iio/iio_tools.rst for the description of the available IIO
interfacing tools.
diff --git a/Documentation/iio/adxl345.rst b/Documentation/iio/adxl345.rst
index afdb35f8b72e78..bb19d64f67c3d2 100644
--- a/Documentation/iio/adxl345.rst
+++ b/Documentation/iio/adxl345.rst
@@ -433,11 +433,11 @@ Obtain buffered data:
00000f0 00004 00014 00015 00005 00012 00011 00005 00012
...
-See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
+See Documentation/iio/iio_devbuf.rst for more information about how buffered
data is structured.
4. IIO Interfacing Tools
========================
-See ``Documentation/iio/iio_tools.rst`` for the description of the available IIO
+See Documentation/iio/iio_tools.rst for the description of the available IIO
interfacing tools.
diff --git a/Documentation/iio/adxl380.rst b/Documentation/iio/adxl380.rst
index 66c8a4d4f767e5..61cafa2f98bf36 100644
--- a/Documentation/iio/adxl380.rst
+++ b/Documentation/iio/adxl380.rst
@@ -223,11 +223,11 @@ Obtain buffered data:
002bc3c0 f7 fd 00 cb fb 94 24 80 f7 e3 00 f2 fb b8 24 80 |......$.......$.|
...
-See ``Documentation/iio/iio_devbuf.rst`` for more information about how buffered
+See Documentation/iio/iio_devbuf.rst for more information about how buffered
data is structured.
4. IIO Interfacing Tools
========================
-See ``Documentation/iio/iio_tools.rst`` for the description of the available IIO
+See Documentation/iio/iio_tools.rst for the description of the available IIO
interfacing tools.
base-commit: 561285d048053fec8a3d6d1e3ddc60df11c393a0
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] Documentation: iio: ade9000, adis*, adx*: Convert IIO subsystem cross-references
2025-09-22 6:37 [PATCH] Documentation: iio: ade9000, adis*, adx*: Convert IIO subsystem cross-references Bagas Sanjaya
@ 2025-09-24 4:46 ` Randy Dunlap
2025-09-27 16:56 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2025-09-24 4:46 UTC (permalink / raw)
To: Bagas Sanjaya, Linux Kernel Mailing List, Linux Documentation,
Linux IIO
Cc: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
Jonathan Corbet
On 9/21/25 11:37 PM, Bagas Sanjaya wrote:
> Cross-references to iio_tools.rst (IIO Interfacing Tools) and
> iio_devbuf.rst (Industrial IIO device buffers) are shown in inline
> code instead. Convert them to proper cross-references.
>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
> Documentation/iio/ade9000.rst | 2 +-
> Documentation/iio/adis16475.rst | 4 ++--
> Documentation/iio/adis16480.rst | 4 ++--
> Documentation/iio/adis16550.rst | 4 ++--
> Documentation/iio/adxl345.rst | 4 ++--
> Documentation/iio/adxl380.rst | 4 ++--
> 6 files changed, 11 insertions(+), 11 deletions(-)
Much better. Thanks.
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: iio: ade9000, adis*, adx*: Convert IIO subsystem cross-references
2025-09-24 4:46 ` Randy Dunlap
@ 2025-09-27 16:56 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2025-09-27 16:56 UTC (permalink / raw)
To: Randy Dunlap
Cc: Bagas Sanjaya, Linux Kernel Mailing List, Linux Documentation,
Linux IIO, David Lechner, Nuno Sá, Andy Shevchenko,
Jonathan Corbet
On Tue, 23 Sep 2025 21:46:40 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:
> On 9/21/25 11:37 PM, Bagas Sanjaya wrote:
> > Cross-references to iio_tools.rst (IIO Interfacing Tools) and
> > iio_devbuf.rst (Industrial IIO device buffers) are shown in inline
> > code instead. Convert them to proper cross-references.
> >
> > Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> > ---
> > Documentation/iio/ade9000.rst | 2 +-
> > Documentation/iio/adis16475.rst | 4 ++--
> > Documentation/iio/adis16480.rst | 4 ++--
> > Documentation/iio/adis16550.rst | 4 ++--
> > Documentation/iio/adxl345.rst | 4 ++--
> > Documentation/iio/adxl380.rst | 4 ++--
> > 6 files changed, 11 insertions(+), 11 deletions(-)
>
> Much better. Thanks.
>
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
> Tested-by: Randy Dunlap <rdunlap@infradead.org>
>
Ah. the wonders of cut and pasting wrong stuff.
Applied, thanks!
Jonathan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-27 16:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-22 6:37 [PATCH] Documentation: iio: ade9000, adis*, adx*: Convert IIO subsystem cross-references Bagas Sanjaya
2025-09-24 4:46 ` Randy Dunlap
2025-09-27 16:56 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox