All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: linux-arm-kernel@lists.infradead.org
Cc: Jason Zhu <jason.zhu@rock-chips.com>,
	Vicent Chi <vicent.chi@rock-chips.com>,
	Andy Yan <andy.yan@rock-chips.com>,
	Philipp Tomsic <philipp.tomsich@theobroma-systems.com>,
	Otavio Salvador <otavio@ossystems.com.br>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	devicetree@vger.kernel.org, Thierry Reding <treding@nvidia.com>,
	linux-kernel@vger.kernel.org, Kevin Hilman <khilman@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>, Johan Hovold <johan@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Subject: [PATCH 3/4] dt-bindings: Add vendor prefix for elgin
Date: Thu,  3 Jan 2019 23:40:22 -0200	[thread overview]
Message-ID: <20190104014023.17973-3-otavio@ossystems.com.br> (raw)
In-Reply-To: <20190104014023.17973-1-otavio@ossystems.com.br>

Add elgin vendor definition as 'Elgin S/A.'

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 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 3bbe3b87a1ff..b2c3d7ca1722 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -113,6 +113,7 @@ eckelmann	Eckelmann AG
 edt	Emerging Display Technologies
 eeti	eGalax_eMPIA Technology Inc
 elan	Elan Microelectronic Corp.
+elgin	Elgin S/A.
 embest	Shenzhen Embest Technology Co., Ltd.
 emlid	Emlid, Ltd.
 emmicro	EM Microelectronic
-- 
2.20.1


WARNING: multiple messages have this Message-ID (diff)
From: Otavio Salvador <otavio@ossystems.com.br>
To: linux-arm-kernel@lists.infradead.org
Cc: Jason Zhu <jason.zhu@rock-chips.com>,
	devicetree@vger.kernel.org, Thierry Reding <treding@nvidia.com>,
	Otavio Salvador <otavio@ossystems.com.br>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	linux-kernel@vger.kernel.org, Johan Hovold <johan@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Vicent Chi <vicent.chi@rock-chips.com>,
	Andy Yan <andy.yan@rock-chips.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Philipp Tomsic <philipp.tomsich@theobroma-systems.com>
Subject: [PATCH 3/4] dt-bindings: Add vendor prefix for elgin
Date: Thu,  3 Jan 2019 23:40:22 -0200	[thread overview]
Message-ID: <20190104014023.17973-3-otavio@ossystems.com.br> (raw)
In-Reply-To: <20190104014023.17973-1-otavio@ossystems.com.br>

Add elgin vendor definition as 'Elgin S/A.'

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 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 3bbe3b87a1ff..b2c3d7ca1722 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -113,6 +113,7 @@ eckelmann	Eckelmann AG
 edt	Emerging Display Technologies
 eeti	eGalax_eMPIA Technology Inc
 elan	Elan Microelectronic Corp.
+elgin	Elgin S/A.
 embest	Shenzhen Embest Technology Co., Ltd.
 emlid	Emlid, Ltd.
 emmicro	EM Microelectronic
-- 
2.20.1


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

  parent reply	other threads:[~2019-01-04  1:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-04  1:40 [PATCH 1/4] ARM: dts: rockchip: Add missing dma-names SPI support for rv1108 Otavio Salvador
2019-01-04  1:40 ` Otavio Salvador
2019-01-04  1:40 ` [PATCH 2/4] ARM: dts: rockchip: rv1108: Add spim0 and spim1 pinctrl groups Otavio Salvador
2019-01-04  1:40   ` Otavio Salvador
2019-01-04  1:40 ` Otavio Salvador [this message]
2019-01-04  1:40   ` [PATCH 3/4] dt-bindings: Add vendor prefix for elgin Otavio Salvador
2019-01-11 17:04   ` Rob Herring
2019-01-11 17:04     ` Rob Herring
2019-01-11 17:04     ` Rob Herring
2019-01-04  1:40 ` [PATCH 4/4] ARM: dts: rv1108: Add support for rv1108-elgin-r1 board Otavio Salvador
2019-01-04  1:40   ` Otavio Salvador
2019-01-11 19:29   ` Rob Herring
2019-01-11 19:29     ` Rob Herring
2019-01-11 19:29     ` Rob Herring
2019-01-12 20:16   ` Heiko Stuebner
2019-01-12 20:16     ` Heiko Stuebner

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=20190104014023.17973-3-otavio@ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --cc=andy.yan@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jason.zhu@rock-chips.com \
    --cc=johan@kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=philipp.tomsich@theobroma-systems.com \
    --cc=robh+dt@kernel.org \
    --cc=treding@nvidia.com \
    --cc=vicent.chi@rock-chips.com \
    /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.