Message ID | 20240709221203.92167-2-ivprusov@salutedevices.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ASoC: Add NTP8918 and NTP8835 codecs support | expand |
On 10/07/2024 00:11, Igor Prusov wrote: > Add vendor prefix for NeoFidelity, Inc > > Signed-off-by: Igor Prusov <ivprusov@salutedevices.com> Did you just ignored every response? <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, under or above your Signed-off-by tag. 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. https://elixir.bootlin.com/linux/v6.5-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
On Fri, Jul 12, 2024 at 09:55:47AM +0200, Krzysztof Kozlowski wrote: > On 10/07/2024 00:11, Igor Prusov wrote: > > Add vendor prefix for NeoFidelity, Inc > > > > Signed-off-by: Igor Prusov <ivprusov@salutedevices.com> > > Did you just ignored every response? > Hello, Krzysztof, Sorry about that, I sent v2 right away after Rob's bot comment. I'll make sure to wait for more replies in the future and will address all comments in v3. > > <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, under or above your Signed-off-by tag. 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. > > https://elixir.bootlin.com/linux/v6.5-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 fbf47f0bacf1..be62a59788b5 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -997,6 +997,8 @@ patternProperties: description: National Semiconductor "^nec,.*": description: NEC LCD Technologies, Ltd. + "^neofidelity,.*": + description: Neofidelity Inc. "^neonode,.*": description: Neonode Inc. "^netgear,.*":
Add vendor prefix for NeoFidelity, Inc Signed-off-by: Igor Prusov <ivprusov@salutedevices.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)