public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
	Jonathan Corbet <corbet@lwn.net>
Subject: [PATCH 0/6] Documentation: arch reorg (continued)
Date: Thu, 23 Mar 2023 16:19:42 -0600	[thread overview]
Message-ID: <20230323221948.352154-1-corbet@lwn.net> (raw)

This series builds on top of the documentation reorganization posted at

    https://lore.kernel.org/lkml/20230315211523.108836-1-corbet@lwn.net/

it adds several more architectures (the relatively inactive ones) to the
new arch/ directory.  This series goes on top of the previous one.

The cover letter from that series provides the motivation for this work:

    The top-level Documentation/ directory, despite the efforts of the last
    few years, is still a mess; there is too much stuff there, making it
    harder to find anything.  We do not organize our source directories
    that way, and for good reasons.

Jonathan Corbet (6):
  docs: zh_CN: create the architecture-specific top-level directory
  docs: move xtensa documentation under Documentation/arch/
  docs: move sparc documentation under Documentation/arch/
  docs: move superh documentation under Documentation/arch/
  docs: move openrisc documentation under Documentation/arch/
  docs: move nios2 documentation under Documentation/arch/

 Documentation/arch/index.rst                           | 10 +++++-----
 Documentation/{ => arch}/nios2/features.rst            |  0
 Documentation/{ => arch}/nios2/index.rst               |  0
 Documentation/{ => arch}/nios2/nios2.rst               |  0
 Documentation/{ => arch}/openrisc/features.rst         |  0
 Documentation/{ => arch}/openrisc/index.rst            |  0
 Documentation/{ => arch}/openrisc/openrisc_port.rst    |  0
 Documentation/{ => arch}/openrisc/todo.rst             |  0
 Documentation/{ => arch}/sh/booting.rst                |  0
 Documentation/{ => arch}/sh/features.rst               |  0
 Documentation/{ => arch}/sh/index.rst                  |  0
 Documentation/{ => arch}/sh/new-machine.rst            |  0
 Documentation/{ => arch}/sh/register-banks.rst         |  0
 Documentation/{ => arch}/sparc/adi.rst                 |  0
 Documentation/{ => arch}/sparc/console.rst             |  0
 Documentation/{ => arch}/sparc/features.rst            |  0
 Documentation/{ => arch}/sparc/index.rst               |  0
 Documentation/{ => arch}/sparc/oradax/dax-hv-api.txt   |  0
 Documentation/{ => arch}/sparc/oradax/oracle-dax.rst   |  0
 Documentation/{ => arch}/xtensa/atomctl.rst            |  0
 Documentation/{ => arch}/xtensa/booting.rst            |  0
 Documentation/{ => arch}/xtensa/features.rst           |  0
 Documentation/{ => arch}/xtensa/index.rst              |  0
 Documentation/{ => arch}/xtensa/mmu.rst                |  0
 .../translations/zh_CN/{arch.rst => arch/index.rst}    | 10 +++++-----
 .../translations/zh_CN/{ => arch}/openrisc/index.rst   |  4 ++--
 .../zh_CN/{ => arch}/openrisc/openrisc_port.rst        |  4 ++--
 .../translations/zh_CN/{ => arch}/openrisc/todo.rst    |  4 ++--
 Documentation/translations/zh_CN/index.rst             |  2 +-
 MAINTAINERS                                            |  4 ++--
 arch/sh/Kconfig.cpu                                    |  2 +-
 arch/xtensa/include/asm/initialize_mmu.h               |  2 +-
 drivers/sbus/char/oradax.c                             |  2 +-
 33 files changed, 22 insertions(+), 22 deletions(-)
 rename Documentation/{ => arch}/nios2/features.rst (100%)
 rename Documentation/{ => arch}/nios2/index.rst (100%)
 rename Documentation/{ => arch}/nios2/nios2.rst (100%)
 rename Documentation/{ => arch}/openrisc/features.rst (100%)
 rename Documentation/{ => arch}/openrisc/index.rst (100%)
 rename Documentation/{ => arch}/openrisc/openrisc_port.rst (100%)
 rename Documentation/{ => arch}/openrisc/todo.rst (100%)
 rename Documentation/{ => arch}/sh/booting.rst (100%)
 rename Documentation/{ => arch}/sh/features.rst (100%)
 rename Documentation/{ => arch}/sh/index.rst (100%)
 rename Documentation/{ => arch}/sh/new-machine.rst (100%)
 rename Documentation/{ => arch}/sh/register-banks.rst (100%)
 rename Documentation/{ => arch}/sparc/adi.rst (100%)
 rename Documentation/{ => arch}/sparc/console.rst (100%)
 rename Documentation/{ => arch}/sparc/features.rst (100%)
 rename Documentation/{ => arch}/sparc/index.rst (100%)
 rename Documentation/{ => arch}/sparc/oradax/dax-hv-api.txt (100%)
 rename Documentation/{ => arch}/sparc/oradax/oracle-dax.rst (100%)
 rename Documentation/{ => arch}/xtensa/atomctl.rst (100%)
 rename Documentation/{ => arch}/xtensa/booting.rst (100%)
 rename Documentation/{ => arch}/xtensa/features.rst (100%)
 rename Documentation/{ => arch}/xtensa/index.rst (100%)
 rename Documentation/{ => arch}/xtensa/mmu.rst (100%)
 rename Documentation/translations/zh_CN/{arch.rst => arch/index.rst} (77%)
 rename Documentation/translations/zh_CN/{ => arch}/openrisc/index.rst (79%)
 rename Documentation/translations/zh_CN/{ => arch}/openrisc/openrisc_port.rst (97%)
 rename Documentation/translations/zh_CN/{ => arch}/openrisc/todo.rst (88%)

-- 
2.39.2


             reply	other threads:[~2023-03-23 22:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 22:19 Jonathan Corbet [this message]
2023-03-23 22:19 ` [PATCH 1/6] docs: zh_CN: create the architecture-specific top-level directory Jonathan Corbet
2023-03-24  7:16   ` Alex Shi
2023-03-27  1:19   ` Yanteng Si
2023-03-23 22:19 ` [PATCH 2/6] docs: move xtensa documentation under Documentation/arch/ Jonathan Corbet
2023-03-24  0:35   ` Max Filippov
2023-03-23 22:19 ` [PATCH 3/6] docs: move sparc " Jonathan Corbet
2023-03-23 22:19 ` [PATCH 4/6] docs: move superh " Jonathan Corbet
2023-03-23 22:19 ` [PATCH 5/6] docs: move openrisc " Jonathan Corbet
2023-03-24  1:43   ` Yanteng Si
2023-03-24  7:18     ` Alex Shi
2023-03-31 17:31   ` Stafford Horne
2023-03-23 22:19 ` [PATCH 6/6] docs: move nios2 " Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230323221948.352154-1-corbet@lwn.net \
    --to=corbet@lwn.net \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox