This series builds on top of the documentation reorganization posted at https://lore.kernel.org/lkml/20230315211523.108836-1-corbet@xxxxxxx/ 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