From patchwork Thu Sep 28 10:29:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Costa Shulyupin X-Patchwork-Id: 13402449 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CC135CE7B19 for ; Thu, 28 Sep 2023 10:32:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:Message-ID:Date:Subject:To:From:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=NbK3B4sXGIO/gRqp0H1zOGH5op7eIs8WaCPhRFhtbHU=; b=C3c iYDtLXB/niMsgKQO4GSaGg4P65j2Q1tl7X4tD0hFTPleeoOTt3LUisDnUagbNXMyPlj6hpVDaKh/+ G2Ts2cIe0uH6P7qs9Z3uOPERrRnbFqrrCbifGcrNDVBw73TmGiqJJdFhTTXYbeCp/ClAtqDTL11BW kD6yddJVB09r+Kpf6PqLihkWgI9AYHmpe+Vc5e8k85CN+YrGZuQlHFN3BZJicHZLrcC2XutpGAgQw nB3ukeUiwwtJQblGriBuXDsXSqAyHlHwjZ+8bfwtdNnXNASPgaZGXGZB/0D3tgCQE9TRvaWveeFUy YW8KB+N3toMDsTpkCKxXjmRntB8XF+A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qloK5-002rPp-2Z; Thu, 28 Sep 2023 10:32:45 +0000 Received: from mail-qk1-f171.google.com ([209.85.222.171]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qloJz-002rKT-2D for linux-riscv@lists.infradead.org; Thu, 28 Sep 2023 10:32:44 +0000 Received: by mail-qk1-f171.google.com with SMTP id af79cd13be357-77432add7caso519080685a.2 for ; Thu, 28 Sep 2023 03:32:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695897155; x=1696501955; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=6rXaHGJtfkoHYQGJjVadzc/ugaC86pv9lFBvW3UfqOM=; b=n99SI8qpqk4CNmvJChjr8acpfxtYypx7xj/KynueNSyv3TBR41/xKwU1/dWno+gG10 8SfQIi5oZa4HqKMF32FVhl5D8YK3pggfK6skvY6kmd9eFqDu/G7VD6j8IqLibHukE5In vwF0qqZRbZAs/s5Hj51Fu6OkuAUhoqFGP8FTlJGGjaXR8VsRYKg/ts0q9PRj0QgL1Wp6 qqxCnrb327+cKdDI/QMY5GAFNdDszOdvHF7Gh6w1X/mfHuKFvpluXvpV6FlAvl+r+OBh 7n/KsKzLWz/QZnVPtqNGwOz245r404bVXZ7xpzTs7/5tDMI/aecsrWjhlUGYrGr9H66o kBzw== X-Gm-Message-State: AOJu0YyvEm55pXoJ/PTabG3efnErs9HwYxK7GxMWrmv6XjuYSqPrhVml +6BBOhy3n17IqFbrI42BRFM= X-Google-Smtp-Source: AGHT+IF/T4XpKgP4zynzo8wu0vsB/i56c+MQL7Y78e6OBoSzeQt6SrlBVkPqXq+d0zVrVCgRnigbAQ== X-Received: by 2002:a0c:aaca:0:b0:655:d9d8:2c33 with SMTP id g10-20020a0caaca000000b00655d9d82c33mr592430qvb.53.1695897154650; Thu, 28 Sep 2023 03:32:34 -0700 (PDT) Received: from costa-tp.bos2.lab ([2a00:a040:1a3:cb84:45fc:12dc:6d10:9889]) by smtp.gmail.com with ESMTPSA id e3-20020a0cf343000000b0065d13c3b77esm205291qvm.1.2023.09.28.03.32.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Sep 2023 03:32:34 -0700 (PDT) From: Costa Shulyupin To: Jonathan Corbet , Paul Walmsley , Palmer Dabbelt , Albert Ou , Federico Vaga , Alex Shi , Yanteng Si , Costa Shulyupin , Heiko Carstens , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , Ard Biesheuvel , Atish Patra , Alexandre Ghiti , Randy Dunlap , =?utf-8?b?QmrDtnJuIFTDtnBlbA==?= , Andrew Jones , Evan Green , Conor Dooley , Heiko Stuebner , Andy Chiu , Bjorn Helgaas , Greentime Hu , Anup Patel , Bagas Sanjaya , Charlie Jenkins , Vincent Chen , Wu XiangCheng , Sami Tolvanen , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, workflows@vger.kernel.org Subject: [PATCH] docs: move riscv under arch Date: Thu, 28 Sep 2023 13:29:42 +0300 Message-ID: <20230928103134.2779459-1-costa.shul@redhat.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230928_033239_786799_45E06FAD X-CRM114-Status: GOOD ( 12.87 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org 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 Reviewed-by: Bagas Sanjaya --- Documentation/arch/index.rst | 2 +- Documentation/{ => arch}/riscv/acpi.rst | 0 Documentation/{ => arch}/riscv/boot-image-header.rst | 0 Documentation/{ => arch}/riscv/boot.rst | 0 Documentation/{ => arch}/riscv/features.rst | 0 Documentation/{ => arch}/riscv/hwprobe.rst | 0 Documentation/{ => arch}/riscv/index.rst | 0 Documentation/{ => arch}/riscv/patch-acceptance.rst | 0 Documentation/{ => arch}/riscv/uabi.rst | 0 Documentation/{ => arch}/riscv/vector.rst | 0 Documentation/{ => arch}/riscv/vm-layout.rst | 0 Documentation/maintainer/maintainer-entry-profile.rst | 2 +- Documentation/process/index.rst | 2 +- Documentation/translations/it_IT/riscv/patch-acceptance.rst | 2 +- Documentation/translations/zh_CN/arch/index.rst | 2 +- .../translations/zh_CN/{ => arch}/riscv/boot-image-header.rst | 4 ++-- Documentation/translations/zh_CN/{ => arch}/riscv/index.rst | 4 ++-- .../translations/zh_CN/{ => arch}/riscv/patch-acceptance.rst | 4 ++-- .../translations/zh_CN/{ => arch}/riscv/vm-layout.rst | 4 ++-- .../zh_CN/maintainer/maintainer-entry-profile.rst | 2 +- MAINTAINERS | 2 +- arch/riscv/include/uapi/asm/hwprobe.h | 2 +- arch/riscv/kernel/sys_riscv.c | 2 +- 23 files changed, 17 insertions(+), 17 deletions(-) rename Documentation/{ => arch}/riscv/acpi.rst (100%) rename Documentation/{ => arch}/riscv/boot-image-header.rst (100%) rename Documentation/{ => arch}/riscv/boot.rst (100%) rename Documentation/{ => arch}/riscv/features.rst (100%) rename Documentation/{ => arch}/riscv/hwprobe.rst (100%) rename Documentation/{ => arch}/riscv/index.rst (100%) rename Documentation/{ => arch}/riscv/patch-acceptance.rst (100%) rename Documentation/{ => arch}/riscv/uabi.rst (100%) rename Documentation/{ => arch}/riscv/vector.rst (100%) rename Documentation/{ => arch}/riscv/vm-layout.rst (100%) rename Documentation/translations/zh_CN/{ => arch}/riscv/boot-image-header.rst (96%) rename Documentation/translations/zh_CN/{ => arch}/riscv/index.rst (79%) rename Documentation/translations/zh_CN/{ => arch}/riscv/patch-acceptance.rst (93%) rename Documentation/translations/zh_CN/{ => arch}/riscv/vm-layout.rst (98%) diff --git a/Documentation/arch/index.rst b/Documentation/arch/index.rst index 837d7e78606a..3f9962e45c09 100644 --- a/Documentation/arch/index.rst +++ b/Documentation/arch/index.rst @@ -19,7 +19,7 @@ implementation. openrisc/index parisc/index powerpc/index - ../riscv/index + riscv/index s390/index sh/index sparc/index diff --git a/Documentation/riscv/acpi.rst b/Documentation/arch/riscv/acpi.rst similarity index 100% rename from Documentation/riscv/acpi.rst rename to Documentation/arch/riscv/acpi.rst diff --git a/Documentation/riscv/boot-image-header.rst b/Documentation/arch/riscv/boot-image-header.rst similarity index 100% rename from Documentation/riscv/boot-image-header.rst rename to Documentation/arch/riscv/boot-image-header.rst diff --git a/Documentation/riscv/boot.rst b/Documentation/arch/riscv/boot.rst similarity index 100% rename from Documentation/riscv/boot.rst rename to Documentation/arch/riscv/boot.rst diff --git a/Documentation/riscv/features.rst b/Documentation/arch/riscv/features.rst similarity index 100% rename from Documentation/riscv/features.rst rename to Documentation/arch/riscv/features.rst diff --git a/Documentation/riscv/hwprobe.rst b/Documentation/arch/riscv/hwprobe.rst similarity index 100% rename from Documentation/riscv/hwprobe.rst rename to Documentation/arch/riscv/hwprobe.rst diff --git a/Documentation/riscv/index.rst b/Documentation/arch/riscv/index.rst similarity index 100% rename from Documentation/riscv/index.rst rename to Documentation/arch/riscv/index.rst diff --git a/Documentation/riscv/patch-acceptance.rst b/Documentation/arch/riscv/patch-acceptance.rst similarity index 100% rename from Documentation/riscv/patch-acceptance.rst rename to Documentation/arch/riscv/patch-acceptance.rst diff --git a/Documentation/riscv/uabi.rst b/Documentation/arch/riscv/uabi.rst similarity index 100% rename from Documentation/riscv/uabi.rst rename to Documentation/arch/riscv/uabi.rst diff --git a/Documentation/riscv/vector.rst b/Documentation/arch/riscv/vector.rst similarity index 100% rename from Documentation/riscv/vector.rst rename to Documentation/arch/riscv/vector.rst diff --git a/Documentation/riscv/vm-layout.rst b/Documentation/arch/riscv/vm-layout.rst similarity index 100% rename from Documentation/riscv/vm-layout.rst rename to Documentation/arch/riscv/vm-layout.rst diff --git a/Documentation/maintainer/maintainer-entry-profile.rst b/Documentation/maintainer/maintainer-entry-profile.rst index 6b64072d4bf2..7ad4bfc2cc03 100644 --- a/Documentation/maintainer/maintainer-entry-profile.rst +++ b/Documentation/maintainer/maintainer-entry-profile.rst @@ -101,7 +101,7 @@ to do something different in the near future. ../doc-guide/maintainer-profile ../nvdimm/maintainer-entry-profile - ../riscv/patch-acceptance + ../arch/riscv/patch-acceptance ../driver-api/media/maintainer-entry-profile ../driver-api/vfio-pci-device-specific-driver-acceptance ../nvme/feature-and-quirk-policy diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst index b501cd977053..db09a81d474b 100644 --- a/Documentation/process/index.rst +++ b/Documentation/process/index.rst @@ -71,7 +71,7 @@ lack of a better place. volatile-considered-harmful botching-up-ioctls clang-format - ../riscv/patch-acceptance + ../arch/riscv/patch-acceptance ../core-api/unaligned-memory-access .. only:: subproject and html diff --git a/Documentation/translations/it_IT/riscv/patch-acceptance.rst b/Documentation/translations/it_IT/riscv/patch-acceptance.rst index edf67252b3fb..2d7afb1f6959 100644 --- a/Documentation/translations/it_IT/riscv/patch-acceptance.rst +++ b/Documentation/translations/it_IT/riscv/patch-acceptance.rst @@ -1,6 +1,6 @@ .. include:: ../disclaimer-ita.rst -:Original: :doc:`../../../riscv/patch-acceptance` +:Original: :doc:`../../../arch/riscv/patch-acceptance` :Translator: Federico Vaga arch/riscv linee guida alla manutenzione per gli sviluppatori diff --git a/Documentation/translations/zh_CN/arch/index.rst b/Documentation/translations/zh_CN/arch/index.rst index 945b078168b0..71186d9df7c9 100644 --- a/Documentation/translations/zh_CN/arch/index.rst +++ b/Documentation/translations/zh_CN/arch/index.rst @@ -10,7 +10,7 @@ mips/index arm64/index - ../riscv/index + ../arch/riscv/index openrisc/index parisc/index loongarch/index diff --git a/Documentation/translations/zh_CN/riscv/boot-image-header.rst b/Documentation/translations/zh_CN/arch/riscv/boot-image-header.rst similarity index 96% rename from Documentation/translations/zh_CN/riscv/boot-image-header.rst rename to Documentation/translations/zh_CN/arch/riscv/boot-image-header.rst index 0234c28a7114..779b5172fe24 100644 --- a/Documentation/translations/zh_CN/riscv/boot-image-header.rst +++ b/Documentation/translations/zh_CN/arch/riscv/boot-image-header.rst @@ -1,6 +1,6 @@ -.. include:: ../disclaimer-zh_CN.rst +.. include:: ../../disclaimer-zh_CN.rst -:Original: Documentation/riscv/boot-image-header.rst +:Original: Documentation/arch/riscv/boot-image-header.rst :翻译: diff --git a/Documentation/translations/zh_CN/riscv/index.rst b/Documentation/translations/zh_CN/arch/riscv/index.rst similarity index 79% rename from Documentation/translations/zh_CN/riscv/index.rst rename to Documentation/translations/zh_CN/arch/riscv/index.rst index 131e405aa857..3b041c116169 100644 --- a/Documentation/translations/zh_CN/riscv/index.rst +++ b/Documentation/translations/zh_CN/arch/riscv/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -.. include:: ../disclaimer-zh_CN.rst +.. include:: ../../disclaimer-zh_CN.rst -:Original: Documentation/riscv/index.rst +:Original: Documentation/arch/riscv/index.rst :翻译: diff --git a/Documentation/translations/zh_CN/riscv/patch-acceptance.rst b/Documentation/translations/zh_CN/arch/riscv/patch-acceptance.rst similarity index 93% rename from Documentation/translations/zh_CN/riscv/patch-acceptance.rst rename to Documentation/translations/zh_CN/arch/riscv/patch-acceptance.rst index d180d24717bf..c8eb230ca8ee 100644 --- a/Documentation/translations/zh_CN/riscv/patch-acceptance.rst +++ b/Documentation/translations/zh_CN/arch/riscv/patch-acceptance.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -.. include:: ../disclaimer-zh_CN.rst +.. include:: ../../disclaimer-zh_CN.rst -:Original: Documentation/riscv/patch-acceptance.rst +:Original: Documentation/arch/riscv/patch-acceptance.rst :翻译: diff --git a/Documentation/translations/zh_CN/riscv/vm-layout.rst b/Documentation/translations/zh_CN/arch/riscv/vm-layout.rst similarity index 98% rename from Documentation/translations/zh_CN/riscv/vm-layout.rst rename to Documentation/translations/zh_CN/arch/riscv/vm-layout.rst index 91884e2dfff8..4b9f4dcf6c19 100644 --- a/Documentation/translations/zh_CN/riscv/vm-layout.rst +++ b/Documentation/translations/zh_CN/arch/riscv/vm-layout.rst @@ -1,7 +1,7 @@ .. SPDX-License-Identifier: GPL-2.0 -.. include:: ../disclaimer-zh_CN.rst +.. include:: ../../disclaimer-zh_CN.rst -:Original: Documentation/riscv/vm-layout.rst +:Original: Documentation/arch/riscv/vm-layout.rst :翻译: diff --git a/Documentation/translations/zh_CN/maintainer/maintainer-entry-profile.rst b/Documentation/translations/zh_CN/maintainer/maintainer-entry-profile.rst index a1ee99c4786e..0f5acfb1012e 100644 --- a/Documentation/translations/zh_CN/maintainer/maintainer-entry-profile.rst +++ b/Documentation/translations/zh_CN/maintainer/maintainer-entry-profile.rst @@ -89,4 +89,4 @@ ../doc-guide/maintainer-profile ../../../nvdimm/maintainer-entry-profile - ../../../riscv/patch-acceptance + ../../../arch/riscv/patch-acceptance diff --git a/MAINTAINERS b/MAINTAINERS index 283a60458d36..71f038c40f48 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18498,7 +18498,7 @@ L: linux-riscv@lists.infradead.org S: Supported Q: https://patchwork.kernel.org/project/linux-riscv/list/ C: irc://irc.libera.chat/riscv -P: Documentation/riscv/patch-acceptance.rst +P: Documentation/arch/riscv/patch-acceptance.rst T: git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git F: arch/riscv/ N: riscv diff --git a/arch/riscv/include/uapi/asm/hwprobe.h b/arch/riscv/include/uapi/asm/hwprobe.h index 006bfb48343d..d43e306ce2f9 100644 --- a/arch/riscv/include/uapi/asm/hwprobe.h +++ b/arch/riscv/include/uapi/asm/hwprobe.h @@ -10,7 +10,7 @@ /* * Interface for probing hardware capabilities from userspace, see - * Documentation/riscv/hwprobe.rst for more information. + * Documentation/arch/riscv/hwprobe.rst for more information. */ struct riscv_hwprobe { __s64 key; diff --git a/arch/riscv/kernel/sys_riscv.c b/arch/riscv/kernel/sys_riscv.c index 473159b5f303..b651ec698a91 100644 --- a/arch/riscv/kernel/sys_riscv.c +++ b/arch/riscv/kernel/sys_riscv.c @@ -79,7 +79,7 @@ SYSCALL_DEFINE3(riscv_flush_icache, uintptr_t, start, uintptr_t, end, /* * The hwprobe interface, for allowing userspace to probe to see which features - * are supported by the hardware. See Documentation/riscv/hwprobe.rst for more + * are supported by the hardware. See Documentation/arch/riscv/hwprobe.rst for more * details. */ static void hwprobe_arch_id(struct riscv_hwprobe *pair,