* [PATCH v2 06/44] of/vendor-prefixes: add Imagination Technologies
[not found] ` <1354723742-6195-1-git-send-email-james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
@ 2012-12-05 16:08 ` James Hogan
2012-12-05 22:28 ` Grant Likely
0 siblings, 1 reply; 3+ messages in thread
From: James Hogan @ 2012-12-05 16:08 UTC (permalink / raw)
To: linux-arch-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Cc: James Hogan, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
Rob Herring
The "powervr" prefix which is currently described as "Imagination
Technologies" isn't really appropriate for non-PowerVR hardware, so
deprecate it, changing the description of "powervr" to "PowerVR
(deprecated, use img)", and add a separate "img" prefix for "Imagination
Technologies Ltd.".
Signed-off-by: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
Cc: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
Cc: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
Cc: Rob Landley <rob-VoJi6FS/r0vR7s880joybQ@public.gmane.org>
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.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 9de2b9f..aab2993 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -25,6 +25,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.
@@ -35,7 +36,7 @@ nintendo Nintendo
nvidia NVIDIA
nxp NXP Semiconductors
picochip Picochip Ltd
-powervr Imagination Technologies
+powervr PowerVR (deprecated, use img)
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: [PATCH v2 06/44] of/vendor-prefixes: add Imagination Technologies
2012-12-05 16:08 ` [PATCH v2 06/44] of/vendor-prefixes: add Imagination Technologies James Hogan
@ 2012-12-05 22:28 ` Grant Likely
2012-12-06 9:24 ` James Hogan
0 siblings, 1 reply; 3+ messages in thread
From: Grant Likely @ 2012-12-05 22:28 UTC (permalink / raw)
To: linux-arch, linux-kernel
Cc: Arnd Bergmann, James Hogan, Rob Herring, Rob Landley,
devicetree-discuss
On Wed, 5 Dec 2012 16:08:24 +0000, James Hogan <james.hogan@imgtec.com> wrote:
> The "powervr" prefix which is currently described as "Imagination
> Technologies" isn't really appropriate for non-PowerVR hardware, so
> deprecate it, changing the description of "powervr" to "PowerVR
> (deprecated, use img)", 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
Applied, thanks.
g.
> ---
> .../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 9de2b9f..aab2993 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -25,6 +25,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.
> @@ -35,7 +36,7 @@ nintendo Nintendo
> nvidia NVIDIA
> nxp NXP Semiconductors
> picochip Picochip Ltd
> -powervr Imagination Technologies
> +powervr PowerVR (deprecated, use img)
> qcom Qualcomm, Inc.
> ramtron Ramtron International
> realtek Realtek Semiconductor Corp.
> --
> 1.7.7.6
>
>
--
Grant Likely, B.Sc, P.Eng.
Secret Lab Technologies, Ltd.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 06/44] of/vendor-prefixes: add Imagination Technologies
2012-12-05 22:28 ` Grant Likely
@ 2012-12-06 9:24 ` James Hogan
0 siblings, 0 replies; 3+ messages in thread
From: James Hogan @ 2012-12-06 9:24 UTC (permalink / raw)
To: Grant Likely
Cc: linux-arch, linux-kernel, Arnd Bergmann, Rob Herring, Rob Landley,
devicetree-discuss
On 05/12/12 22:28, Grant Likely wrote:
> On Wed, 5 Dec 2012 16:08:24 +0000, James Hogan <james.hogan@imgtec.com> wrote:
>> The "powervr" prefix which is currently described as "Imagination
>> Technologies" isn't really appropriate for non-PowerVR hardware, so
>> deprecate it, changing the description of "powervr" to "PowerVR
>> (deprecated, use img)", 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
>
> Applied, thanks.
>
> g.
Thanks Grant, I'll drop this patch from the metag patchset.
Cheers
James
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-06 9:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1354723742-6195-1-git-send-email-james.hogan@imgtec.com>
[not found] ` <1354723742-6195-1-git-send-email-james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2012-12-05 16:08 ` [PATCH v2 06/44] of/vendor-prefixes: add Imagination Technologies James Hogan
2012-12-05 22:28 ` Grant Likely
2012-12-06 9:24 ` James Hogan
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).