From: anish kumar <yesanishhere@gmail.com>
To: ohad@wizery.com, bjorn.andersson@linaro.org,
mathieu.poirier@linaro.org, corbet@lwn.net
Cc: linux-remoteproc@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
anish kumar <yesanishhere@gmail.com>
Subject: [PATCH 3/7] Remoteproc: Documentation: add the main index
Date: Tue, 22 Oct 2024 14:35:12 -0700 [thread overview]
Message-ID: <20241022213516.1756-4-yesanishhere@gmail.com> (raw)
In-Reply-To: <20241022213516.1756-1-yesanishhere@gmail.com>
Add index file so that readthedocs.io pick this file
up and properly build the documentation site.
Signed-off-by: anish kumar <yesanishhere@gmail.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@gmail.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@vger.kernel.org
--
2.39.3 (Apple Git-146)
next prev parent reply other threads:[~2024-10-22 21:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 21:35 [PATCH 0/1] remoteproc documentation changes anish kumar
2024-10-22 21:35 ` [PATCH 1/7] Documentation: remoteproc: move from staging anish kumar
2024-10-22 21:35 ` [PATCH 2/7] Documentation: remoteproc: add more information anish kumar
2024-10-22 21:35 ` anish kumar [this message]
2024-10-22 21:47 ` [PATCH 3/7] Remoteproc: Documentation: add the main index Jonathan Corbet
2024-10-22 21:35 ` [PATCH 4/7] Remoteproc: Documentation: add driver api anish kumar
2024-10-22 21:35 ` [PATCH 5/7] Remoteproc: Documentation: add userspace api anish kumar
2024-10-22 21:35 ` [PATCH 6/7] MAINTAINERS: remoteproc documentation path update anish kumar
2024-10-22 21:35 ` [PATCH 7/7] rpmsg: Documentation: update the path anish kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241022213516.1756-4-yesanishhere@gmail.com \
--to=yesanishhere@gmail.com \
--cc=bjorn.andersson@linaro.org \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=ohad@wizery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.