* [PATCH] devicetree: Add a registry of vendor prefixes
@ 2011-09-21 15:23 Grant Likely
2011-09-21 20:38 ` David Brown
2011-09-22 8:00 ` Nicolas Ferre
0 siblings, 2 replies; 6+ messages in thread
From: Grant Likely @ 2011-09-21 15:23 UTC (permalink / raw)
To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ
There is no centralized listing for the in-use vendor prefixes
used in compatible strings and property names. This patch adds one.
New prefixes should get added to this list to reduce the likelyhood
of namespace collisions.
Signed-off-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
---
.../devicetree/bindings/vendor-prefixes.txt | 38 ++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)
create mode 100644 Documentation/devicetree/bindings/vendor-prefixes.txt
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
new file mode 100644
index 0000000..81465c1
--- /dev/null
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -0,0 +1,38 @@
+Device tree binding vendor prefix registry. Keep list in alphabetical order.
+
+This isn't an exhaustive list, but you should add new prefixes to it before
+using them to avoid name-space collisions.
+
+adi Analog Devices, Inc.
+amcc Applied Micro Circuits Corporation (APM, formally AMCC)
+apm Applied Micro Circuits Corporation (APM)
+arm ARM Ltd.
+chrp Common Hardware Reference Platform
+dallas Maxim Integrated Products (formerly Dallas Semiconductor)
+denx Denx Software Engineering
+epson Seiko Epson Corp.
+est ESTeem Wireless Modems
+fsl Freescale Semiconductor
+GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc.
+gef GE Fanuc Intelligent Platforms Embedded Systems, Inc.
+hp Hewlett Packard
+ibm International Business Machines (IBM)
+idt Integrated Device Technologies, Inc.
+intercontrol Inter Control Group
+linux Linux-specific binding
+marvell Marvell Technology Group Ltd.
+maxim Maxim Integrated Products
+mosaixtech Mosaix Technologies, Inc.
+national National Semiconductor
+nintendo Nintendo
+nvidia NVIDIA
+nxp NXP Semiconductors
+powervr Imagination Technologies
+ramtron Ramtron International
+samsung Samsung Semiconductor
+schindler Schindler
+simtek
+sirf SiRF Technology, Inc.
+stericsson ST-Ericsson
+ti Texas Instruments
+xlnx Xilinx
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] devicetree: Add a registry of vendor prefixes
2011-09-21 15:23 [PATCH] devicetree: Add a registry of vendor prefixes Grant Likely
@ 2011-09-21 20:38 ` David Brown
[not found] ` <20110921203853.GA2824-AOX6H5vLt3Uj8izMo0bVsAC/G2K4zDHf@public.gmane.org>
2011-09-22 8:00 ` Nicolas Ferre
1 sibling, 1 reply; 6+ messages in thread
From: David Brown @ 2011-09-21 20:38 UTC (permalink / raw)
To: Grant Likely; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ
On Wed, Sep 21, 2011 at 09:23:25AM -0600, Grant Likely wrote:
> There is no centralized listing for the in-use vendor prefixes
> used in compatible strings and property names. This patch adds one.
> New prefixes should get added to this list to reduce the likelyhood
> of namespace collisions.
>
> +powervr Imagination Technologies
> +ramtron Ramtron International
qcom is already used by the patches I sent out (and should be in the
soc tree). I can make a patch for that, but I guess I first need to
ask around here for what company name we should use.
David
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] devicetree: Add a registry of vendor prefixes
[not found] ` <20110921203853.GA2824-AOX6H5vLt3Uj8izMo0bVsAC/G2K4zDHf@public.gmane.org>
@ 2011-09-21 20:53 ` Grant Likely
[not found] ` <20110921205336.GD17168-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Grant Likely @ 2011-09-21 20:53 UTC (permalink / raw)
To: David Brown; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ
On Wed, Sep 21, 2011 at 01:38:54PM -0700, David Brown wrote:
> On Wed, Sep 21, 2011 at 09:23:25AM -0600, Grant Likely wrote:
> > There is no centralized listing for the in-use vendor prefixes
> > used in compatible strings and property names. This patch adds one.
> > New prefixes should get added to this list to reduce the likelyhood
> > of namespace collisions.
> >
> > +powervr Imagination Technologies
> > +ramtron Ramtron International
>
> qcom is already used by the patches I sent out (and should be in the
> soc tree). I can make a patch for that, but I guess I first need to
> ask around here for what company name we should use.
This isn't any kind of "authoritative" list, and it represents who makes the components, not who writes the code. I'll use Qualcomm.
g.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] devicetree: Add a registry of vendor prefixes
[not found] ` <20110921205336.GD17168-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
@ 2011-09-21 22:51 ` David Brown
[not found] ` <20110921225100.GA20726-AOX6H5vLt3Uj8izMo0bVsAC/G2K4zDHf@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: David Brown @ 2011-09-21 22:51 UTC (permalink / raw)
To: Grant Likely; +Cc: David Brown, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ
On Wed, Sep 21, 2011 at 02:53:36PM -0600, Grant Likely wrote:
> On Wed, Sep 21, 2011 at 01:38:54PM -0700, David Brown wrote:
> > On Wed, Sep 21, 2011 at 09:23:25AM -0600, Grant Likely wrote:
> > > There is no centralized listing for the in-use vendor prefixes
> > > used in compatible strings and property names. This patch adds one.
> > > New prefixes should get added to this list to reduce the likelyhood
> > > of namespace collisions.
> > >
> > > +powervr Imagination Technologies
> > > +ramtron Ramtron International
> >
> > qcom is already used by the patches I sent out (and should be in the
> > soc tree). I can make a patch for that, but I guess I first need to
> > ask around here for what company name we should use.
>
> This isn't any kind of "authoritative" list, and it represents who
> makes the components, not who writes the code. I'll use Qualcomm.
Probably Qualcomm, Inc or Qualcomm Incorporated would be best, but if
you make the change (rather than me) it matters less.
David
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] devicetree: Add a registry of vendor prefixes
[not found] ` <20110921225100.GA20726-AOX6H5vLt3Uj8izMo0bVsAC/G2K4zDHf@public.gmane.org>
@ 2011-09-22 1:56 ` Grant Likely
0 siblings, 0 replies; 6+ messages in thread
From: Grant Likely @ 2011-09-22 1:56 UTC (permalink / raw)
To: David Brown; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ
On Wed, Sep 21, 2011 at 4:51 PM, David Brown <davidb-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> wrote:
> On Wed, Sep 21, 2011 at 02:53:36PM -0600, Grant Likely wrote:
>> On Wed, Sep 21, 2011 at 01:38:54PM -0700, David Brown wrote:
>> > On Wed, Sep 21, 2011 at 09:23:25AM -0600, Grant Likely wrote:
>> > > There is no centralized listing for the in-use vendor prefixes
>> > > used in compatible strings and property names. This patch adds one.
>> > > New prefixes should get added to this list to reduce the likelyhood
>> > > of namespace collisions.
>> > >
>> > > +powervr Imagination Technologies
>> > > +ramtron Ramtron International
>> >
>> > qcom is already used by the patches I sent out (and should be in the
>> > soc tree). I can make a patch for that, but I guess I first need to
>> > ask around here for what company name we should use.
>>
>> This isn't any kind of "authoritative" list, and it represents who
>> makes the components, not who writes the code. I'll use Qualcomm.
>
> Probably Qualcomm, Inc or Qualcomm Incorporated would be best, but if
> you make the change (rather than me) it matters less.
Done.
g.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] devicetree: Add a registry of vendor prefixes
2011-09-21 15:23 [PATCH] devicetree: Add a registry of vendor prefixes Grant Likely
2011-09-21 20:38 ` David Brown
@ 2011-09-22 8:00 ` Nicolas Ferre
1 sibling, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2011-09-22 8:00 UTC (permalink / raw)
To: Grant Likely; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ
Hi Grant,
Le 21/09/2011 17:23, Grant Likely :
> There is no centralized listing for the in-use vendor prefixes
> used in compatible strings and property names. This patch adds one.
> New prefixes should get added to this list to reduce the likelyhood
> of namespace collisions.
>
> Signed-off-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
> ---
> .../devicetree/bindings/vendor-prefixes.txt | 38 ++++++++++++++++++++
> 1 files changed, 38 insertions(+), 0 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/vendor-prefixes.txt
>
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
> new file mode 100644
> index 0000000..81465c1
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -0,0 +1,38 @@
> +Device tree binding vendor prefix registry. Keep list in alphabetical order.
> +
> +This isn't an exhaustive list, but you should add new prefixes to it before
> +using them to avoid name-space collisions.
> +
> +adi Analog Devices, Inc.
> +amcc Applied Micro Circuits Corporation (APM, formally AMCC)
> +apm Applied Micro Circuits Corporation (APM)
> +arm ARM Ltd.
Can we add:
+atmel Atmel Corporation
I am working on a revival of patches that I have cooked at Linaro
Connect for AT91...
Best regards,
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-09-22 8:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 15:23 [PATCH] devicetree: Add a registry of vendor prefixes Grant Likely
2011-09-21 20:38 ` David Brown
[not found] ` <20110921203853.GA2824-AOX6H5vLt3Uj8izMo0bVsAC/G2K4zDHf@public.gmane.org>
2011-09-21 20:53 ` Grant Likely
[not found] ` <20110921205336.GD17168-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2011-09-21 22:51 ` David Brown
[not found] ` <20110921225100.GA20726-AOX6H5vLt3Uj8izMo0bVsAC/G2K4zDHf@public.gmane.org>
2011-09-22 1:56 ` Grant Likely
2011-09-22 8:00 ` Nicolas Ferre
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).