diff mbox series

[7/7] dt-bindings: Update Documentation/arm references

Message ID 20230519164607.38845-8-corbet@lwn.net (mailing list archive)
State New, archived
Headers show
Series docs: Move Documentation/arm under Documentation/arch | expand

Commit Message

Jonathan Corbet May 19, 2023, 4:46 p.m. UTC
The Arm documentation has moved to Documentation/arch/arm; update
references under arch/arm64 to match.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/devicetree/bindings/arm/xen.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Conor Dooley May 19, 2023, 4:54 p.m. UTC | #1
On Fri, May 19, 2023 at 10:46:07AM -0600, Jonathan Corbet wrote:
> The Arm documentation has moved to Documentation/arch/arm; update
> references under arch/arm64 to match.

This commit message seems a wee bit inaccurate ;)

> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Conor Dooley <conor+dt@kernel.org>

Otherwise,
Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.
Jonathan Corbet May 19, 2023, 5:05 p.m. UTC | #2
Conor Dooley <conor@kernel.org> writes:

> On Fri, May 19, 2023 at 10:46:07AM -0600, Jonathan Corbet wrote:
>> The Arm documentation has moved to Documentation/arch/arm; update
>> references under arch/arm64 to match.
>
> This commit message seems a wee bit inaccurate ;)

Argh.  I pulled this change out into a separate patch because checkpatch
whined at me, and did it a bit too quickly, I guess...

>> Cc: Rob Herring <robh+dt@kernel.org>
>> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
>> Cc: Conor Dooley <conor+dt@kernel.org>
>
> Otherwise,
> Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,

jon
diff mbox series

Patch

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.