public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] docs: move yet more architecture docs
@ 2023-03-30 19:56 Jonathan Corbet
  2023-03-30 19:56 ` [PATCH 1/4] docs: Move arc architecture docs under Documentation/arch/ Jonathan Corbet
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jonathan Corbet @ 2023-03-30 19:56 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-kernel, linux-arch, Jonathan Corbet

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-04-02  6:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-30 19:56 [PATCH 0/4] docs: move yet more architecture docs Jonathan Corbet
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox