Message ID | 20220525181532.6805-2-ddrokosov@sberdevices.ru (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | iio: accel: add MSA311 accelerometer driver | expand |
On Wed, 25 May 2022 18:15:30 +0000, Dmitry Rokosov 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(+) > Acked-by: Rob Herring <robh@kernel.org>
Rob, Thank you for the Ack. I'm going to send v3 patch series and don't understand, should I append Acked-by line to v3 version of vendor-prefix patch... Please suggest me if possible. On Thu, Jun 02, 2022 at 08:50:15AM -0500, Rob Herring wrote: > On Wed, 25 May 2022 18:15:30 +0000, Dmitry Rokosov 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(+) > > > > Acked-by: Rob Herring <robh@kernel.org>
On Thu, Jun 02, 2022 at 01:59:18PM +0000, Dmitry Rokosov wrote: > Rob, > > Thank you for the Ack. I'm going to send v3 patch series and don't > understand, should I append Acked-by line to v3 version of vendor-prefix > patch... Please suggest me if possible. Yes. When you send another version, add any acks unless there are significant changes that warrant not adding them. You don't need to send another version just to add acks. The maintainer will add any given on the current version. Rob > > On Thu, Jun 02, 2022 at 08:50:15AM -0500, Rob Herring wrote: > > On Wed, 25 May 2022 18:15:30 +0000, Dmitry Rokosov 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(+) > > > > > > > Acked-by: Rob Herring <robh@kernel.org> > > -- > Thank you, > Dmitry
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 294093d45a23..632afb05fcf7 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -735,6 +735,8 @@ patternProperties: description: MELFAS Inc. "^mellanox,.*": description: Mellanox Technologies + "^memsensing,.*": + description: MEMSensing Microsystems Co., Ltd. "^memsic,.*": description: MEMSIC Inc. "^menlo,.*":
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(+)