* [PATCH] dt-bindings: vendor-prefixes: add rve
@ 2023-11-01 14:40 Hugo Villeneuve
2023-11-01 14:54 ` Conor Dooley
0 siblings, 1 reply; 4+ messages in thread
From: Hugo Villeneuve @ 2023-11-01 14:40 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: hugo, Hugo Villeneuve, Rob Herring, devicetree, linux-kernel
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: vendor-prefixes: add rve
2023-11-01 14:40 [PATCH] dt-bindings: vendor-prefixes: add rve Hugo Villeneuve
@ 2023-11-01 14:54 ` Conor Dooley
2023-11-01 15:04 ` Hugo Villeneuve
0 siblings, 1 reply; 4+ messages in thread
From: Conor Dooley @ 2023-11-01 14:54 UTC (permalink / raw)
To: Hugo Villeneuve
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Hugo Villeneuve,
Rob Herring, devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]
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
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: vendor-prefixes: add rve
2023-11-01 14:54 ` Conor Dooley
@ 2023-11-01 15:04 ` Hugo Villeneuve
2023-11-01 15:15 ` Conor Dooley
0 siblings, 1 reply; 4+ messages in thread
From: Hugo Villeneuve @ 2023-11-01 15:04 UTC (permalink / raw)
To: Conor Dooley
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Hugo Villeneuve,
Rob Herring, devicetree, linux-kernel
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
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: vendor-prefixes: add rve
2023-11-01 15:04 ` Hugo Villeneuve
@ 2023-11-01 15:15 ` Conor Dooley
0 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-11-01 15:15 UTC (permalink / raw)
To: Hugo Villeneuve
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Hugo Villeneuve,
Rob Herring, devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 775 bytes --]
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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-11-01 15:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-01 14:40 [PATCH] dt-bindings: vendor-prefixes: add rve Hugo Villeneuve
2023-11-01 14:54 ` Conor Dooley
2023-11-01 15:04 ` Hugo Villeneuve
2023-11-01 15:15 ` Conor Dooley
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).