linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation:sh:convert register-banks.txt to register-banks.rst
@ 2019-06-27  6:45 Vandana BN
  2019-06-28 13:36 ` [PATCH v2] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format Vandana BN
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Vandana BN @ 2019-06-27  6:45 UTC (permalink / raw)
  To: ysato, dalias, corbet, linux-sh, linux-doc, linux-kernel
  Cc: skhan, gregkh, linux-kernel-mentees, Vandana BN

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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-06-29 16:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-27  6:45 [PATCH] Documentation:sh:convert register-banks.txt to register-banks.rst Vandana BN
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

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).