* [PATCH v4 1/3] of: Add AU Optronics Corporation vendor prefix @ 2013-11-04 8:28 Thierry Reding [not found] ` <1383553706-27287-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Thierry Reding @ 2013-11-04 8:28 UTC (permalink / raw) To: Rob Herring Cc: Pawel Moll, Mark Rutland, Ian Campbell, 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> --- Changes in v4: - rebase on linux-next to resolve alphabetical ordering conflicts 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 97af371..ef19184 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] 5+ messages in thread
[parent not found: <1383553706-27287-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>]
* [PATCH v4 2/3] of: Add Chunghwa Picture Tubes Ltd. vendor prefix [not found] ` <1383553706-27287-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> @ 2013-11-04 8:28 ` Thierry Reding 2013-11-04 8:28 ` [PATCH v4 3/3] of: Add Panasonic Corporation " Thierry Reding 2013-11-04 17:20 ` [PATCH v4 1/3] of: Add AU Optronics " Rob Herring 2 siblings, 0 replies; 5+ messages in thread From: Thierry Reding @ 2013-11-04 8:28 UTC (permalink / raw) To: Rob Herring Cc: Pawel Moll, Mark Rutland, Ian Campbell, 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 v4: - rebase on linux-next to resolve alphabetical ordering conflicts 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 ef19184..8f08359 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -20,6 +20,7 @@ capella Capella Microsystems, Inc cavium Cavium, Inc. cdns Cadence Design Systems Inc. chrp Common Hardware Reference Platform +chunghwa Chunghwa Picture Tubes Ltd. cirrus Cirrus Logic, Inc. cortina Cortina Systems, Inc. dallas Maxim Integrated Products (formerly Dallas Semiconductor) -- 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] 5+ messages in thread
* [PATCH v4 3/3] of: Add Panasonic Corporation vendor prefix [not found] ` <1383553706-27287-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 2013-11-04 8:28 ` [PATCH v4 2/3] of: Add Chunghwa Picture Tubes Ltd. " Thierry Reding @ 2013-11-04 8:28 ` Thierry Reding 2013-11-04 17:20 ` [PATCH v4 1/3] of: Add AU Optronics " Rob Herring 2 siblings, 0 replies; 5+ messages in thread From: Thierry Reding @ 2013-11-04 8:28 UTC (permalink / raw) To: Rob Herring Cc: Pawel Moll, Mark Rutland, Ian Campbell, 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 v4: - rebase on linux-next to resolve alphabetical ordering conflicts 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 8f08359..e8e8851 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -50,6 +50,7 @@ nintendo Nintendo nvidia NVIDIA nxp NXP Semiconductors onnn ON Semiconductor Corp. +panasonic Panasonic Corporation phytec PHYTEC Messtechnik GmbH picochip Picochip Ltd powervr PowerVR (deprecated, use img) -- 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] 5+ messages in thread
* Re: [PATCH v4 1/3] of: Add AU Optronics Corporation vendor prefix [not found] ` <1383553706-27287-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 2013-11-04 8:28 ` [PATCH v4 2/3] of: Add Chunghwa Picture Tubes Ltd. " Thierry Reding 2013-11-04 8:28 ` [PATCH v4 3/3] of: Add Panasonic Corporation " Thierry Reding @ 2013-11-04 17:20 ` Rob Herring [not found] ` <5277D75B.9060907-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2 siblings, 1 reply; 5+ messages in thread From: Rob Herring @ 2013-11-04 17:20 UTC (permalink / raw) To: Thierry Reding Cc: Pawel Moll, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA On 11/04/2013 02:28 AM, Thierry Reding wrote: > 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> > --- > Changes in v4: > - rebase on linux-next to resolve alphabetical ordering conflicts Applied for 3.13. Thanks, Rob -- 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] 5+ messages in thread
[parent not found: <5277D75B.9060907-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH v4 1/3] of: Add AU Optronics Corporation vendor prefix [not found] ` <5277D75B.9060907-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2013-11-04 17:21 ` Rob Herring 0 siblings, 0 replies; 5+ messages in thread From: Rob Herring @ 2013-11-04 17:21 UTC (permalink / raw) To: Thierry Reding Cc: Pawel Moll, Mark Rutland, Ian Campbell, devicetree-u79uwXL29TY76Z2rM5mHXA On 11/04/2013 11:20 AM, Rob Herring wrote: > On 11/04/2013 02:28 AM, Thierry Reding wrote: >> 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> >> --- >> Changes in v4: >> - rebase on linux-next to resolve alphabetical ordering conflicts > > Applied for 3.13. For all 3 of them that is. Rob -- 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] 5+ messages in thread
end of thread, other threads:[~2013-11-04 17:21 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-11-04 8:28 [PATCH v4 1/3] of: Add AU Optronics Corporation vendor prefix Thierry Reding [not found] ` <1383553706-27287-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 2013-11-04 8:28 ` [PATCH v4 2/3] of: Add Chunghwa Picture Tubes Ltd. " Thierry Reding 2013-11-04 8:28 ` [PATCH v4 3/3] of: Add Panasonic Corporation " Thierry Reding 2013-11-04 17:20 ` [PATCH v4 1/3] of: Add AU Optronics " Rob Herring [not found] ` <5277D75B.9060907-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2013-11-04 17:21 ` Rob Herring
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).