All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
To: linux-amlogic@lists.infradead.org, khilman@baylibre.com,
	carlo@caione.org
Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	devicetree@vger.kernel.org, robh+dt@kernel.org,
	linux-arm-kernel@lists.infradead.org, drake@endlessm.com
Subject: [PATCH v2 1/5] dt-bindings: add vendor prefix for "Endless Mobile, Inc."
Date: Sat, 22 Sep 2018 17:09:59 +0200	[thread overview]
Message-ID: <20180922151003.4736-2-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20180922151003.4736-1-martin.blumenstingl@googlemail.com>

Endless Mobile, Inc. started selling (small) computers in 2015.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 2c3fc512e746..1c63d2c2d48f 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -114,6 +114,7 @@ elan	Elan Microelectronic Corp.
 embest	Shenzhen Embest Technology Co., Ltd.
 emmicro	EM Microelectronic
 emtrion	emtrion GmbH
+endless	Endless Mobile, Inc.
 energymicro	Silicon Laboratories (formerly Energy Micro AS)
 engicam	Engicam S.r.l.
 epcos	EPCOS AG
-- 
2.19.0

WARNING: multiple messages have this Message-ID (diff)
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/5] dt-bindings: add vendor prefix for "Endless Mobile, Inc."
Date: Sat, 22 Sep 2018 17:09:59 +0200	[thread overview]
Message-ID: <20180922151003.4736-2-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20180922151003.4736-1-martin.blumenstingl@googlemail.com>

Endless Mobile, Inc. started selling (small) computers in 2015.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 2c3fc512e746..1c63d2c2d48f 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -114,6 +114,7 @@ elan	Elan Microelectronic Corp.
 embest	Shenzhen Embest Technology Co., Ltd.
 emmicro	EM Microelectronic
 emtrion	emtrion GmbH
+endless	Endless Mobile, Inc.
 energymicro	Silicon Laboratories (formerly Energy Micro AS)
 engicam	Engicam S.r.l.
 epcos	EPCOS AG
-- 
2.19.0

WARNING: multiple messages have this Message-ID (diff)
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 1/5] dt-bindings: add vendor prefix for "Endless Mobile, Inc."
Date: Sat, 22 Sep 2018 17:09:59 +0200	[thread overview]
Message-ID: <20180922151003.4736-2-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20180922151003.4736-1-martin.blumenstingl@googlemail.com>

Endless Mobile, Inc. started selling (small) computers in 2015.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 2c3fc512e746..1c63d2c2d48f 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -114,6 +114,7 @@ elan	Elan Microelectronic Corp.
 embest	Shenzhen Embest Technology Co., Ltd.
 emmicro	EM Microelectronic
 emtrion	emtrion GmbH
+endless	Endless Mobile, Inc.
 energymicro	Silicon Laboratories (formerly Energy Micro AS)
 engicam	Engicam S.r.l.
 epcos	EPCOS AG
-- 
2.19.0

  reply	other threads:[~2018-09-22 15:09 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-22 15:09 [PATCH v2 0/5] Meson8b: add support for the Endless Mini EC-100 Martin Blumenstingl
2018-09-22 15:09 ` Martin Blumenstingl
2018-09-22 15:09 ` Martin Blumenstingl
2018-09-22 15:09 ` Martin Blumenstingl [this message]
2018-09-22 15:09   ` [PATCH v2 1/5] dt-bindings: add vendor prefix for "Endless Mobile, Inc." Martin Blumenstingl
2018-09-22 15:09   ` Martin Blumenstingl
2018-09-22 15:10 ` [PATCH v2 2/5] dt-bindings: arm: amlogic: Add the Endless Mobile Endless Mini (EC-100) Martin Blumenstingl
2018-09-22 15:10   ` Martin Blumenstingl
2018-09-22 15:10   ` Martin Blumenstingl
2018-09-22 15:10 ` [PATCH v2 3/5] ARM: dts: meson8b: add the I2C_A, PWM_C and UART_B pins Martin Blumenstingl
2018-09-22 15:10   ` Martin Blumenstingl
2018-09-22 15:10   ` Martin Blumenstingl
2018-09-22 15:10 ` [PATCH v2 4/5] ARM: dts: meson8b: add the RMII pins Martin Blumenstingl
2018-09-22 15:10   ` Martin Blumenstingl
2018-09-22 15:10   ` Martin Blumenstingl
2018-09-22 15:10 ` [PATCH v2 5/5] ARM: dts: meson8b: Add support for the Endless Mini (EC-100) Martin Blumenstingl
2018-09-22 15:10   ` Martin Blumenstingl
2018-09-22 15:10   ` Martin Blumenstingl
2018-09-26  8:50 ` [PATCH v2 0/5] Meson8b: add support for the Endless Mini EC-100 Kevin Hilman
2018-09-26  8:50   ` Kevin Hilman
2018-09-26  8:50   ` Kevin Hilman

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=20180922151003.4736-2-martin.blumenstingl@googlemail.com \
    --to=martin.blumenstingl@googlemail.com \
    --cc=carlo@caione.org \
    --cc=devicetree@vger.kernel.org \
    --cc=drake@endlessm.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=robh+dt@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.