Message ID | 20201014200030.845759-2-uwe@kleine-koenig.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: Add basic support for Kobol's Helios64 | expand |
On Wed, 14 Oct 2020 22:00:29 +0200, Uwe Kleine-König wrote: > The prefix is already used in arm/armada-388-helios4.dts. > > Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
Hi Rob, On 10/16/20 6:20 PM, Rob Herring wrote: > On Wed, 14 Oct 2020 22:00:29 +0200, Uwe Kleine-König wrote: >> The prefix is already used in arm/armada-388-helios4.dts. >> >> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> >> --- >> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ >> 1 file changed, 2 insertions(+) > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. I hope you have a script to catch this error. I added it now to my commit log, thanks for catching that (for v2 and v3 I only added it to the mail after git-format-patch, I forgot that step for v4). If it will come to a v5 your tag will be included. Best regards Uwe
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 63996ab03521..b2cbdad45846 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -545,6 +545,8 @@ patternProperties: description: Kionix, Inc. "^kobo,.*": description: Rakuten Kobo Inc. + "^kobol,.*": + description: Kobol Innovations Pte. Ltd. "^koe,.*": description: Kaohsiung Opto-Electronics Inc. "^kontron,.*":
The prefix is already used in arm/armada-388-helios4.dts. Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)