Re: [RFC PATCH v1 06/40] of/vendor-prefixes: add Imagination Technologies
From: Rob Herring <hidden>
Date: 2012-11-01 01:38:39
Also in:
linux-arch
On 10/31/2012 11:13 AM, James Hogan wrote:
quoted hunk ↗ jump to hunk
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 <redacted> Cc: Grant Likely <redacted> Cc: Rob Herring <redacted> Cc: Rob Landley <redacted> 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 <redacted> Rob