Devicetree
 help / color / mirror / Atom feed
* [RFC PATCH v1 06/40] of/vendor-prefixes: add Imagination Technologies
       [not found] <1351700061-7203-1-git-send-email-james.hogan@imgtec.com>
@ 2012-10-31 16:13 ` James Hogan
  2012-11-01  1:38   ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: James Hogan @ 2012-10-31 16:13 UTC (permalink / raw)
  To: linux-arch
  Cc: James Hogan, Grant Likely, Rob Herring, Rob Landley,
	devicetree-discuss

The "powervr" prefix which is currently described as "Imagination
Technologies" isn't really appropriate for non-PowerVR hardware, so
change the description of "powervr" to "PowerVR (Imagination
Technologies Ltd.)", and add a separate "img" prefix for "Imagination
Technologies Ltd.".

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Rob Landley <rob@landley.net>
Cc: devicetree-discuss@lists.ozlabs.org
---
 .../devicetree/bindings/vendor-prefixes.txt        |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index db4d3af..5a94721b 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -24,6 +24,7 @@ gef	GE Fanuc Intelligent Platforms Embedded Systems, Inc.
 hp	Hewlett Packard
 ibm	International Business Machines (IBM)
 idt	Integrated Device Technologies, Inc.
+img	Imagination Technologies Ltd.
 intercontrol	Inter Control Group
 linux	Linux-specific binding
 marvell	Marvell Technology Group Ltd.
@@ -34,7 +35,7 @@ nintendo	Nintendo
 nvidia	NVIDIA
 nxp	NXP Semiconductors
 picochip	Picochip Ltd
-powervr	Imagination Technologies
+powervr	PowerVR (Imagination Technologies Ltd.)
 qcom	Qualcomm, Inc.
 ramtron	Ramtron International
 realtek Realtek Semiconductor Corp.
-- 
1.7.7.6

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

* Re: [RFC PATCH v1 06/40] of/vendor-prefixes: add Imagination Technologies
  2012-10-31 16:13 ` [RFC PATCH v1 06/40] of/vendor-prefixes: add Imagination Technologies James Hogan
@ 2012-11-01  1:38   ` Rob Herring
  2012-11-01  9:20     ` James Hogan
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2012-11-01  1:38 UTC (permalink / raw)
  To: James Hogan; +Cc: linux-arch, Grant Likely, Rob Landley, devicetree-discuss

On 10/31/2012 11:13 AM, James Hogan wrote:
> The "powervr" prefix which is currently described as "Imagination
> Technologies" isn't really appropriate for non-PowerVR hardware, so
> change the description of "powervr" to "PowerVR (Imagination
> Technologies Ltd.)", and add a separate "img" prefix for "Imagination
> Technologies Ltd.".
> 
> Signed-off-by: James Hogan <james.hogan@imgtec.com>
> Cc: Grant Likely <grant.likely@secretlab.ca>
> Cc: Rob Herring <rob.herring@calxeda.com>
> Cc: Rob Landley <rob@landley.net>
> Cc: devicetree-discuss@lists.ozlabs.org
> ---
>  .../devicetree/bindings/vendor-prefixes.txt        |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
> index db4d3af..5a94721b 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -24,6 +24,7 @@ gef	GE Fanuc Intelligent Platforms Embedded Systems, Inc.
>  hp	Hewlett Packard
>  ibm	International Business Machines (IBM)
>  idt	Integrated Device Technologies, Inc.
> +img	Imagination Technologies Ltd.
>  intercontrol	Inter Control Group
>  linux	Linux-specific binding
>  marvell	Marvell Technology Group Ltd.
> @@ -34,7 +35,7 @@ nintendo	Nintendo
>  nvidia	NVIDIA
>  nxp	NXP Semiconductors
>  picochip	Picochip Ltd
> -powervr	Imagination Technologies
> +powervr	PowerVR (Imagination Technologies Ltd.)

Perhaps you should add "deprecated, use img"

Otherwise, looks fine and I assume you are going to merge with the rest
of the series:

Acked-by: Rob Herring <rob.herring@calxeda.com>

Rob

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

* Re: [RFC PATCH v1 06/40] of/vendor-prefixes: add Imagination Technologies
  2012-11-01  1:38   ` Rob Herring
@ 2012-11-01  9:20     ` James Hogan
  0 siblings, 0 replies; 3+ messages in thread
From: James Hogan @ 2012-11-01  9:20 UTC (permalink / raw)
  To: Rob Herring; +Cc: linux-arch, Grant Likely, Rob Landley, devicetree-discuss

On 01/11/12 01:38, Rob Herring wrote:
> On 10/31/2012 11:13 AM, James Hogan wrote:
>> @@ -34,7 +35,7 @@ nintendo	Nintendo
>>  nvidia	NVIDIA
>>  nxp	NXP Semiconductors
>>  picochip	Picochip Ltd
>> -powervr	Imagination Technologies
>> +powervr	PowerVR (Imagination Technologies Ltd.)
> 
> Perhaps you should add "deprecated, use img"

Yes, that sounds reasonable, I'll change to something like this:
powervr		PowerVR (deprecated, use img)

> Otherwise, looks fine and I assume you are going to merge with the rest
> of the series:

Yeh, I'm happy either way.

> Acked-by: Rob Herring <rob.herring@calxeda.com>

Thanks
James

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

end of thread, other threads:[~2012-11-01  9:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1351700061-7203-1-git-send-email-james.hogan@imgtec.com>
2012-10-31 16:13 ` [RFC PATCH v1 06/40] of/vendor-prefixes: add Imagination Technologies James Hogan
2012-11-01  1:38   ` Rob Herring
2012-11-01  9:20     ` James Hogan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox