Skip to content

Commit ec62a74

Browse files
makelinuxJonathan Corbet
authored andcommitted
docs: move mips under arch
and fix all in-tree references. 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. Signed-off-by: Costa Shulyupin <costa.shul@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230725043835.2249678-1-costa.shul@redhat.com
1 parent 51712e4 commit ec62a74

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

Documentation/arch/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ implementation.
1515
ia64/index
1616
loongarch/index
1717
m68k/index
18-
../mips/index
18+
mips/index
1919
nios2/index
2020
openrisc/index
2121
parisc/index
File renamed without changes.
File renamed without changes.

Documentation/devicetree/bindings/timer/ingenic,tcu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Ingenic SoCs Timer/Counter Unit (TCU)
88

99
description: |
1010
For a description of the TCU hardware and drivers, have a look at
11-
Documentation/mips/ingenic-tcu.rst.
11+
Documentation/arch/mips/ingenic-tcu.rst.
1212
1313
maintainers:
1414
- Paul Cercueil <paul@crapouillou.net>

Documentation/translations/zh_CN/arch/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.. toctree::
99
:maxdepth: 2
1010

11-
../mips/index
11+
mips/index
1212
arm64/index
1313
../riscv/index
1414
openrisc/index

Documentation/translations/zh_CN/mips/booting.rst renamed to Documentation/translations/zh_CN/arch/mips/booting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
3-
.. include:: ../disclaimer-zh_CN.rst
3+
.. include:: ../../disclaimer-zh_CN.rst
44

5-
:Original: Documentation/mips/booting.rst
5+
:Original: Documentation/arch/mips/booting.rst
66

77
:翻译:
88

Documentation/translations/zh_CN/mips/features.rst renamed to Documentation/translations/zh_CN/arch/mips/features.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
3-
.. include:: ../disclaimer-zh_CN.rst
3+
.. include:: ../../disclaimer-zh_CN.rst
44

5-
:Original: Documentation/mips/features.rst
5+
:Original: Documentation/arch/mips/features.rst
66

77
:翻译:
88

Documentation/translations/zh_CN/mips/index.rst renamed to Documentation/translations/zh_CN/arch/mips/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
3-
.. include:: ../disclaimer-zh_CN.rst
3+
.. include:: ../../disclaimer-zh_CN.rst
44

5-
:Original: Documentation/mips/index.rst
5+
:Original: Documentation/arch/mips/index.rst
66

77
:翻译:
88

0 commit comments

Comments
 (0)