Message ID | 20241205125640.1253996-3-o.rempel@pengutronix.de (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for Priva E-Measuringbox board | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Thu, Dec 05, 2024 at 01:56:37PM +0100, Oleksij Rempel wrote: > Introduce the 'pri' vendor prefix for Priva, a company specializing in > sustainable solutions for building automation, energy, and climate > control. More information about Priva can be found at > https://www.priva.com > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> > --- > 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 da01616802c7..9a9ac3adc5ef 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1198,6 +1198,8 @@ patternProperties: > description: Primux Trading, S.L. > "^probox2,.*": > description: PROBOX2 (by W2COMP Co., Ltd.) > + "^pri,.*": > + description: Priva Why not "priva"? Saving two chars doesn't seem worth less info.
On Thu, Dec 05, 2024 at 05:16:14PM +0000, Conor Dooley wrote: > On Thu, Dec 05, 2024 at 01:56:37PM +0100, Oleksij Rempel wrote: > > Introduce the 'pri' vendor prefix for Priva, a company specializing in > > sustainable solutions for building automation, energy, and climate > > control. More information about Priva can be found at > > https://www.priva.com > > > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> > > --- > > 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 da01616802c7..9a9ac3adc5ef 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -1198,6 +1198,8 @@ patternProperties: > > description: Primux Trading, S.L. > > "^probox2,.*": > > description: PROBOX2 (by W2COMP Co., Ltd.) > > + "^pri,.*": > > + description: Priva > > Why not "priva"? Saving two chars doesn't seem worth less info. This is typical prefix which is used by this vendor, if it is possible i would prefer not to change it. But, last decision is on your side :) Regards, Oleksij
On Fri, Dec 06, 2024 at 07:13:09AM +0100, Oleksij Rempel wrote: > On Thu, Dec 05, 2024 at 05:16:14PM +0000, Conor Dooley wrote: > > On Thu, Dec 05, 2024 at 01:56:37PM +0100, Oleksij Rempel wrote: > > > Introduce the 'pri' vendor prefix for Priva, a company specializing in > > > sustainable solutions for building automation, energy, and climate > > > control. More information about Priva can be found at > > > https://www.priva.com > > > > > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> > > > --- > > > 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 da01616802c7..9a9ac3adc5ef 100644 > > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > > @@ -1198,6 +1198,8 @@ patternProperties: > > > description: Primux Trading, S.L. > > > "^probox2,.*": > > > description: PROBOX2 (by W2COMP Co., Ltd.) > > > + "^pri,.*": > > > + description: Priva > > > > Why not "priva"? Saving two chars doesn't seem worth less info. > > This is typical prefix which is used by this vendor, if it is possible > i would prefer not to change it. But, last decision is on your side :) I dunno, think if I was being unreasonable like that people would tell me where to go. Acked-by: Conor Dooley <conor.dooley@microchip.com>
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index da01616802c7..9a9ac3adc5ef 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1198,6 +1198,8 @@ patternProperties: description: Primux Trading, S.L. "^probox2,.*": description: PROBOX2 (by W2COMP Co., Ltd.) + "^pri,.*": + description: Priva "^prt,.*": description: Protonic Holland "^pulsedlight,.*":
Introduce the 'pri' vendor prefix for Priva, a company specializing in sustainable solutions for building automation, energy, and climate control. More information about Priva can be found at https://www.priva.com Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)