2023-05-10 08:39:53

by Himanshu Bhavani

[permalink] [raw]
Subject: [PATCH v3 3/3] dt-bindings: vendor-prefixes: Add Emtop

Add an entry for Emtop to vendor-prefixes.yaml

Signed-off-by: Himanshu Bhavani <[email protected]>
---
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index ed64e06ecca4..e6e3c99f6ac1 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -412,6 +412,8 @@ patternProperties:
description: EM Microelectronic
"^empire-electronix,.*":
description: Empire Electronix
+ "^emtop,.*":
+ description: Emtop
"^emtrion,.*":
description: emtrion GmbH
"^enclustra,.*":
--
2.25.1



2023-05-10 09:09:22

by Heiko Stübner

[permalink] [raw]
Subject: Re: [PATCH v3 3/3] dt-bindings: vendor-prefixes: Add Emtop

Am Mittwoch, 10. Mai 2023, 10:33:44 CEST schrieb Himanshu Bhavani:
> Add an entry for Emtop to vendor-prefixes.yaml
>
> Signed-off-by: Himanshu Bhavani <[email protected]>

you forgot the
Acked-by: Krzysztof Kozlowski <[email protected]>

you received in
https://lore.kernel.org/r/[email protected]

> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> index ed64e06ecca4..e6e3c99f6ac1 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -412,6 +412,8 @@ patternProperties:
> description: EM Microelectronic
> "^empire-electronix,.*":
> description: Empire Electronix
> + "^emtop,.*":
> + description: Emtop
> "^emtrion,.*":
> description: emtrion GmbH
> "^enclustra,.*":
>





2023-05-10 10:14:14

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 3/3] dt-bindings: vendor-prefixes: Add Emtop

On 10/05/2023 10:33, Himanshu Bhavani wrote:
> Add an entry for Emtop to vendor-prefixes.yaml
>
> Signed-off-by: Himanshu Bhavani <[email protected]>
> ---

This is a friendly reminder during the review process.

It looks like you received a tag and forgot to add it.

If you do not know the process, here is a short explanation:
Please add Acked-by/Reviewed-by/Tested-by tags when posting new
versions. However, there's no need to repost patches *only* to add the
tags. The upstream maintainer will do that for acks received on the
version they apply.

https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540

If a tag was not added on purpose, please state why and what changed.


Best regards,
Krzysztof