[PATCH v2 1/6] dt-bindings: vendor-prefixes: Add Arduino name

Riccardo Mereu posted 6 patches 2 months, 3 weeks ago
There is a newer version of this series
[PATCH v2 1/6] dt-bindings: vendor-prefixes: Add Arduino name
Posted by Riccardo Mereu 2 months, 3 weeks ago
Add entry for Arduino Srl (https://arduino.cc)

Signed-off-by: Riccardo Mereu <r.mereu@arduino.cc>
---
 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 42d2bc0ce027..07a285c9387e 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -158,6 +158,8 @@ patternProperties:
     description: Arctic Sand
   "^arcx,.*":
     description: arcx Inc. / Archronix Inc.
+  "^arduino,.*":
+    description: Arduino SRL
   "^argon40,.*":
     description: Argon 40 Technologies Limited
   "^ariaboard,.*":
-- 
2.51.2
Re: [PATCH v2 1/6] dt-bindings: vendor-prefixes: Add Arduino name
Posted by Trilok Soni 2 months, 3 weeks ago
On 11/14/2025 4:18 AM, Riccardo Mereu wrote:
> Add entry for Arduino Srl (https://arduino.cc)

Is Srl or SRL = Inc or LLC? 

> 
> Signed-off-by: Riccardo Mereu <r.mereu@arduino.cc>
> ---
>  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 42d2bc0ce027..07a285c9387e 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -158,6 +158,8 @@ patternProperties:
>      description: Arctic Sand
>    "^arcx,.*":
>      description: arcx Inc. / Archronix Inc.
> +  "^arduino,.*":
> +    description: Arduino SRL
>    "^argon40,.*":
>      description: Argon 40 Technologies Limited
>    "^ariaboard,.*":
Re: [PATCH v2 1/6] dt-bindings: vendor-prefixes: Add Arduino name
Posted by Riccardo Mereu Linux Kernel 2 months, 3 weeks ago
Srl (or SRL) is the equivalent of LLC, SPA (or Spa) is the equivalent of Inc.
Just noticed I was inconsistent with upper case and lower case letters
between commit message and commit content.
Do you want me to fix this in v3?

On Wed, Nov 19, 2025 at 5:49 AM Trilok Soni
<trilok.soni@oss.qualcomm.com> wrote:
>
> On 11/14/2025 4:18 AM, Riccardo Mereu wrote:
> > Add entry for Arduino Srl (https://arduino.cc)
>
> Is Srl or SRL = Inc or LLC?
>
> >
> > Signed-off-by: Riccardo Mereu <r.mereu@arduino.cc>
> > ---
> >  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 42d2bc0ce027..07a285c9387e 100644
> > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > @@ -158,6 +158,8 @@ patternProperties:
> >      description: Arctic Sand
> >    "^arcx,.*":
> >      description: arcx Inc. / Archronix Inc.
> > +  "^arduino,.*":
> > +    description: Arduino SRL
> >    "^argon40,.*":
> >      description: Argon 40 Technologies Limited
> >    "^ariaboard,.*":
>
Re: [PATCH v2 1/6] dt-bindings: vendor-prefixes: Add Arduino name
Posted by Dmitry Baryshkov 2 months, 3 weeks ago
On Wed, Nov 19, 2025 at 10:11:06AM +0100, Riccardo Mereu Linux Kernel wrote:
> Srl (or SRL) is the equivalent of LLC, SPA (or Spa) is the equivalent of Inc.
> Just noticed I was inconsistent with upper case and lower case letters
> between commit message and commit content.

Should it be S.r.l.?

> Do you want me to fix this in v3?

Yes, please. You need to send v3 anyway to fix From vs SoB story.

> 
> On Wed, Nov 19, 2025 at 5:49 AM Trilok Soni
> <trilok.soni@oss.qualcomm.com> wrote:
> >
> > On 11/14/2025 4:18 AM, Riccardo Mereu wrote:
> > > Add entry for Arduino Srl (https://arduino.cc)
> >
> > Is Srl or SRL = Inc or LLC?
> >
> > >
> > > Signed-off-by: Riccardo Mereu <r.mereu@arduino.cc>
> > > ---
> > >  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 42d2bc0ce027..07a285c9387e 100644
> > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > > @@ -158,6 +158,8 @@ patternProperties:
> > >      description: Arctic Sand
> > >    "^arcx,.*":
> > >      description: arcx Inc. / Archronix Inc.
> > > +  "^arduino,.*":
> > > +    description: Arduino SRL
> > >    "^argon40,.*":
> > >      description: Argon 40 Technologies Limited
> > >    "^ariaboard,.*":
> >

-- 
With best wishes
Dmitry
Re: [PATCH v2 1/6] dt-bindings: vendor-prefixes: Add Arduino name
Posted by Krzysztof Kozlowski 2 months, 3 weeks ago
On Fri, Nov 14, 2025 at 01:18:48PM +0100, Riccardo Mereu wrote:
> Add entry for Arduino Srl (https://arduino.cc)
> 
> Signed-off-by: Riccardo Mereu <r.mereu@arduino.cc>

You have checkpatch warnings.

Best regards,
Krzysztof