All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Talis <gilles.talis@gmail.com>
To: devicetree@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org
Cc: conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com,
	alex@voxelbotics.com, Gilles Talis <gilles.talis@gmail.com>
Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: Add Emcraft Systems
Date: Thu, 28 Mar 2024 16:23:18 -0400	[thread overview]
Message-ID: <20240328202320.187596-2-gilles.talis@gmail.com> (raw)
In-Reply-To: <20240328202320.187596-1-gilles.talis@gmail.com>

Add an entry for Emcraft Systems (https://www.emcraft.com/)

Signed-off-by: Gilles Talis <gilles.talis@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 b97d298b3eb6..8b978c6f1dfd 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -438,6 +438,8 @@ patternProperties:
     description: Dongguan EmbedFire Electronic Technology Co., Ltd.
   "^embest,.*":
     description: Shenzhen Embest Technology Co., Ltd.
+  "^emcraft,.*":
+    description: Emcraft Systems
   "^emlid,.*":
     description: Emlid, Ltd.
   "^emmicro,.*":
-- 
2.39.2


WARNING: multiple messages have this Message-ID (diff)
From: Gilles Talis <gilles.talis@gmail.com>
To: devicetree@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org
Cc: conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com,
	alex@voxelbotics.com, Gilles Talis <gilles.talis@gmail.com>
Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: Add Emcraft Systems
Date: Thu, 28 Mar 2024 16:23:18 -0400	[thread overview]
Message-ID: <20240328202320.187596-2-gilles.talis@gmail.com> (raw)
In-Reply-To: <20240328202320.187596-1-gilles.talis@gmail.com>

Add an entry for Emcraft Systems (https://www.emcraft.com/)

Signed-off-by: Gilles Talis <gilles.talis@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 b97d298b3eb6..8b978c6f1dfd 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -438,6 +438,8 @@ patternProperties:
     description: Dongguan EmbedFire Electronic Technology Co., Ltd.
   "^embest,.*":
     description: Shenzhen Embest Technology Co., Ltd.
+  "^emcraft,.*":
+    description: Emcraft Systems
   "^emlid,.*":
     description: Emlid, Ltd.
   "^emmicro,.*":
-- 
2.39.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2024-03-28 20:23 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28 20:23 [PATCH 0/3] Add support for Emcraft Systems NavQ+ kit Gilles Talis
2024-03-28 20:23 ` Gilles Talis
2024-03-28 20:23 ` Gilles Talis [this message]
2024-03-28 20:23   ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Emcraft Systems Gilles Talis
2024-03-28 22:00   ` Krzysztof Kozlowski
2024-03-28 22:00     ` Krzysztof Kozlowski
2024-03-28 20:23 ` [PATCH 2/3] dt-bindings: arm: Add Emcraft Systems i.MX8M Plus NavQ+ Kit Gilles Talis
2024-03-28 20:23   ` Gilles Talis
2024-03-28 22:00   ` Krzysztof Kozlowski
2024-03-28 22:00     ` Krzysztof Kozlowski
2024-03-28 20:23 ` [PATCH 3/3] arm64: dts: freescale: Add device tree for Emcraft Systems " Gilles Talis
2024-03-28 20:23   ` Gilles Talis
2024-03-28 20:42   ` Andrew Lunn
2024-03-28 20:42     ` Andrew Lunn
2024-03-29 22:08     ` Gilles Talis
2024-03-29 22:08       ` Gilles Talis
2024-03-28 22:04   ` Krzysztof Kozlowski
2024-03-28 22:04     ` Krzysztof Kozlowski
2024-03-29 21:43     ` Gilles Talis
2024-03-28 22:55   ` Fabio Estevam
2024-03-28 22:55     ` Fabio Estevam
2024-03-29 21:44     ` Gilles Talis
2024-03-28 21:01 ` [PATCH 0/3] Add support for Emcraft Systems NavQ+ kit Rob Herring
2024-03-28 21:01   ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240328202320.187596-2-gilles.talis@gmail.com \
    --to=gilles.talis@gmail.com \
    --cc=alex@voxelbotics.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.