[PATCH v6 21/22] [RFC] Documentation: Add SCMI System Telemetry documentation

Jonathan Corbet corbet at lwn.net
Fri Jul 24 08:05:53 PDT 2026


Cristian Marussi <cristian.marussi at arm.com> writes:

> Document ARM SCMI Telemetry IOCTLs interface.
>
> Cc: Jonathan Corbet <corbet at lwn.net>
> Cc: Shuah Khan <skhan at linuxfoundation.org>
> Cc: linux-doc at vger.kernel.org
> Signed-off-by: Cristian Marussi <cristian.marussi at arm.com>
> ---
> 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



More information about the linux-arm-kernel mailing list