All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lucas Stach <dev@lynxeye.de>
To: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	"Lukas F . Hartmann" <lukas@mntre.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	kernel@pengutronix.de
Subject: [PATCH v3 2/4] dt-bindings: vendor-prefixes: add mntre
Date: Mon, 24 May 2021 14:45:34 +0200	[thread overview]
Message-ID: <20210524124536.27854-2-dev@lynxeye.de> (raw)
In-Reply-To: <20210524124536.27854-1-dev@lynxeye.de>

MNT Research GmbH develops open source hardware, software
and textiles in Berlin, Germany.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Rob Herring <robh@kernel.org>
---
 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 f6064d84a424..11f5fc5452cb 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -717,6 +717,8 @@ patternProperties:
     description: MiraMEMS Sensing Technology Co., Ltd.
   "^mitsubishi,.*":
     description: Mitsubishi Electric Corporation
+  "^mntre,.*":
+    description: MNT Research GmbH
   "^modtronix,.*":
     description: Modtronix Engineering
   "^mosaixtech,.*":
-- 
2.31.1


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

WARNING: multiple messages have this Message-ID (diff)
From: Lucas Stach <dev@lynxeye.de>
To: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	"Lukas F . Hartmann" <lukas@mntre.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	kernel@pengutronix.de
Subject: [PATCH v3 2/4] dt-bindings: vendor-prefixes: add mntre
Date: Mon, 24 May 2021 14:45:34 +0200	[thread overview]
Message-ID: <20210524124536.27854-2-dev@lynxeye.de> (raw)
In-Reply-To: <20210524124536.27854-1-dev@lynxeye.de>

MNT Research GmbH develops open source hardware, software
and textiles in Berlin, Germany.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Rob Herring <robh@kernel.org>
---
 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 f6064d84a424..11f5fc5452cb 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -717,6 +717,8 @@ patternProperties:
     description: MiraMEMS Sensing Technology Co., Ltd.
   "^mitsubishi,.*":
     description: Mitsubishi Electric Corporation
+  "^mntre,.*":
+    description: MNT Research GmbH
   "^modtronix,.*":
     description: Modtronix Engineering
   "^mosaixtech,.*":
-- 
2.31.1


  reply	other threads:[~2021-05-24 18:40 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-24 12:45 [PATCH v3 1/4] arm64: dts: imx8mq: add Nitrogen8 SoM Lucas Stach
2021-05-24 12:45 ` Lucas Stach
2021-05-24 12:45 ` Lucas Stach [this message]
2021-05-24 12:45   ` [PATCH v3 2/4] dt-bindings: vendor-prefixes: add mntre Lucas Stach
2021-06-12  3:12   ` Shawn Guo
2021-06-12  3:12     ` Shawn Guo
2021-05-24 12:45 ` [PATCH v3 3/4] dt-bindings: arm: fsl: add MNT Reform2 board Lucas Stach
2021-05-24 12:45   ` Lucas Stach
2021-06-02 19:03   ` Rob Herring
2021-06-02 19:03     ` Rob Herring
2021-06-12  3:13   ` Shawn Guo
2021-06-12  3:13     ` Shawn Guo
2021-05-24 12:45 ` [PATCH v3 4/4] arm64: dts: imx8mq: add support for MNT Reform2 Lucas Stach
2021-05-24 12:45   ` Lucas Stach
2021-06-12  3:14   ` Shawn Guo
2021-06-12  3:14     ` Shawn Guo
2021-06-12  9:57     ` Shawn Guo
2021-06-12  9:57       ` Shawn Guo
2021-05-24 22:59 ` [PATCH v3 1/4] arm64: dts: imx8mq: add Nitrogen8 SoM Rob Herring
2021-05-24 22:59   ` Rob Herring
2021-06-12  3:05 ` Shawn Guo
2021-06-12  3:05   ` Shawn Guo
2021-06-14  7:57   ` Lucas Stach
2021-06-14  7:57     ` Lucas Stach

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=20210524124536.27854-2-dev@lynxeye.de \
    --to=dev@lynxeye.de \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=lukas@mntre.com \
    --cc=robh+dt@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.