All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH
@ 2023-04-14  4:57 Bruno Thomsen
  2023-04-14  7:58 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Bruno Thomsen @ 2023-04-14  4:57 UTC (permalink / raw)
  To: devicetree, Rob Herring, Krzysztof Kozlowski
  Cc: linux-kernel, Bruno Thomsen, Stefano Bossi

KUNBUS GmbH created the modular DIN-rail mounted open source hardware
platform called Revolution Pi for automation and IIoT projects.
https://www.kunbus.com/

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Reviewed-by: Stefano Bossi <stefano.bossi@gmail.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 ed64e06ecca4..f5e48b49b208 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -707,6 +707,8 @@ patternProperties:
     description: Kontron S&T AG
   "^kosagi,.*":
     description: Sutajio Ko-Usagi PTE Ltd.
+  "^kunbus,.*":
+    description: KUNBUS GmbH
   "^kvg,.*":
     description: Kverneland Group
   "^kyo,.*":

base-commit: de4664485abbc0529b1eec44d0061bbfe58a28fb
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH
  2023-04-14  4:57 [PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH Bruno Thomsen
@ 2023-04-14  7:58 ` Krzysztof Kozlowski
  2023-04-14 20:24   ` Bruno Thomsen
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-14  7:58 UTC (permalink / raw)
  To: Bruno Thomsen, devicetree, Rob Herring, Krzysztof Kozlowski
  Cc: linux-kernel, Stefano Bossi

On 14/04/2023 06:57, Bruno Thomsen wrote:
> KUNBUS GmbH created the modular DIN-rail mounted open source hardware
> platform called Revolution Pi for automation and IIoT projects.
> https://www.kunbus.com/
> 
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Reviewed-by: Stefano Bossi <stefano.bossi@gmail.com>

I do not see it being used in current next. We do not document all
possible companies in the world. We document prefixes used in bindings.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH
  2023-04-14  7:58 ` Krzysztof Kozlowski
@ 2023-04-14 20:24   ` Bruno Thomsen
  2023-04-14 20:36     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Bruno Thomsen @ 2023-04-14 20:24 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: devicetree, Rob Herring, Krzysztof Kozlowski, linux-kernel,
	Stefano Bossi

Den fre. 14. apr. 2023 kl. 09.58 skrev Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>:
>
> On 14/04/2023 06:57, Bruno Thomsen wrote:
> > KUNBUS GmbH created the modular DIN-rail mounted open source hardware
> > platform called Revolution Pi for automation and IIoT projects.
> > https://www.kunbus.com/
> >
> > Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> > Reviewed-by: Stefano Bossi <stefano.bossi@gmail.com>
>
> I do not see it being used in current next. We do not document all
> possible companies in the world. We document prefixes used in bindings.

I am going to use it in the board compatibility string for the Revolution Pi
DIN module device tree(s). So I send it separately to avoid spamming the
mailing list on every iteration of the board DT. But I can resend it when there
is a board patch that uses it.

/Bruno

> Best regards,
> Krzysztof
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH
  2023-04-14 20:24   ` Bruno Thomsen
@ 2023-04-14 20:36     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-14 20:36 UTC (permalink / raw)
  To: Bruno Thomsen
  Cc: devicetree, Rob Herring, Krzysztof Kozlowski, linux-kernel,
	Stefano Bossi

On 14/04/2023 22:24, Bruno Thomsen wrote:
> Den fre. 14. apr. 2023 kl. 09.58 skrev Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org>:
>>
>> On 14/04/2023 06:57, Bruno Thomsen wrote:
>>> KUNBUS GmbH created the modular DIN-rail mounted open source hardware
>>> platform called Revolution Pi for automation and IIoT projects.
>>> https://www.kunbus.com/
>>>
>>> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
>>> Reviewed-by: Stefano Bossi <stefano.bossi@gmail.com>
>>
>> I do not see it being used in current next. We do not document all
>> possible companies in the world. We document prefixes used in bindings.
> 
> I am going to use it in the board compatibility string for the Revolution Pi
> DIN module device tree(s). So I send it separately to avoid spamming the
> mailing list on every iteration of the board DT. But I can resend it when there
> is a board patch that uses it.

The best is to send it with the first patchset which introduces it.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-14 20:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14  4:57 [PATCH] dt-bindings: vendor-prefixes: Add KUNBUS GmbH Bruno Thomsen
2023-04-14  7:58 ` Krzysztof Kozlowski
2023-04-14 20:24   ` Bruno Thomsen
2023-04-14 20:36     ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.