From: Vandana BN <bnvandana@gmail.com>
To: ysato@users.sourceforge.jp, dalias@libc.org, corbet@lwn.net,
linux-sh@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: skhan@linuxfoundation.org, gregkh@linuxfoundation.org,
linux-kernel-mentees@lists.linuxfoundation.org,
Vandana BN <bnvandana@gmail.com>
Subject: [PATCH] Documentation:sh:convert register-banks.txt to register-banks.rst
Date: Thu, 27 Jun 2019 06:45:47 +0000 [thread overview]
Message-ID: <20190627063347.11137-1-bnvandana@gmail.com> (raw)
This patch converts register-banks.txt to ReST format, No content
change.
Added register-banks.rst to sh/index.rst
Signed-off-by: Vandana BN <bnvandana@gmail.com>
---
Documentation/sh/index.rst | 5 +++++
.../sh/{register-banks.txt => register-banks.rst} | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
rename Documentation/sh/{register-banks.txt => register-banks.rst} (90%)
diff --git a/Documentation/sh/index.rst b/Documentation/sh/index.rst
index bc8db7ba894a..59b4e0e17aca 100644
--- a/Documentation/sh/index.rst
+++ b/Documentation/sh/index.rst
@@ -57,3 +57,8 @@ Maple
.. kernel-doc:: drivers/sh/maple/maple.c
:export:
+
+.. toctree::
+ :maxdepth: 2
+
+ register-banks
diff --git a/Documentation/sh/register-banks.txt b/Documentation/sh/register-banks.rst
similarity index 90%
rename from Documentation/sh/register-banks.txt
rename to Documentation/sh/register-banks.rst
index a6719f2f6594..acccfaf80355 100644
--- a/Documentation/sh/register-banks.txt
+++ b/Documentation/sh/register-banks.rst
@@ -1,8 +1,9 @@
- Notes on register bank usage in the kernel
- =====================
+=====================
+Notes on register bank usage in the kernel
+=====================
Introduction
-------------
+======
The SH-3 and SH-4 CPU families traditionally include a single partial register
bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families
@@ -30,4 +31,3 @@ Presently the kernel uses several of these registers.
- The SR.IMASK interrupt handler makes use of this to set the
interrupt priority level (used by local_irq_enable())
- r7_bank (current)
-
--
2.17.1
next reply other threads:[~2019-06-27 6:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-27 6:45 Vandana BN [this message]
2019-06-28 13:36 ` [PATCH v2] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format Vandana BN
2019-06-28 13:39 ` Mauro Carvalho Chehab
2019-06-28 14:49 ` Vandana BN
2019-06-29 14:44 ` [PATCH v4] " Vandana BN
2019-06-29 14:50 ` Mauro Carvalho Chehab
2019-06-29 15:56 ` Vandana BN
2019-06-29 16:02 ` Mauro Carvalho Chehab
2019-06-29 16:31 ` Vandana BN
2019-06-29 16:37 ` [PATCH v5] " Vandana BN
2019-06-29 16:48 ` Mauro Carvalho Chehab
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=20190627063347.11137-1-bnvandana@gmail.com \
--to=bnvandana@gmail.com \
--cc=corbet@lwn.net \
--cc=dalias@libc.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel-mentees@lists.linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=skhan@linuxfoundation.org \
--cc=ysato@users.sourceforge.jp \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).