2022-04-21 09:08:28

by Dmitry Rokosov

[permalink] [raw]
Subject: [PATCH v1 1/3] dt-bindings: vendor-prefixes: add MEMSensing Microsystems Co., Ltd.

MEMSensing Microsystems (Suzhou, China) Co., Ltd. operates as a micro
electromechanical system technology company which produces micro
electromechanical system microphones and sensors.
MEMSensing Microsystems (Suzhou, China) Co., Ltd. applies its products
in consumer electronics, industrial control, medical electronics
and automotive, and other fields.

Signed-off-by: Dmitry Rokosov <[email protected]>
---
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 294093d..d8f29ad 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -737,6 +737,8 @@ patternProperties:
description: Mellanox Technologies
"^memsic,.*":
description: MEMSIC Inc.
+ "^memsensing,.*":
+ description: MEMSensing Microsystems Co., Ltd.
"^menlo,.*":
description: Menlo Systems GmbH
"^mentor,.*":
--
2.9.5


2022-04-26 23:57:04

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v1 1/3] dt-bindings: vendor-prefixes: add MEMSensing Microsystems Co., Ltd.

On Tue, Apr 19, 2022 at 03:45:51PM +0000, Rokosov Dmitry Dmitrievich wrote:
> MEMSensing Microsystems (Suzhou, China) Co., Ltd. operates as a micro
> electromechanical system technology company which produces micro
> electromechanical system microphones and sensors.
> MEMSensing Microsystems (Suzhou, China) Co., Ltd. applies its products
> in consumer electronics, industrial control, medical electronics
> and automotive, and other fields.
>
> Signed-off-by: Dmitry Rokosov <[email protected]>
> ---
> 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 294093d..d8f29ad 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -737,6 +737,8 @@ patternProperties:
> description: Mellanox Technologies
> "^memsic,.*":
> description: MEMSIC Inc.
> + "^memsensing,.*":
> + description: MEMSensing Microsystems Co., Ltd.

Alphabetical order. This needs to be before memsic.

> "^menlo,.*":
> description: Menlo Systems GmbH
> "^mentor,.*":
> --
> 2.9.5
>

2022-04-27 11:27:49

by Dmitry Rokosov

[permalink] [raw]
Subject: Re: [PATCH v1 1/3] dt-bindings: vendor-prefixes: add MEMSensing Microsystems Co., Ltd.

Rob,

You are right, I've missed memsic definition, sorry for that. I'll move
memsensing vendor prefix to proper place on the v2 then.

On Tue, Apr 26, 2022 at 03:28:03PM -0500, Rob Herring wrote:
> On Tue, Apr 19, 2022 at 03:45:51PM +0000, Rokosov Dmitry Dmitrievich wrote:
> > MEMSensing Microsystems (Suzhou, China) Co., Ltd. operates as a micro
> > electromechanical system technology company which produces micro
> > electromechanical system microphones and sensors.
> > MEMSensing Microsystems (Suzhou, China) Co., Ltd. applies its products
> > in consumer electronics, industrial control, medical electronics
> > and automotive, and other fields.
> >
> > Signed-off-by: Dmitry Rokosov <[email protected]>
> > ---
> > 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 294093d..d8f29ad 100644
> > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > @@ -737,6 +737,8 @@ patternProperties:
> > description: Mellanox Technologies
> > "^memsic,.*":
> > description: MEMSIC Inc.
> > + "^memsensing,.*":
> > + description: MEMSensing Microsystems Co., Ltd.
>
> Alphabetical order. This needs to be before memsic.
>

Ack

> > "^menlo,.*":
> > description: Menlo Systems GmbH
> > "^mentor,.*":
> > --
> > 2.9.5
> >

--
Thank you,
Dmitry