From patchwork Fri Feb 24 07:38:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Kowalik X-Patchwork-Id: 9589505 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 83AA36020A for ; Fri, 24 Feb 2017 08:04:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 750CA1FFB9 for ; Fri, 24 Feb 2017 08:04:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 69D38287AB; Fri, 24 Feb 2017 08:04:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 230191FFB9 for ; Fri, 24 Feb 2017 08:04:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751284AbdBXIE0 (ORCPT ); Fri, 24 Feb 2017 03:04:26 -0500 Received: from mangled.wedontsleep.org ([66.160.141.163]:60180 "EHLO mangled.wedontsleep.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751080AbdBXIEZ (ORCPT ); Fri, 24 Feb 2017 03:04:25 -0500 X-Greylist: delayed 900 seconds by postgrey-1.27 at vger.kernel.org; Fri, 24 Feb 2017 03:04:25 EST Received: from wrecked.inside.wedontsleep.org (148.5.233.220.static.exetel.com.au [220.233.5.148]) by mangled.wedontsleep.org (Postfix) with ESMTPSA id 6CB58409B2; Fri, 24 Feb 2017 18:39:19 +1100 (AEDT) From: Steve Kowalik To: Jonathan Corbet Cc: Yoshinori Sato , Rich Felker , linux-doc@vger.kernel.org, linux-sh@vger.kernel.org, Steve Kowalik Subject: [PATCH 1/2] Documentation: convert sh interfaces to RST Date: Fri, 24 Feb 2017 18:38:37 +1100 Message-Id: <1487921918-25203-2-git-send-email-steven@wedontsleep.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1487921918-25203-1-git-send-email-steven@wedontsleep.org> References: <1487921918-25203-1-git-send-email-steven@wedontsleep.org> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Convert the SuperH interfaces DocBook to RST. Signed-off-by: Steve Kowalik --- Documentation/DocBook/Makefile | 2 +- Documentation/DocBook/sh.tmpl | 105 ---------------------------------------- Documentation/sh/interfaces.rst | 63 ++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 106 deletions(-) delete mode 100644 Documentation/DocBook/sh.tmpl create mode 100644 Documentation/sh/interfaces.rst diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 60a17b7..a295eb2 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -12,7 +12,7 @@ DOCBOOKS := z8530book.xml \ kernel-api.xml filesystems.xml lsm.xml kgdb.xml \ gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ genericirq.xml s390-drivers.xml scsi.xml \ - sh.xml regulator.xml w1.xml \ + regulator.xml w1.xml \ writing_musb_glue_layer.xml ifeq ($(DOCBOOKS),) diff --git a/Documentation/DocBook/sh.tmpl b/Documentation/DocBook/sh.tmpl deleted file mode 100644 index 4a38f60..0000000 --- a/Documentation/DocBook/sh.tmpl +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - SuperH Interfaces Guide - - - - Paul - Mundt - -
- lethal@linux-sh.org -
-
-
-
- - - 2008-2010 - Paul Mundt - - - 2008-2010 - Renesas Technology Corp. - - - 2010 - Renesas Electronics Corp. - - - - - This documentation is free software; you can redistribute - it and/or modify it under the terms of the GNU General Public - License version 2 as published by the Free Software Foundation. - - - - This program is distributed in the hope that it will be - useful, but WITHOUT ANY WARRANTY; without even the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - See the GNU General Public License for more details. - - - - You should have received a copy of the GNU General Public - License along with this program; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, - MA 02111-1307 USA - - - - For more details see the file COPYING in the source - distribution of Linux. - - -
- - - - - Memory Management - - SH-4 - - Store Queue API -!Earch/sh/kernel/cpu/sh4/sq.c - - - - SH-5 - - TLB Interfaces -!Iarch/sh/mm/tlb-sh5.c -!Iarch/sh/include/asm/tlb_64.h - - - - - Machine Specific Interfaces - - mach-dreamcast -!Iarch/sh/boards/mach-dreamcast/rtc.c - - - mach-x3proto -!Earch/sh/boards/mach-x3proto/ilsel.c - - - - Busses - - SuperHyway -!Edrivers/sh/superhyway/superhyway.c - - - - Maple -!Edrivers/sh/maple/maple.c - - -
diff --git a/Documentation/sh/interfaces.rst b/Documentation/sh/interfaces.rst new file mode 100644 index 0000000..85078d4 --- /dev/null +++ b/Documentation/sh/interfaces.rst @@ -0,0 +1,63 @@ +.. Copyright 2008-2010 Paul Mundt +.. Copyright 2008-2010 Renasas Technology Corp. +.. Copyright 2010 Renasas Electronics Corp. + +======================= +SuperH Interfaces Guide +======================= + +:Author: Paul Mundt + +Memory Management +================= + +SH-4 +---- + +Store Queue API +~~~~~~~~~~~~~~~ + +.. kernel-doc:: arch/sh/kernel/cpu/sh4/sq.c + :export: + +SH-5 +---- + +TLB Interfaces +~~~~~~~~~~~~~~ + +.. kernel-doc:: arch/sh/mm/tlb-sh5.c + :internal: + +.. kernel-doc:: arch/sh/include/asm/tlb_64.h + :internal: + +Machine Specific Interfaces +=========================== + +mach-dreamcast +-------------- + +.. kernel-doc:: arch/sh/boards/mach-dreamcast/rtc.c + :internal: + +mach-x3proto +------------ + +.. kernel-doc:: arch/sh/boards/mach-x3proto/ilsel.c + :export: + +Busses +====== + +SuperHyway +---------- + +.. kernel-doc:: drivers/sh/superhyway/superhyway.c + :export: + +Maple +----- + +.. kernel-doc:: drivers/sh/maple/maple.c + :export: