* [PATCH v3 1/3] of: Add AU Optronics Corporation vendor prefix
@ 2013-10-01 6:53 Thierry Reding
[not found] ` <1380610441-23830-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Thierry Reding @ 2013-10-01 6:53 UTC (permalink / raw)
To: Rob Herring
Cc: Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell,
Grant Likely, devicetree-u79uwXL29TY76Z2rM5mHXA
AU Optronics is listed as AUO on the stock exchange, so use that as the
vendor prefix.
Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.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 2956800..20a92d4 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -12,6 +12,7 @@ amcc Applied Micro Circuits Corporation (APM, formally AMCC)
apm Applied Micro Circuits Corporation (APM)
arm ARM Ltd.
atmel Atmel Corporation
+auo AU Optronics Corporation
avago Avago Technologies
bosch Bosch Sensortec GmbH
brcm Broadcom Corporation
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v3 2/3] of: Add Chunghwa Picture Tubes Ltd. vendor prefix
[not found] ` <1380610441-23830-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2013-10-01 6:54 ` Thierry Reding
2013-10-01 6:54 ` [PATCH v3 3/3] of: Add Panasonic Corporation " Thierry Reding
2013-10-01 16:02 ` [PATCH v3 1/3] of: Add AU Optronics " Stephen Warren
2 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2013-10-01 6:54 UTC (permalink / raw)
To: Rob Herring
Cc: Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell,
Grant Likely, devicetree-u79uwXL29TY76Z2rM5mHXA
Chunghwa Picture Tubes Ltd. isn't listed on the stock exchange, so use
the generic "chunghwa" as vendor prefix.
Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
Changes in v3:
- update commit message to reflect vendor prefix change
Changes in v2:
- rename cptt prefix to chunghwa as discussed with Stephen Warren
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 20a92d4..7f13e35 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -20,6 +20,7 @@ cavium Cavium, Inc.
chrp Common Hardware Reference Platform
cirrus Cirrus Logic, Inc.
cortina Cortina Systems, Inc.
+chunghwa Chunghwa Picture Tubes Ltd.
dallas Maxim Integrated Products (formerly Dallas Semiconductor)
davicom DAVICOM Semiconductor, Inc.
denx Denx Software Engineering
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v3 3/3] of: Add Panasonic Corporation vendor prefix
[not found] ` <1380610441-23830-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-01 6:54 ` [PATCH v3 2/3] of: Add Chunghwa Picture Tubes Ltd. " Thierry Reding
@ 2013-10-01 6:54 ` Thierry Reding
2013-10-01 16:02 ` [PATCH v3 1/3] of: Add AU Optronics " Stephen Warren
2 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2013-10-01 6:54 UTC (permalink / raw)
To: Rob Herring
Cc: Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell,
Grant Likely, devicetree-u79uwXL29TY76Z2rM5mHXA
Use "panasonic" as the vendor prefix for the Panasonic Corporation.
Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
Changes in v2:
- use panasonic instead of pc as requested by Mark Rutland
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 7f13e35..c48496a 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -47,6 +47,7 @@ nintendo Nintendo
nvidia NVIDIA
nxp NXP Semiconductors
onnn ON Semiconductor Corp.
+panasonic Panasonic Corporation
picochip Picochip Ltd
powervr PowerVR (deprecated, use img)
qca Qualcomm Atheros, Inc.
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v3 1/3] of: Add AU Optronics Corporation vendor prefix
[not found] ` <1380610441-23830-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-01 6:54 ` [PATCH v3 2/3] of: Add Chunghwa Picture Tubes Ltd. " Thierry Reding
2013-10-01 6:54 ` [PATCH v3 3/3] of: Add Panasonic Corporation " Thierry Reding
@ 2013-10-01 16:02 ` Stephen Warren
2 siblings, 0 replies; 4+ messages in thread
From: Stephen Warren @ 2013-10-01 16:02 UTC (permalink / raw)
To: Thierry Reding
Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Grant Likely,
devicetree-u79uwXL29TY76Z2rM5mHXA
On 10/01/2013 12:53 AM, Thierry Reding wrote:
> AU Optronics is listed as AUO on the stock exchange, so use that as the
> vendor prefix.
The series,
Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-10-01 16:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-01 6:53 [PATCH v3 1/3] of: Add AU Optronics Corporation vendor prefix Thierry Reding
[not found] ` <1380610441-23830-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-01 6:54 ` [PATCH v3 2/3] of: Add Chunghwa Picture Tubes Ltd. " Thierry Reding
2013-10-01 6:54 ` [PATCH v3 3/3] of: Add Panasonic Corporation " Thierry Reding
2013-10-01 16:02 ` [PATCH v3 1/3] of: Add AU Optronics " Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).