Message ID | 20250228094732.54642-2-iansdannapel@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add Efinix FPGA SPI programming support | expand |
On Fri, Feb 28, 2025 at 10:47:30AM +0100, iansdannapel@gmail.com wrote: > From: Ian Dannapel <iansdannapel@gmail.com> > > Add entry for Efinix, Inc. (https://www.efinixinc.com/) > > Signed-off-by: Ian Dannapel <iansdannapel@gmail.com> 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 5079ca6ce1d1..f0e0da4e1ec0 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -438,6 +438,8 @@ patternProperties: > description: Emtop Embedded Solutions > "^eeti,.*": > description: eGalax_eMPIA Technology Inc > + "^efinix,.*": > + description: Efinix, Inc. > "^einfochips,.*": > description: Einfochips > "^eink,.*": > -- > 2.43.0 >
On 28/02/2025 10:47, iansdannapel@gmail.com wrote: > From: Ian Dannapel <iansdannapel@gmail.com> > > Add entry for Efinix, Inc. (https://www.efinixinc.com/) > > Signed-off-by: Ian Dannapel <iansdannapel@gmail.com> <form letter> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions of patchset, under or above your Signed-off-by tag, unless patch changed significantly (e.g. new properties added to the DT bindings). Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. Please read: https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. </form letter> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 5079ca6ce1d1..f0e0da4e1ec0 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -438,6 +438,8 @@ patternProperties: description: Emtop Embedded Solutions "^eeti,.*": description: eGalax_eMPIA Technology Inc + "^efinix,.*": + description: Efinix, Inc. "^einfochips,.*": description: Einfochips "^eink,.*":