[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251114065746.901649-3-daniel.baluta@nxp.com>
Date: Fri, 14 Nov 2025 08:57:45 +0200
From: Daniel Baluta <daniel.baluta@....com>
To: corbet@....net,
andersson@...nel.org,
mathieu.poirier@...aro.org
Cc: dan.j.williams@...el.com,
cedric.xing@...el.com,
pasha.tatashin@...een.com,
kevin.tian@...el.com,
skhawaja@...gle.com,
daniel.baluta@....com,
yesanishhere@...il.com,
taimoorzaeem@...il.com,
linux@...blig.org,
arnaud.pouliquen@...s.st.com,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-remoteproc@...r.kernel.org,
rdunlap@...radead.org,
daniel.baluta@...il.com,
imx@...ts.linux.dev
Subject: [PATCH 2/2] Documentation: Fix filenames for remoteproc/rpmsg
Fix rpmsg and remoteproc filenames references after moving
them out of staging.
Signed-off-by: Daniel Baluta <daniel.baluta@....com>
---
Documentation/driver-api/remoteproc.rst | 2 +-
Documentation/driver-api/rpmsg.rst | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/driver-api/remoteproc.rst b/Documentation/driver-api/remoteproc.rst
index 5c226fa076d6..d7ff4694aba6 100644
--- a/Documentation/driver-api/remoteproc.rst
+++ b/Documentation/driver-api/remoteproc.rst
@@ -357,4 +357,4 @@ rpmsg virtio devices this way, if desired).
Of course, RSC_VDEV resource entries are only good enough for static
allocation of virtio devices. Dynamic allocations will also be made possible
using the rpmsg bus (similar to how we already do dynamic allocations of
-rpmsg channels; read more about it in rpmsg.txt).
+rpmsg channels; read more about it in rpmsg.rst).
diff --git a/Documentation/driver-api/rpmsg.rst b/Documentation/driver-api/rpmsg.rst
index 40282cca86ca..a50c4db6679f 100644
--- a/Documentation/driver-api/rpmsg.rst
+++ b/Documentation/driver-api/rpmsg.rst
@@ -5,8 +5,8 @@ Remote Processor Messaging (rpmsg) Framework
.. note::
This document describes the rpmsg bus and how to write rpmsg drivers.
- To learn how to add rpmsg support for new platforms, check out remoteproc.txt
- (also a resident of Documentation/).
+ To learn how to add rpmsg support for new platforms, check out remoteproc.rst
+ (also a resident of Documentation/driver-api).
Introduction
============
--
2.45.2
Powered by blists - more mailing lists