Message ID | 1c79a109a7e91927a9380d2aee91fae32848d7f7.1723527641.git.jan.kiszka@siemens.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | iio: Add Everlight PM16D17 proximity sensor | expand |
On Tue, Aug 13, 2024 at 07:40:40AM +0200, Jan Kiszka wrote: > From: Baocheng Su <baocheng.su@siemens.com> > > Add vendor prefix for EVERLIGHT Electronics Co., Ltd. > > Signed-off-by: Baocheng Su <baocheng.su@siemens.com> This is missing your signoff Jan. With it, Acked-by: Conor Dooley <conor.dooley@microchip.com> > --- > 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 a70ce43b3dc0..1d2bf326fe91 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -486,6 +486,8 @@ patternProperties: > description: Eukréa Electromatique > "^everest,.*": > description: Everest Semiconductor Co. Ltd. > + "^everlight,.*": > + description: EVERLIGHT Electronics Co., Ltd. > "^everspin,.*": > description: Everspin Technologies, Inc. > "^evervision,.*": > -- > 2.43.0 >
On 13/08/2024 17:41, Conor Dooley wrote: > On Tue, Aug 13, 2024 at 07:40:40AM +0200, Jan Kiszka wrote: >> From: Baocheng Su <baocheng.su@siemens.com> >> >> Add vendor prefix for EVERLIGHT Electronics Co., Ltd. >> >> Signed-off-by: Baocheng Su <baocheng.su@siemens.com> > > This is missing your signoff Jan. With it, > Acked-by: Conor Dooley <conor.dooley@microchip.com> The next one as well... Best regards, Krzysztof
On Tue, Aug 13, 2024 at 05:46:28PM +0200, Krzysztof Kozlowski wrote: > On 13/08/2024 17:41, Conor Dooley wrote: > > On Tue, Aug 13, 2024 at 07:40:40AM +0200, Jan Kiszka wrote: > >> From: Baocheng Su <baocheng.su@siemens.com> > >> > >> Add vendor prefix for EVERLIGHT Electronics Co., Ltd. > >> > >> Signed-off-by: Baocheng Su <baocheng.su@siemens.com> > > > > This is missing your signoff Jan. With it, > > Acked-by: Conor Dooley <conor.dooley@microchip.com> > > The next one as well... I had a longer reply for the other one ;)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index a70ce43b3dc0..1d2bf326fe91 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -486,6 +486,8 @@ patternProperties: description: Eukréa Electromatique "^everest,.*": description: Everest Semiconductor Co. Ltd. + "^everlight,.*": + description: EVERLIGHT Electronics Co., Ltd. "^everspin,.*": description: Everspin Technologies, Inc. "^evervision,.*":