linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: Spell out acronym
@ 2025-08-05 23:03 Linus Walleij
  2025-08-06  9:22 ` Sudeep Holla
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Linus Walleij @ 2025-08-05 23:03 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Sudeep Holla
  Cc: linux-arm-kernel, devicetree, Linus Walleij

When I authored these bindings I had no idea what "AEM" stood
for. Now I know: it means "Architecture Envelope Model".
Detail this in the bindings.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Maybe this can be applied directly to the bindings tree, I don't
changed this document much.
---
 Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml b/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
index 8dd6b64463943d5610ee1618a494110ee09d322f..89298b39903fd8f0b85004bbee64df44e365b5d4 100644
--- a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
+++ b/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
@@ -103,8 +103,9 @@ properties:
           - const: arm,juno-r2
           - const: arm,juno
           - const: arm,vexpress
-      - description: Arm AEMv8a Versatile Express Real-Time System Model
-          (VE RTSM) is a programmers view of the Versatile Express with Arm
+      - description: Arm AEMv8a (Architecture Envelope Model)
+          Versatile Express Real-Time System Model (VE RTSM)
+          is a programmers view of the Versatile Express with Arm
           v8A hardware. See ARM DUI 0575D.
         items:
           - const: arm,rtsm_ve,aemv8a

---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250806-aem-dt-bind-f2ce695d792b

Best regards,
-- 
Linus Walleij <linus.walleij@linaro.org>



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: arm: Spell out acronym
  2025-08-05 23:03 [PATCH] dt-bindings: arm: Spell out acronym Linus Walleij
@ 2025-08-06  9:22 ` Sudeep Holla
  2025-08-06 17:24 ` Conor Dooley
  2025-08-06 22:50 ` Rob Herring (Arm)
  2 siblings, 0 replies; 4+ messages in thread
From: Sudeep Holla @ 2025-08-06  9:22 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-arm-kernel,
	devicetree

On Wed, Aug 06, 2025 at 01:03:08AM +0200, Linus Walleij wrote:
> When I authored these bindings I had no idea what "AEM" stood
> for. Now I know: it means "Architecture Envelope Model".
> Detail this in the bindings.
> 

Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>

-- 
Regards,
Sudeep


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: arm: Spell out acronym
  2025-08-05 23:03 [PATCH] dt-bindings: arm: Spell out acronym Linus Walleij
  2025-08-06  9:22 ` Sudeep Holla
@ 2025-08-06 17:24 ` Conor Dooley
  2025-08-06 22:50 ` Rob Herring (Arm)
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-08-06 17:24 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Sudeep Holla,
	linux-arm-kernel, devicetree

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

On Wed, Aug 06, 2025 at 01:03:08AM +0200, Linus Walleij wrote:
> When I authored these bindings I had no idea what "AEM" stood
> for. Now I know: it means "Architecture Envelope Model".
> Detail this in the bindings.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Maybe this can be applied directly to the bindings tree, I don't
> changed this document much.

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: arm: Spell out acronym
  2025-08-05 23:03 [PATCH] dt-bindings: arm: Spell out acronym Linus Walleij
  2025-08-06  9:22 ` Sudeep Holla
  2025-08-06 17:24 ` Conor Dooley
@ 2025-08-06 22:50 ` Rob Herring (Arm)
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-08-06 22:50 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-arm-kernel, Conor Dooley, Krzysztof Kozlowski, Sudeep Holla,
	devicetree


On Wed, 06 Aug 2025 01:03:08 +0200, Linus Walleij wrote:
> When I authored these bindings I had no idea what "AEM" stood
> for. Now I know: it means "Architecture Envelope Model".
> Detail this in the bindings.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Maybe this can be applied directly to the bindings tree, I don't
> changed this document much.
> ---
>  Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 

Applied, thanks!



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-08-06 22:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-05 23:03 [PATCH] dt-bindings: arm: Spell out acronym Linus Walleij
2025-08-06  9:22 ` Sudeep Holla
2025-08-06 17:24 ` Conor Dooley
2025-08-06 22:50 ` Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).