From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B95FC282C2 for ; Thu, 7 Feb 2019 06:03:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 493932175B for ; Thu, 7 Feb 2019 06:03:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549519426; bh=ckgsNnvjqTYu/CL2eMB7Vi5pPkP9yY64N4psaEuHick=; h=From:To:Cc:Subject:Date:List-ID:From; b=MXe13VmnvFF2+9ZT/CIYbr794xL9Dtm+U7N2ouzmTv3KROVnjH7oINwkFeLK/2FXx TueHwp8fUFIX1pAYuXHUresJneXNNQExIgu3MlHYev3Szb6lr4QTwI2NRmbt9qCiXM IrRdxye6GVH7DkzVBN3zF6xsYjz71gh3SflKEtg0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726830AbfBGGDo (ORCPT ); Thu, 7 Feb 2019 01:03:44 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45661 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726293AbfBGGDn (ORCPT ); Thu, 7 Feb 2019 01:03:43 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 88477216C5; Thu, 7 Feb 2019 01:03:40 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Thu, 07 Feb 2019 01:03:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=kybLdcasHY90S2gQe i36OgIfnRf0JHFY0mLaV69S/wU=; b=bIbSSDbEykRBKdvpAhz3CA9JqcEx20ZAE T8521aL7zl1m5u+YKFB5FU6/Ga+uGdfI4TBZNiIJcg0YXOgSi68VU7eMp7BaAp9d dce1zoZkX1fJpcgvf3ohKtd2gEEvHHdvKP+Fc+w7kQLaYuMeGAiUVUJaVYBYJTFL 9YqHZQVecGThybGf47+QtFkxDWvqzTAes+he97ON+gFyuCKaf0uwu0OBtgkuPpyz PvQj+KPZDl9QvSjLE3031gteT00L00Pf0uDlOFiXJUVcc4nhR62VxNc/rZsn6m3n arB1B34fe7vWKKdBlkiEdAsUR7I2xPvBvwP7Bb1z1COjtZUP2pMAA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrkeelgdekkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkffogg fgsedtkeertdertddtnecuhfhrohhmpedfvfhosghinhcuvedrucfjrghrughinhhgfdcu oehtohgsihhnsehkvghrnhgvlhdrohhrgheqnecukfhppeduvddurdeggedrvddviedrud ejleenucfrrghrrghmpehmrghilhhfrhhomhepthhosghinheskhgvrhhnvghlrdhorhhg necuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from eros.localdomain (ppp121-44-226-179.bras2.syd2.internode.on.net [121.44.226.179]) by mail.messagingengine.com (Postfix) with ESMTPA id 32B7DE425A; Thu, 7 Feb 2019 01:03:36 -0500 (EST) From: "Tobin C. Harding" To: Michael Ellerman Cc: "Tobin C. Harding" , Jonathan Corbet , linux-doc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/1] Start conversion of PowerPC docs Date: Thu, 7 Feb 2019 17:03:15 +1100 Message-Id: <20190207060316.3221-1-tobin@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Michael, As discussed at LCA here is the start to the docs conversion for PowerPC to RST. This applies cleanly on top of the mainline (5.20-rc5) and Jon's tree (docs-next branch). I'm guessing it should go in through the PowerPC tree because I doubt you want to review this Jon, it's one big single patch (all blame for that falls on mpe ;) This patch converts all the files that do _not_ contain ASCII art - I'm not sure how to go about doing those, suggestions please. >From the commit message: - 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. thanks, Tobin. Tobin C. Harding (1): docs: powerpc: Convert docs to RST format. 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 -- 2.20.1