Generic Linux architectural discussions
 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/4] docs: move yet more architecture docs
Date: Thu, 30 Mar 2023 13:56:00 -0600	[thread overview]
Message-ID: <20230330195604.269346-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 (4):
  docs: Move arc architecture docs under Documentation/arch/
  docs: move ia64 architecture docs under Documentation/arch/
  docs: move parisc documentation under Documentation/arch/
  docs: move m68k architecture documentation under Documentation/arch/

 Documentation/admin-guide/kernel-parameters.rst           | 2 +-
 Documentation/{ => arch}/arc/arc.rst                      | 0
 Documentation/{ => arch}/arc/features.rst                 | 0
 Documentation/{ => arch}/arc/index.rst                    | 0
 Documentation/{ => arch}/ia64/aliasing.rst                | 0
 Documentation/{ => arch}/ia64/efirtc.rst                  | 0
 Documentation/{ => arch}/ia64/err_inject.rst              | 0
 Documentation/{ => arch}/ia64/features.rst                | 0
 Documentation/{ => arch}/ia64/fsys.rst                    | 0
 Documentation/{ => arch}/ia64/ia64.rst                    | 0
 Documentation/{ => arch}/ia64/index.rst                   | 0
 Documentation/{ => arch}/ia64/irq-redir.rst               | 0
 Documentation/{ => arch}/ia64/mca.rst                     | 0
 Documentation/{ => arch}/ia64/serial.rst                  | 0
 Documentation/arch/index.rst                              | 8 ++++----
 Documentation/{ => arch}/m68k/buddha-driver.rst           | 0
 Documentation/{ => arch}/m68k/features.rst                | 0
 Documentation/{ => arch}/m68k/index.rst                   | 0
 Documentation/{ => arch}/m68k/kernel-options.rst          | 0
 Documentation/{ => arch}/parisc/debugging.rst             | 0
 Documentation/{ => arch}/parisc/features.rst              | 0
 Documentation/{ => arch}/parisc/index.rst                 | 0
 Documentation/{ => arch}/parisc/registers.rst             | 0
 Documentation/translations/zh_CN/arch/index.rst           | 2 +-
 .../translations/zh_CN/{ => arch}/parisc/debugging.rst    | 4 ++--
 .../translations/zh_CN/{ => arch}/parisc/index.rst        | 4 ++--
 .../translations/zh_CN/{ => arch}/parisc/registers.rst    | 4 ++--
 MAINTAINERS                                               | 6 +++---
 arch/ia64/kernel/efi.c                                    | 2 +-
 arch/ia64/kernel/fsys.S                                   | 2 +-
 arch/ia64/mm/ioremap.c                                    | 2 +-
 arch/ia64/pci/pci.c                                       | 2 +-
 arch/m68k/Kconfig.machine                                 | 4 ++--
 33 files changed, 21 insertions(+), 21 deletions(-)
 rename Documentation/{ => arch}/arc/arc.rst (100%)
 rename Documentation/{ => arch}/arc/features.rst (100%)
 rename Documentation/{ => arch}/arc/index.rst (100%)
 rename Documentation/{ => arch}/ia64/aliasing.rst (100%)
 rename Documentation/{ => arch}/ia64/efirtc.rst (100%)
 rename Documentation/{ => arch}/ia64/err_inject.rst (100%)
 rename Documentation/{ => arch}/ia64/features.rst (100%)
 rename Documentation/{ => arch}/ia64/fsys.rst (100%)
 rename Documentation/{ => arch}/ia64/ia64.rst (100%)
 rename Documentation/{ => arch}/ia64/index.rst (100%)
 rename Documentation/{ => arch}/ia64/irq-redir.rst (100%)
 rename Documentation/{ => arch}/ia64/mca.rst (100%)
 rename Documentation/{ => arch}/ia64/serial.rst (100%)
 rename Documentation/{ => arch}/m68k/buddha-driver.rst (100%)
 rename Documentation/{ => arch}/m68k/features.rst (100%)
 rename Documentation/{ => arch}/m68k/index.rst (100%)
 rename Documentation/{ => arch}/m68k/kernel-options.rst (100%)
 rename Documentation/{ => arch}/parisc/debugging.rst (100%)
 rename Documentation/{ => arch}/parisc/features.rst (100%)
 rename Documentation/{ => arch}/parisc/index.rst (100%)
 rename Documentation/{ => arch}/parisc/registers.rst (100%)
 rename Documentation/translations/zh_CN/{ => arch}/parisc/debugging.rst (94%)
 rename Documentation/translations/zh_CN/{ => arch}/parisc/index.rst (79%)
 rename Documentation/translations/zh_CN/{ => arch}/parisc/registers.rst (98%)

-- 
2.39.2


             reply	other threads:[~2023-03-30 19:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-30 19:56 Jonathan Corbet [this message]
2023-03-30 19:56 ` [PATCH 1/4] docs: Move arc architecture docs under Documentation/arch/ Jonathan Corbet
2023-04-02  6:44   ` Vineet Gupta
2023-03-30 19:56 ` [PATCH 2/4] docs: move ia64 " Jonathan Corbet
2023-03-30 19:56 ` [PATCH 3/4] docs: move parisc documentation " Jonathan Corbet
2023-04-01  6:43   ` Yanteng Si
2023-03-30 19:56 ` [PATCH 4/4] docs: move m68k architecture " Jonathan Corbet
2023-03-31  7:44   ` Geert Uytterhoeven
2023-03-31 13:02     ` Jonathan Corbet
2023-03-31 13:03       ` 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=20230330195604.269346-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