From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id ADC527D099 for ; Thu, 7 Feb 2019 22:58:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726650AbfBGW6V (ORCPT ); Thu, 7 Feb 2019 17:58:21 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:46252 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726622AbfBGW6V (ORCPT ); Thu, 7 Feb 2019 17:58:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=nSee9vn3ui7QGmIO5421TKMAowDx4TIVEscC2C546FM=; b=Nhoq7i5WDo+WVMdTXkNfNCexV vh0wcaQhW1BYqKPNN9LqYTBL3azM7tXxOgvRY6MNMy7/WwsAy/XQVlEX7Cad4TKjgg5AI/wAAyxbS VBO6siypV3bS69vB+cK/x/BOe54h8XP7vQrlWCD+eCyvp3m1DzR/snePqXH/ElFKXD3XjDFfaVjWD OX/YXsDyHbnp0wYyvgFzvg+NtdHEnczlAd5zzsB+IT/bBA4INLbOY0mD/XAZ+Enm71AWEA7ZNK4vU 9WkSCsfb0HsP6dzzHVQV0U8eV15KLmBxddJP8csk3dcLdgxxgFBjbBAJ3IqF+KiyP6CPXkEc27GCO gFGdx91AA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1grscd-0003lk-Oy; Thu, 07 Feb 2019 22:58:19 +0000 Subject: Re: [PATCH 1/1] docs: powerpc: Convert to RST format To: "Tobin C. Harding" , Michael Ellerman Cc: Jonathan Corbet , linux-doc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org References: <20190207060316.3221-1-tobin@kernel.org> <20190207060316.3221-2-tobin@kernel.org> From: Randy Dunlap Message-ID: <2fc7fe53-af80-f3b8-1f17-ff7c2dc2be3c@infradead.org> Date: Thu, 7 Feb 2019 14:58:18 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <20190207060316.3221-2-tobin@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 2/6/19 10:03 PM, Tobin C. Harding wrote: > The PowerPC docs have yet to be converted to RST format. Let's kick it > off by doing all the files that _don't_ contain ASCII art. > > - Add SPDX license identifier to each new RST file. > > .. SPDX-License-Identifier: GPL-2.0 > > - User correct heading adornments. > > - Make all lines < 72 characters in width. > > - Use correct indentation for code blocks, add syntax highlighting > > - Sparingly use double ticks if it makes the files easier to parse > both in text and on the web. > > - Fix any super obvious typos (lean towards not making changes so that > we don't introduce errors). > > Edited as text files (obviously) and formatted as HTML to verify > rendering, no other formats verified. > > Convert docs to RST format, adding license. > > Signed-off-by: Tobin C. Harding Acked-by: Randy Dunlap Tested-by: Randy Dunlap thanks. > --- > Documentation/index.rst | 1 + > Documentation/powerpc/DAWR-POWER9.rst | 60 ++++ > Documentation/powerpc/DAWR-POWER9.txt | 58 --- > Documentation/powerpc/bootwrapper.rst | 140 ++++++++ > Documentation/powerpc/bootwrapper.txt | 141 -------- > Documentation/powerpc/conf.py | 10 + > Documentation/powerpc/cpu_features.rst | 62 ++++ > Documentation/powerpc/cpu_features.txt | 56 --- > .../powerpc/eeh-pci-error-recovery.rst | 319 +++++++++++++++++ > .../powerpc/eeh-pci-error-recovery.txt | 334 ------------------ > Documentation/powerpc/index.rst | 21 ++ > Documentation/powerpc/isa-versions.rst | 234 ++++++++---- > Documentation/powerpc/mpc52xx.rst | 52 +++ > Documentation/powerpc/mpc52xx.txt | 39 -- > Documentation/powerpc/pmu-ebb.rst | 148 ++++++++ > Documentation/powerpc/pmu-ebb.txt | 137 ------- > Documentation/powerpc/ptrace.rst | 177 ++++++++++ > Documentation/powerpc/ptrace.txt | 151 -------- > .../{syscall64-abi.txt => syscall64-abi.rst} | 80 +++-- > .../powerpc/transactional_memory.rst | 259 ++++++++++++++ > .../powerpc/transactional_memory.txt | 244 ------------- > 21 files changed, 1460 insertions(+), 1263 deletions(-) > create mode 100644 Documentation/powerpc/DAWR-POWER9.rst > delete mode 100644 Documentation/powerpc/DAWR-POWER9.txt > create mode 100644 Documentation/powerpc/bootwrapper.rst > delete mode 100644 Documentation/powerpc/bootwrapper.txt > create mode 100644 Documentation/powerpc/conf.py > create mode 100644 Documentation/powerpc/cpu_features.rst > delete mode 100644 Documentation/powerpc/cpu_features.txt > create mode 100644 Documentation/powerpc/eeh-pci-error-recovery.rst > delete mode 100644 Documentation/powerpc/eeh-pci-error-recovery.txt > create mode 100644 Documentation/powerpc/index.rst > create mode 100644 Documentation/powerpc/mpc52xx.rst > delete mode 100644 Documentation/powerpc/mpc52xx.txt > create mode 100644 Documentation/powerpc/pmu-ebb.rst > delete mode 100644 Documentation/powerpc/pmu-ebb.txt > create mode 100644 Documentation/powerpc/ptrace.rst > delete mode 100644 Documentation/powerpc/ptrace.txt > rename Documentation/powerpc/{syscall64-abi.txt => syscall64-abi.rst} (58%) > create mode 100644 Documentation/powerpc/transactional_memory.rst > delete mode 100644 Documentation/powerpc/transactional_memory.txt -- ~Randy