[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241022213516.1756-4-yesanishhere@gmail.com>
Date: Tue, 22 Oct 2024 14:35:12 -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 3/7] Remoteproc: Documentation: add the main index
Add index file so that readthedocs.io pick this file
up and properly build the documentation site.
Signed-off-by: anish kumar <yesanishhere@...il.com>
---
Documentation/remoteproc/index.rst | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 Documentation/remoteproc/index.rst
diff --git a/Documentation/remoteproc/index.rst b/Documentation/remoteproc/index.rst
new file mode 100644
index 000000000000..af3573123ee4
--- /dev/null
+++ b/Documentation/remoteproc/index.rst
@@ -0,0 +1,25 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+========================================================================
+remoteproc - remote processor subsystem in Linux(TM) kernel
+========================================================================
+
+Authors:
+ - anish kumar <yesanishhere@...il.com>
+
+ remote processor subsystem is a way to manage the lifecycle of
+ a subsytem that is external to the Linux. The remoteproc framework
+ allows different platforms/architectures to control (power on,
+ load firmware, power off) those remote processors while abstracting
+ 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
+linux-remoteproc@...r.kernel.org
--
2.39.3 (Apple Git-146)
Powered by blists - more mailing lists