Message ID | 20220419154555.24191-2-ddrokosov@sberdevices.ru (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | iio: accel: add MSA311 accelerometer driver | expand |
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 <ddrokosov@sberdevices.ru> > --- > 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 >
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 <ddrokosov@sberdevices.ru> > > --- > > 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 > >
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,.*":
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 <ddrokosov@sberdevices.ru> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)