From patchwork Mon May 29 14:48:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 13258689 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 8237BC77B7A for ; Mon, 29 May 2023 14:50:27 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gUs9yxSDddVqU4JCEmftFtXbXl6ZJwPkt3rgn5REtfs=; b=rgvFYfzUO94+rr zdpL3rn18AZ4e/04RFHix1MAMAK4/4mMlHUuahpvAm07cOnrCWGSM0Vu9d9+dvDXvnd9f5UA+GfMi /ILih8SKWun0cgYjLvYHGZTQ/C7Tll3zKno68zQqsXpEj6+sNuUWA8oaXwn3daMjpxmq2owucOXQL 0gXQPSDIM1EsyQ7ZcweVy/eJzpZiC/RYZ7iHb5d3yNJ0yyOer54HNuFVA5gt3xq98nPtEMNSrfvt6 c/J7oKYpixkQ0p4MVFKONY9uKRy8RUPDT/Oz5TQFWUs4npwSwzfNYUS3oupnwQ7+WbytaLMKbGv4T QwryiGHq2UMB+tUGT6eQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q3eCE-00ApnK-0g; Mon, 29 May 2023 14:50:06 +0000 Received: from ms.lwn.net ([2600:3c01:e000:3a1::42]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q3eBp-00ApZf-0K for linux-arm-kernel@lists.infradead.org; Mon, 29 May 2023 14:49:43 +0000 Received: from tp8.. (mdns.lwn.net [45.79.72.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id DC85E5CC; Mon, 29 May 2023 14:49:38 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net DC85E5CC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1685371780; bh=qNswSaB1rsYK39qc93wLacaWCqvSv3BALS+O8tlq2Iw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZO4v+5KcvByaNdUK7MWOpCXLrPFFf2KtlOumFM8uDXxuDbvQ4FJbKeuAcHsrod2rS lS8yzaVHlMiRHiGIfoYrY7JC+Fbietmb0KFcqnfe6KWtzXwUgxbo1QAd4c8JTkwnpO ZIDSfl++VeCIyWgFbe74fPfcgZ2XQpMLFu2c+ZI+zEdeKpBPA1au2+rF6Ev1p1h8SV lymNucxBNM5B1WRDWKFYKDBOIRyY9ENCOWJ6tNPZYStKpH5JpbXfDrC4C1g4aa6uCj BGJLGi0CAd+RvrVtV3AX9EkF11j4LO9SM4SN4drTnQkpeOGtOWmHGv19Jf71huM/YX qm9vVjDB43QDQ== From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jonathan Corbet , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, Conor Dooley Subject: [PATCH v2 7/7] dt-bindings: Update Documentation/arm references Date: Mon, 29 May 2023 08:48:56 -0600 Message-Id: <20230529144856.102755-8-corbet@lwn.net> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230529144856.102755-1-corbet@lwn.net> References: <20230529144856.102755-1-corbet@lwn.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230529_074941_150985_9B024B3E X-CRM114-Status: GOOD ( 12.94 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The Arm documentation has moved to Documentation/arch/arm; update one devicetree reference to match. Cc: Rob Herring Cc: Krzysztof Kozlowski Cc: devicetree@vger.kernel.org Acked-by: Conor Dooley Signed-off-by: Jonathan Corbet Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/xen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/xen.txt b/Documentation/devicetree/bindings/arm/xen.txt index 61d77acbeb5e..f925290d4641 100644 --- a/Documentation/devicetree/bindings/arm/xen.txt +++ b/Documentation/devicetree/bindings/arm/xen.txt @@ -56,7 +56,7 @@ hypervisor { }; The format and meaning of the "xen,uefi-*" parameters are similar to those in -Documentation/arm/uefi.rst, which are provided by the regular UEFI stub. However +Documentation/arch/arm/uefi.rst, which are provided by the regular UEFI stub. However they differ because they are provided by the Xen hypervisor, together with a set of UEFI runtime services implemented via hypercalls, see http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,platform.h.html.