From patchwork Tue Jun 23 13:31:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 11620717 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F00D414F6 for ; Tue, 23 Jun 2020 13:31:51 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CEB7B207D8 for ; Tue, 23 Jun 2020 13:31:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Kqo/i+hF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CEB7B207D8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0502A6E41F; Tue, 23 Jun 2020 13:31:46 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6072F6E409 for ; Tue, 23 Jun 2020 13:31:45 +0000 (UTC) Received: from mail.kernel.org (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CD37020888; Tue, 23 Jun 2020 13:31:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592919105; bh=3gAIjtEQO4kLlNnBgzwJ90qj5Mg7ihEjEG9ySuz4bCU=; h=From:To:Cc:Subject:Date:From; b=Kqo/i+hFoZR9gvOMphIo5899TL/A/Yce62Hu6AzvSfg3/IUqs203SsVl7UF5LhhI4 1N1c+oMvseK12yTsMSmhMP7+NHEXyYhpyBFribyNj1uNunfOognBNicTgHDj1xTwRK ZIjNLMIWjah12/AVcmwNPg/Za0Fz3Jh4fd+Q5caA= Received: from mchehab by mail.kernel.org with local (Exim 4.93) (envelope-from ) id 1jnj1Z-007VJW-7s; Tue, 23 Jun 2020 15:31:41 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Subject: [PATCH v3 0/7] Convert the remaining text files to ReST Date: Tue, 23 Jun 2020 15:31:33 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , Stephen Kitt , David Airlie , Sebastian Andrzej Siewior , Pragat Pandya , dri-devel@lists.freedesktop.org, Masahiro Yamada , Harry Wei , Krzysztof Kozlowski , "Joel Fernandes \(Google\)" , Alex Shi , Will Deacon , Jason Gunthorpe , Alexandre Ghiti , Jonathan Corbet , Mauro Carvalho Chehab , "Aneesh Kumar K.V" , Masahiro Yamada , "Matthew Wilcox \(Oracle\)" , Daniel Jordan , Peter Zijlstra , Andy Shevchenko , Sami Tolvanen , "Frank A. Cancio Bello" , Harald Seiler , =?utf-8?q?Ricardo_Ca=C3=B1uelo?= , "Eric W. Biederman" , devicetree@vger.kernel.org, Kees Cook , Arnd Bergmann , Bartlomiej Zolnierkiewicz , =?utf-8?q?Jonathan_Ne?= =?utf-8?q?usch=C3=A4fer?= , "Steven Rostedt \(VMware\)" , Rob Herring , Nitin Gupta , Thomas Gleixner , Peter Collingbourne , Vlastimil Babka , Mike Rapoport , Mathieu Poirier , linux-mm@kvack.org, Stephen Boyd , linux-kernel@vger.kernel.org, Patrick Bellasi , Phong Tran , Masami Hiramatsu , Thomas Zimmermann , Johannes Weiner , Andrew Morton , Mike Leach Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" The main goal of this series is to finish the ReST conversion. After this series, we have just those files still in plain old format: - Documentation/RCU/RTFP.txt - Documentation/atomic_bitops.txt - Documentation/memory-barriers.txt - Documentation/atomic_t.txt - Documentation/filesystems/dax.txt - Documentation/filesystems/path-lookup.txt - Documentation/virt/kvm/devices/README PS.: I'm using a script to remove false-positives and ignore non-converted translated files. --- - v3: removed SPDX patches, because upstream discussion about GFDL is not finished yet. So, for now, use the old way to specify dual-licensed GPL and GFDL files. I have already a tree ready for submission once upstream pushes this feat on SPDX specs. Mauro Carvalho Chehab (7): docs: dt: convert booting-without-of.txt to ReST format docs: trace: ring-buffer-design.txt: convert to ReST format docs: move nommu-mmap.txt to admin-guide and rename to ReST docs: move mailbox.txt to driver-api and rename it docs: move other kAPI documents to core-api docs: Add remaining Documentation/*.txt at staging/index.rst docs: staging: use small font for literal includes Documentation/admin-guide/mm/index.rst | 1 + .../mm/nommu-mmap.rst} | 0 Documentation/admin-guide/sysctl/vm.rst | 2 +- Documentation/arm/booting.rst | 2 +- .../bus-virt-phys-mapping.rst} | 0 Documentation/core-api/index.rst | 3 + .../this_cpu_ops.rst} | 0 .../unaligned-memory-access.rst | 0 ...-without-of.txt => booting-without-of.rst} | 298 ++++--- Documentation/devicetree/index.rst | 1 + Documentation/driver-api/index.rst | 1 + .../{mailbox.txt => driver-api/mailbox.rst} | 0 Documentation/gpu/drm-mm.rst | 2 +- Documentation/staging/index.rst | 24 + Documentation/trace/index.rst | 1 + ...ffer-design.txt => ring-buffer-design.rst} | 802 ++++++++++-------- Documentation/translations/zh_CN/arm/Booting | 2 +- arch/Kconfig | 2 +- init/Kconfig | 2 +- mm/Kconfig | 2 +- mm/nommu.c | 2 +- 21 files changed, 631 insertions(+), 516 deletions(-) rename Documentation/{nommu-mmap.txt => admin-guide/mm/nommu-mmap.rst} (100%) rename Documentation/{bus-virt-phys-mapping.txt => core-api/bus-virt-phys-mapping.rst} (100%) rename Documentation/{this_cpu_ops.txt => core-api/this_cpu_ops.rst} (100%) rename Documentation/{process => core-api}/unaligned-memory-access.rst (100%) rename Documentation/devicetree/{booting-without-of.txt => booting-without-of.rst} (90%) rename Documentation/{mailbox.txt => driver-api/mailbox.rst} (100%) rename Documentation/trace/{ring-buffer-design.txt => ring-buffer-design.rst} (55%)