Message ID | 20250403053225.298308-2-gye976@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | add support for winsen MHZ19B CO2 sensor | expand |
On 03/04/2025 07:32, Gyeyoung Baek wrote: > Add winsen to the vendor prefixes. > > Signed-off-by: Gyeyoung Baek <gye976@gmail.com> I am pretty sure you sent v1, so this is v2. And if this is anyhow confusing, then just use standard tools - b4 - which would do this right. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- <form letter> This is an automated instruction, just in case, because many review tags are being ignored. If you know the process, you can skip it (please do not feel offended by me posting it here - no bad intentions intended). 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. Full context and explanation: https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577 </form letter> Best regards, Krzysztof
Hello Krzysztof, thank you for the review. On Thu, Apr 3, 2025 at 4:48 PM Krzysztof Kozlowski <krzk@kernel.org> wrote: > > On 03/04/2025 07:32, Gyeyoung Baek wrote: > > Add winsen to the vendor prefixes. > > > > Signed-off-by: Gyeyoung Baek <gye976@gmail.com> > > I am pretty sure you sent v1, so this is v2. And if this is anyhow > confusing, then just use standard tools - b4 - which would do this right. > Yes, actually this is v2. I did it manually, so there was a mistake. Thank you for the tips. Thanks, Gyeyoung Baek
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 5079ca6ce1d1..ee7f6100c432 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1679,6 +1679,8 @@ patternProperties: description: Wingtech Technology Co., Ltd. "^winlink,.*": description: WinLink Co., Ltd + "^winsen,.*": + description: Winsen Corp. "^winstar,.*": description: Winstar Display Corp. "^wirelesstag,.*":
Add winsen to the vendor prefixes. Signed-off-by: Gyeyoung Baek <gye976@gmail.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) -- 2.34.1