All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Documentation: arch reorg (continued)
@ 2023-03-23 22:19 Jonathan Corbet
  2023-03-23 22:19 ` [PATCH 1/6] docs: zh_CN: create the architecture-specific top-level directory Jonathan Corbet
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Jonathan Corbet @ 2023-03-23 22:19 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 (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


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

end of thread, other threads:[~2023-03-31 17:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 22:19 [PATCH 0/6] Documentation: arch reorg (continued) Jonathan Corbet
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.