devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. vendor prefix
       [not found] ` <1380012714-19073-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2013-09-24  8:51   ` Thierry Reding
       [not found]     ` <1380012714-19073-2-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Thierry Reding @ 2013-09-24  8:51 UTC (permalink / raw)
  To: Rob Herring
  Cc: Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell,
	devicetree-u79uwXL29TY76Z2rM5mHXA

Chunghwa Picture Tubes Ltd. isn't listed on the stock exchange and just
Chunghwa is too generic, so use the official abbreviation "CPTT" 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 20a92d4..57e739f 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.
+cptt	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] 9+ messages in thread

* Re: [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. vendor prefix
       [not found]     ` <1380012714-19073-2-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2013-09-24 17:30       ` Stephen Warren
       [not found]         ` <5241CC20.1010800-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Warren @ 2013-09-24 17:30 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	devicetree-u79uwXL29TY76Z2rM5mHXA

On 09/24/2013 02:51 AM, Thierry Reding wrote:
> Chunghwa Picture Tubes Ltd. isn't listed on the stock exchange and just
> Chunghwa is too generic, so use the official abbreviation "CPTT" as the
> vendor prefix.

cptt is not very mnemonic. If plain "chungwa" is too generic (could you
expand upon that?), would "chungwapt" be better?
--
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] 9+ messages in thread

* Re: [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. vendor prefix
       [not found]         ` <5241CC20.1010800-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2013-09-24 18:47           ` Thierry Reding
  2013-09-24 19:02             ` Stephen Warren
  0 siblings, 1 reply; 9+ messages in thread
From: Thierry Reding @ 2013-09-24 18:47 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	devicetree-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 1274 bytes --]

On Tue, Sep 24, 2013 at 11:30:08AM -0600, Stephen Warren wrote:
> On 09/24/2013 02:51 AM, Thierry Reding wrote:
> > Chunghwa Picture Tubes Ltd. isn't listed on the stock exchange and just
> > Chunghwa is too generic, so use the official abbreviation "CPTT" as the
> > vendor prefix.
> 
> cptt is not very mnemonic. If plain "chungwa" is too generic (could you
> expand upon that?), would "chungwapt" be better?

Well, there are Chunghwa Post and Chunghwa Telecom. I guess none of
these make devices that would ever need to be represented in a device
tree, but you never know.

I'm having some trouble understanding the criteria on how to choose a
good vendor prefix. As I mentioned in another subthread I remember some
discussion that concluded that the stock symbol should be used if one
existed. That's not the case for Chunghwa so I looked for some sort of
specific abbreviation. cptt is what Chunghwa Picture Tubes uses for
their website (http://www.cptt.com.tw) and seemed like a good fit. If
something mnemonic is preferred, perhaps we should just go with plain
"chunghwa". If it turns out that the newspaper or telecom company ever
do ship a product that needs a device tree representation we can always
come up with a variant then.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. vendor prefix
  2013-09-24 18:47           ` Thierry Reding
@ 2013-09-24 19:02             ` Stephen Warren
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Warren @ 2013-09-24 19:02 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	devicetree-u79uwXL29TY76Z2rM5mHXA

On 09/24/2013 12:47 PM, Thierry Reding wrote:
> On Tue, Sep 24, 2013 at 11:30:08AM -0600, Stephen Warren wrote:
>> On 09/24/2013 02:51 AM, Thierry Reding wrote:
>>> Chunghwa Picture Tubes Ltd. isn't listed on the stock exchange
>>> and just Chunghwa is too generic, so use the official
>>> abbreviation "CPTT" as the vendor prefix.
>> 
>> cptt is not very mnemonic. If plain "chungwa" is too generic
>> (could you expand upon that?), would "chungwapt" be better?
> 
> Well, there are Chunghwa Post and Chunghwa Telecom. I guess none
> of these make devices that would ever need to be represented in a
> device tree, but you never know.
> 
> I'm having some trouble understanding the criteria on how to choose
> a good vendor prefix.

I don't think there are any hard/fast rules, which may be the problem!

> As I mentioned in another subthread I remember some discussion that
> concluded that the stock symbol should be used if one existed.
> That's not the case for Chunghwa so I looked for some sort of 
> specific abbreviation. cptt is what Chunghwa Picture Tubes uses
> for their website (http://www.cptt.com.tw) and seemed like a good
> fit.

I guess if I search Google for "cptt", the right website is the second
hit, so perhaps it's not so bad.

> If something mnemonic is preferred, perhaps we should just go with
> plain "chunghwa". If it turns out that the newspaper or telecom
> company ever do ship a product that needs a device tree
> representation we can always come up with a variant then.

That'd probably be fine too. A telecom company at least seems like it
could easily start making HW, but like you say, we can deal with that
then!
--
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] 9+ messages in thread

* [PATCH 1/3] of: Add AU Optronics Corporation vendor prefix
@ 2013-09-30 13:32 Thierry Reding
       [not found] ` <1380547970-30449-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Thierry Reding @ 2013-09-30 13:32 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] 9+ messages in thread

