Re: [PATCH v6 21/22] [RFC] Documentation: Add SCMI System Telemetry documentation
Jonathan Corbet <[email protected]> Fri, 24 Jul 2026 09:05:53 -0600
| Newsgroups | org.kernel.vger.arm-scmi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-doc,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Cristian Marussi <[email protected]> writes: > Document ARM SCMI Telemetry IOCTLs interface. > > Cc: Jonathan Corbet <[email protected]> > Cc: Shuah Khan <[email protected]> > Cc: [email protected] > Signed-off-by: Cristian Marussi <[email protected]> > --- > 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