Re: [PATCH v6 21/22] [RFC] Documentation: Add SCMI System Telemetry documentation
From: Jonathan Corbet
Date: Fri Jul 24 2026 - 11:16:46 EST
Cristian Marussi <cristian.marussi@xxxxxxx> writes:
> Document ARM SCMI Telemetry IOCTLs interface.
>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> Signed-off-by: Cristian Marussi <cristian.marussi@xxxxxxx>
> ---
> RFC since it still needs more extensive examples
>
> v5 --> v6
> - fixed typos
> ---
> Documentation/userspace-api/index.rst | 1 +
> Documentation/userspace-api/stlm.rst | 143 ++++++++++++++++++++++++++
> 2 files changed, 144 insertions(+)
> create mode 100644 Documentation/userspace-api/stlm.rst
>
> diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst
> index a68b1bea57a8..22daa7ebf78e 100644
> --- a/Documentation/userspace-api/index.rst
> +++ b/Documentation/userspace-api/index.rst
> @@ -54,6 +54,7 @@ Devices and I/O
> dcdbas
> vduse
> isapnp
> + stlm
>
> Everything else
> ===============
> diff --git a/Documentation/userspace-api/stlm.rst b/Documentation/userspace-api/stlm.rst
> new file mode 100644
> index 000000000000..e34226b11373
> --- /dev/null
> +++ b/Documentation/userspace-api/stlm.rst
> @@ -0,0 +1,143 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +.. stlm:
I'm not sure what that last line is meant to be? It *looks* like it's
meant to be the sort of top-of-file label that I've been trying to get
people to stop adding for years...but it lacks the leading underscore,
and so won't work even for that. Remove that line?
Thanks,
jon