[PATCH] dt-bindings: vendor-prefixes: add rve

Hugo Villeneuve posted 1 patch 2 years, 1 month ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: vendor-prefixes: add rve
Posted by Hugo Villeneuve 2 years, 1 month ago
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Add vendor prefix for Recharge Véhicule Électrique (RVE), which
manufactures electric vehicle chargers infrastructure components.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.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 e48b0a02827a..8455d7f5cfae 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1161,6 +1161,8 @@ patternProperties:
     description: Shenzhen Roofull Technology Co, Ltd
   "^roseapplepi,.*":
     description: RoseapplePi.org
+  "^rve,.*":
+    description: Recharge Véhicule Électrique (RVE) inc.
   "^saef,.*":
     description: Saef Technology Limited
   "^samsung,.*":

base-commit: 8bc9e6515183935fa0cccaf67455c439afe4982b
-- 
2.39.2

Re: [PATCH] dt-bindings: vendor-prefixes: add rve
Posted by Conor Dooley 2 years, 1 month ago
On Wed, Nov 01, 2023 at 10:40:57AM -0400, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Add vendor prefix for Recharge Véhicule Électrique (RVE), which
> manufactures electric vehicle chargers infrastructure components.
> 
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>


Where is the user for this?

Cheers,
Conor.

> ---
>  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 e48b0a02827a..8455d7f5cfae 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -1161,6 +1161,8 @@ patternProperties:
>      description: Shenzhen Roofull Technology Co, Ltd
>    "^roseapplepi,.*":
>      description: RoseapplePi.org
> +  "^rve,.*":
> +    description: Recharge Véhicule Électrique (RVE) inc.
>    "^saef,.*":
>      description: Saef Technology Limited
>    "^samsung,.*":
> 
> base-commit: 8bc9e6515183935fa0cccaf67455c439afe4982b
> -- 
> 2.39.2
> 
Re: [PATCH] dt-bindings: vendor-prefixes: add rve
Posted by Hugo Villeneuve 2 years, 1 month ago
On Wed, 1 Nov 2023 14:54:34 +0000
Conor Dooley <conor@kernel.org> wrote:

> On Wed, Nov 01, 2023 at 10:40:57AM -0400, Hugo Villeneuve wrote:
> > From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> > 
> > Add vendor prefix for Recharge Véhicule Électrique (RVE), which
> > manufactures electric vehicle chargers infrastructure components.
> > 
> > Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> 
> Where is the user for this?

Hi Conor,
it is for a new board I submitted a few seconds after this patch:

    https://lore.kernel.org/all/20231101144303.2653464-1-hugo@hugovil.com/raw

Hugo.


> > ---
> >  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 e48b0a02827a..8455d7f5cfae 100644
> > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > @@ -1161,6 +1161,8 @@ patternProperties:
> >      description: Shenzhen Roofull Technology Co, Ltd
> >    "^roseapplepi,.*":
> >      description: RoseapplePi.org
> > +  "^rve,.*":
> > +    description: Recharge Véhicule Électrique (RVE) inc.
> >    "^saef,.*":
> >      description: Saef Technology Limited
> >    "^samsung,.*":
> > 
> > base-commit: 8bc9e6515183935fa0cccaf67455c439afe4982b
> > -- 
> > 2.39.2
> > 
Re: [PATCH] dt-bindings: vendor-prefixes: add rve
Posted by Conor Dooley 2 years, 1 month ago
On Wed, Nov 01, 2023 at 11:04:04AM -0400, Hugo Villeneuve wrote:
> On Wed, 1 Nov 2023 14:54:34 +0000
> Conor Dooley <conor@kernel.org> wrote:
> 
> > On Wed, Nov 01, 2023 at 10:40:57AM -0400, Hugo Villeneuve wrote:
> > > From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> > > 
> > > Add vendor prefix for Recharge Véhicule Électrique (RVE), which
> > > manufactures electric vehicle chargers infrastructure components.
> > > 
> > > Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> > 
> > 
> > Where is the user for this?
> 
> Hi Conor,
> it is for a new board I submitted a few seconds after this patch:
> 
>     https://lore.kernel.org/all/20231101144303.2653464-1-hugo@hugovil.com/raw

Please send related patches together as a series chief.