Skip to content

Commit

Permalink
docs: move openrisc documentation under Documentation/arch/
Browse files Browse the repository at this point in the history
Architecture-specific documentation is being moved into Documentation/arch/
as a way of cleaning up the top-level documentation directory and making
the docs hierarchy more closely match the source hierarchy.  Move
Documentation/openrisc into arch/ and fix all in-tree references.

Cc: Jonas Bonn <jonas@southpole.se>
Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Cc: Stafford Horne <shorne@gmail.com>
Acked-by: Alex Shi <alexs@kernel.org>
Reviewed-by: Yanteng Si <siyanteng@loongson.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Jonathan Corbet committed Mar 30, 2023
1 parent d47a97b commit 0e9ab8e
Showing 10 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Documentation/arch/index.rst
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ implementation.
../m68k/index
../mips/index
../nios2/index
../openrisc/index
openrisc/index
../parisc/index
../powerpc/index
../riscv/index
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Documentation/translations/zh_CN/arch/index.rst
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
../mips/index
../arm64/index
../riscv/index
../openrisc/index
openrisc/index
../parisc/index
../loongarch/index

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0
.. include:: ../disclaimer-zh_CN.rst
.. include:: ../../disclaimer-zh_CN.rst

:Original: Documentation/openrisc/index.rst
:Original: Documentation/arch/openrisc/index.rst

:翻译:

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: ../disclaimer-zh_CN.rst
.. include:: ../../disclaimer-zh_CN.rst

:Original: Documentation/openrisc/openrisc_port.rst
:Original: Documentation/arch/openrisc/openrisc_port.rst

:翻译:

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: ../disclaimer-zh_CN.rst
.. include:: ../../disclaimer-zh_CN.rst

:Original: Documentation/openrisc/todo.rst
:Original: Documentation/arch/openrisc/todo.rst

:翻译:

2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
@@ -15638,7 +15638,7 @@ S: Maintained
W: http://openrisc.io
T: git https://github.com/openrisc/linux.git
F: Documentation/devicetree/bindings/openrisc/
F: Documentation/openrisc/
F: Documentation/arch/openrisc/
F: arch/openrisc/
F: drivers/irqchip/irq-ompic.c
F: drivers/irqchip/irq-or1k-*

0 comments on commit 0e9ab8e

Please sign in to comment.