[PATCH v3 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision

Tommaso Merciai posted 3 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH v3 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision
Posted by Tommaso Merciai 2 years, 8 months ago
Add a vendor prefix entry for Allied Vision Inc.
(https://www.alliedvision.com)

Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>
---
 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 82d39ab0231b..7bd678956b3d 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -77,6 +77,8 @@ patternProperties:
     description: ALFA Network Inc.
   "^allegro,.*":
     description: Allegro DVT
+  "^alliedvision,.*":
+    description: Allied Vision Inc.
   "^allo,.*":
     description: Allo.com
   "^allwinner,.*":
-- 
2.34.1
Re: [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 06/06/2023 17:54, Tommaso Merciai wrote:
> Add a vendor prefix entry for Allied Vision Inc.
> (https://www.alliedvision.com)
> 
> Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Re: [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision
Posted by Laurent Pinchart 2 years, 8 months ago
Hi Tommaso,

Thank you for the patch.

On Tue, Jun 06, 2023 at 05:54:02PM +0200, Tommaso Merciai wrote:
> Add a vendor prefix entry for Allied Vision Inc.
> (https://www.alliedvision.com)
> 
> Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  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 82d39ab0231b..7bd678956b3d 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -77,6 +77,8 @@ patternProperties:
>      description: ALFA Network Inc.
>    "^allegro,.*":
>      description: Allegro DVT
> +  "^alliedvision,.*":
> +    description: Allied Vision Inc.
>    "^allo,.*":
>      description: Allo.com
>    "^allwinner,.*":

-- 
Regards,

Laurent Pinchart
Re: [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision
Posted by Conor Dooley 2 years, 8 months ago
On Tue, Jun 06, 2023 at 07:29:11PM +0300, Laurent Pinchart wrote:
> Hi Tommaso,
> 
> Thank you for the patch.
> 
> On Tue, Jun 06, 2023 at 05:54:02PM +0200, Tommaso Merciai wrote:
> > Add a vendor prefix entry for Allied Vision Inc.
> > (https://www.alliedvision.com)
> > 
> > Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

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

Cheers,
Conor.