mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +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
@ -15,7 +15,7 @@ implementation.
|
||||
ia64/index
|
||||
loongarch/index
|
||||
m68k/index
|
||||
../mips/index
|
||||
mips/index
|
||||
nios2/index
|
||||
openrisc/index
|
||||
parisc/index
|
||||
|
@ -8,7 +8,7 @@ title: Ingenic SoCs Timer/Counter Unit (TCU)
|
||||
|
||||
description: |
|
||||
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:
|
||||
- Paul Cercueil <paul@crapouillou.net>
|
||||
|
@ -8,7 +8,7 @@
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
../mips/index
|
||||
mips/index
|
||||
arm64/index
|
||||
../riscv/index
|
||||
openrisc/index
|
||||
|
@ -1,8 +1,8 @@
|
||||
.. 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
|
||||
|
||||
.. 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
|
||||
|
||||
.. 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
|
||||
|
||||
.. 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/
|
||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
|
||||
F: Documentation/devicetree/bindings/mips/
|
||||
F: Documentation/mips/
|
||||
F: Documentation/arch/mips/
|
||||
F: arch/mips/
|
||||
F: drivers/platform/mips/
|
||||
F: include/dt-bindings/mips/
|
||||
|
Loading…
Reference in New Issue
Block a user