mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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
This commit is contained in:
parent
51712e49b4
commit
ec62a746b6
12 changed files with 12 additions and 12 deletions
|
@ -15,7 +15,7 @@ implementation.
|
||||||
ia64/index
|
ia64/index
|
||||||
loongarch/index
|
loongarch/index
|
||||||
m68k/index
|
m68k/index
|
||||||
../mips/index
|
mips/index
|
||||||
nios2/index
|
nios2/index
|
||||||
openrisc/index
|
openrisc/index
|
||||||
parisc/index
|
parisc/index
|
||||||
|
|
|
@ -8,7 +8,7 @@ title: Ingenic SoCs Timer/Counter Unit (TCU)
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
For a description of the TCU hardware and drivers, have a look at
|
For a description of the TCU hardware and drivers, have a look at
|
||||||
Documentation/mips/ingenic-tcu.rst.
|
Documentation/arch/mips/ingenic-tcu.rst.
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- Paul Cercueil <paul@crapouillou.net>
|
- Paul Cercueil <paul@crapouillou.net>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
../mips/index
|
mips/index
|
||||||
arm64/index
|
arm64/index
|
||||||
../riscv/index
|
../riscv/index
|
||||||
openrisc/index
|
openrisc/index
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
.. include:: ../disclaimer-zh_CN.rst
|
.. include:: ../../disclaimer-zh_CN.rst
|
||||||
|
|
||||||
:Original: Documentation/mips/booting.rst
|
:Original: Documentation/arch/mips/booting.rst
|
||||||
|
|
||||||
:翻译:
|
:翻译:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
.. include:: ../disclaimer-zh_CN.rst
|
.. include:: ../../disclaimer-zh_CN.rst
|
||||||
|
|
||||||
:Original: Documentation/mips/features.rst
|
:Original: Documentation/arch/mips/features.rst
|
||||||
|
|
||||||
:翻译:
|
:翻译:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
.. include:: ../disclaimer-zh_CN.rst
|
.. include:: ../../disclaimer-zh_CN.rst
|
||||||
|
|
||||||
:Original: Documentation/mips/index.rst
|
:Original: Documentation/arch/mips/index.rst
|
||||||
|
|
||||||
:翻译:
|
:翻译:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
.. include:: ../disclaimer-zh_CN.rst
|
.. include:: ../../disclaimer-zh_CN.rst
|
||||||
|
|
||||||
:Original: Documentation/mips/ingenic-tcu.rst
|
:Original: Documentation/arch/mips/ingenic-tcu.rst
|
||||||
|
|
||||||
:翻译:
|
:翻译:
|
||||||
|
|
|
@ -14161,7 +14161,7 @@ W: http://www.linux-mips.org/
|
||||||
Q: https://patchwork.kernel.org/project/linux-mips/list/
|
Q: https://patchwork.kernel.org/project/linux-mips/list/
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
|
||||||
F: Documentation/devicetree/bindings/mips/
|
F: Documentation/devicetree/bindings/mips/
|
||||||
F: Documentation/mips/
|
F: Documentation/arch/mips/
|
||||||
F: arch/mips/
|
F: arch/mips/
|
||||||
F: drivers/platform/mips/
|
F: drivers/platform/mips/
|
||||||
F: include/dt-bindings/mips/
|
F: include/dt-bindings/mips/
|
||||||
|
|
Loading…
Add table
Reference in a new issue