* [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. vendor prefix
       [not found] ` <1380547970-30449-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2013-09-30 13:32   ` Thierry Reding
       [not found]     ` <1380547970-30449-2-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2013-09-30 13:32   ` [PATCH 3/3] of: Add Panasonic Corporation " Thierry Reding
  1 sibling, 1 reply; 9+ messages in thread
From: Thierry Reding @ 2013-09-30 13:32 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 and just
Chunghwa is too generic, so use the official abbreviation "CPTT" as the
vendor prefix.

Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
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] 9+ messages in thread

* [PATCH 3/3] of: Add Panasonic Corporation vendor prefix
       [not found] ` <1380547970-30449-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2013-09-30 13:32   ` [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. " Thierry Reding
@ 2013-09-30 13:32   ` Thierry Reding
  1 sibling, 0 replies; 9+ messages in thread
From: Thierry Reding @ 2013-09-30 13:32 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] 9+ messages in thread

* Re: [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. vendor prefix
       [not found]     ` <1380547970-30449-2-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2013-09-30 16:03       ` Mark Rutland
       [not found]         ` <20130930160316.GD22259-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Rutland @ 2013-09-30 16:03 UTC (permalink / raw)
  To: Thierry Reding
  Cc: rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org, Pawel Moll,
	Stephen Warren, Ian Campbell,
	grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On Mon, Sep 30, 2013 at 02:32:49PM +0100, Thierry Reding wrote:
> Chunghwa Picture Tubes Ltd. isn't listed on the stock exchange and just
> Chunghwa is too generic, so use the official abbreviation "CPTT" as the
> vendor prefix.

The changes since v2 mean that the commit messages now describe the
opposite of the patch.

Cheers,
Mark.

> 
> Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
> 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	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. vendor prefix
       [not found]         ` <20130930160316.GD22259-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
@ 2013-10-01 14:57           ` Thierry Reding
  0 siblings, 0 replies; 9+ messages in thread
From: Thierry Reding @ 2013-10-01 14:57 UTC (permalink / raw)
  To: Mark Rutland
  Cc: rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org, Pawel Moll,
	Stephen Warren, Ian Campbell,
	grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

[-- Attachment #1: Type: text/plain, Size: 537 bytes --]

On Mon, Sep 30, 2013 at 05:03:16PM +0100, Mark Rutland wrote:
> On Mon, Sep 30, 2013 at 02:32:49PM +0100, Thierry Reding wrote:
> > Chunghwa Picture Tubes Ltd. isn't listed on the stock exchange and just
> > Chunghwa is too generic, so use the official abbreviation "CPTT" as the
> > vendor prefix.
> 
> The changes since v2 mean that the commit messages now describe the
> opposite of the patch.

Yes, I really didn't proof-read that commit message. I sent a v3 earlier
today that fixes this. Sorry for the noise.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-10-01 14:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 13:32 [PATCH 1/3] of: Add AU Optronics Corporation vendor prefix Thierry Reding
     [not found] ` <1380547970-30449-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-30 13:32   ` [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. " Thierry Reding
     [not found]     ` <1380547970-30449-2-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-30 16:03       ` Mark Rutland
     [not found]         ` <20130930160316.GD22259-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-10-01 14:57           ` Thierry Reding
2013-09-30 13:32   ` [PATCH 3/3] of: Add Panasonic Corporation " Thierry Reding
  -- strict thread matches above, loose matches on Subject: below --
2013-09-24  8:51 [PATCH 1/3] of: Add AU Optronics " Thierry Reding
     [not found] ` <1380012714-19073-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-24  8:51   ` [PATCH 2/3] of: Add Chunghwa Picture Tubes Ltd. " Thierry Reding
     [not found]     ` <1380012714-19073-2-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-24 17:30       ` Stephen Warren
     [not found]         ` <5241CC20.1010800-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-09-24 18:47           ` Thierry Reding
2013-09-24 19:02             ` 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).