lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241023053357.5261-3-yesanishhere@gmail.com>
Date: Tue, 22 Oct 2024 22:33:52 -0700
From: anish kumar <yesanishhere@...il.com>
To: ohad@...ery.com,
	bjorn.andersson@...aro.org,
	mathieu.poirier@...aro.org,
	corbet@....net
Cc: linux-remoteproc@...r.kernel.org,
	linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	anish kumar <yesanishhere@...il.com>
Subject: [PATCH V4 2/7] Documentation: remoteproc: move from staging

In preparation for upcoming enhancements, this
commit relocates the existing documentation
from the staging area to the mainline Documentation
directory. Future patches will add further
documentation to improve clarity and usability.

Signed-off-by: anish kumar <yesanishhere@...il.com>
---
 Documentation/driver-api/remoteproc/index.rst               | 6 ++++++
 .../{staging => driver-api/remoteproc}/remoteproc.rst       | 0
 Documentation/staging/index.rst                             | 1 -
 3 files changed, 6 insertions(+), 1 deletion(-)
 rename Documentation/{staging => driver-api/remoteproc}/remoteproc.rst (100%)

diff --git a/Documentation/driver-api/remoteproc/index.rst b/Documentation/driver-api/remoteproc/index.rst
index 8b8c8f512e2b..6ac5a082bf4f 100644
--- a/Documentation/driver-api/remoteproc/index.rst
+++ b/Documentation/driver-api/remoteproc/index.rst
@@ -14,6 +14,12 @@ Authors:
    the hardware differences, so the entire driver doesn't need to be
    duplicated.
 
+
+.. toctree::
+   :maxdepth: 1
+
+   remoteproc
+
 Mailing List
 ------------
 To post a message, send an email to
diff --git a/Documentation/staging/remoteproc.rst b/Documentation/driver-api/remoteproc/remoteproc.rst
similarity index 100%
rename from Documentation/staging/remoteproc.rst
rename to Documentation/driver-api/remoteproc/remoteproc.rst
diff --git a/Documentation/staging/index.rst b/Documentation/staging/index.rst
index abd0d18254d2..8884af4556b4 100644
--- a/Documentation/staging/index.rst
+++ b/Documentation/staging/index.rst
@@ -8,7 +8,6 @@ Unsorted Documentation
 
    crc32
    lzo
-   remoteproc
    rpmsg
    speculation
    static-keys
-- 
2.39.3 (Apple Git-146)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