LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [POWERPC] Make it blatently clear; 5200 device tree is not yet stable
@ 2007-01-13 23:58 grant.likely
  2007-01-14  0:31 ` Segher Boessenkool
  0 siblings, 1 reply; 4+ messages in thread
From: grant.likely @ 2007-01-13 23:58 UTC (permalink / raw)
  To: linuxppc-dev, paulus, tnt

From: Grant Likely <grant.likely@secretlab.ca>

---
Paulus,

Please apply for 2.6.20.  This is documentation only, but I don't want
to give people false assumptions about the stability of the 5200 device
tree bindings

 .../powerpc/mpc52xx-device-tree-bindings.txt       |    9 +++++++++
 arch/powerpc/boot/dts/lite5200.dts                 |    8 ++++++++
 arch/powerpc/boot/dts/lite5200b.dts                |    8 ++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/Documentation/powerpc/mpc52xx-device-tree-bindings.txt b/Documentation/powerpc/mpc52xx-device-tree-bindings.txt
index 7fb3b8a..e90efe3 100644
--- a/Documentation/powerpc/mpc52xx-device-tree-bindings.txt
+++ b/Documentation/powerpc/mpc52xx-device-tree-bindings.txt
@@ -4,6 +4,15 @@ MPC52xx Device Tree Bindings
 (c) 2006 Secret Lab Technologies Ltd
 Grant Likely <grant.likely at secretlab.ca>
 
+********** DRAFT ***********
+* WARNING: Do not depend on definiton remaining static between
+* kernel versions.  The 5200 device tree conventions are still in flux
+* and could change without notice.  Keep an eye on the linuxppc-dev
+* mailing list for more details
+*
+* Hopefully by 2.6.21 it will be stable.  ---gcl, Jan 13, 2007
+********** DRAFT ***********
+
 I - Introduction
 ================
 Boards supported by the arch/powerpc architecture require device tree be
diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts
index a8efb59..e953568 100644
--- a/arch/powerpc/boot/dts/lite5200.dts
+++ b/arch/powerpc/boot/dts/lite5200.dts
@@ -10,6 +10,14 @@
  * option) any later version.
  */
 
+/*
+ * WARNING: Do not depend on this tree remaining static between
+ * kernel versions.  The 5200 device tree conventions are still in flux
+ * and could change without notice.
+ *
+ * Hopefully by 2.6.21 it will be stable.  ---gcl, Jan 13, 2007
+ */
+
 / {
 	model = "Lite5200";
 	compatible = "lite5200\0lite52xx\0mpc5200\0mpc52xx";
diff --git a/arch/powerpc/boot/dts/lite5200b.dts b/arch/powerpc/boot/dts/lite5200b.dts
index 1aabee4..c3123be 100644
--- a/arch/powerpc/boot/dts/lite5200b.dts
+++ b/arch/powerpc/boot/dts/lite5200b.dts
@@ -10,6 +10,14 @@
  * option) any later version.
  */
 
+/*
+ * WARNING: Do not depend on this tree remaining static between
+ * kernel versions.  The 5200 device tree conventions are still in flux
+ * and could change without notice.
+ *
+ * Hopefully by 2.6.21 it will be stable.  ---gcl, Jan 13, 2007
+ */
+
 / {
 	model = "Lite5200b";
 	compatible = "lite5200b\0lite52xx\0mpc5200b\0mpc52xx";
-- 
1.4.3.rc2.g0503

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

* Re: [PATCH] [POWERPC] Make it blatently clear; 5200 device tree is not yet stable
  2007-01-13 23:58 [PATCH] [POWERPC] Make it blatently clear; 5200 device tree is not yet stable grant.likely
@ 2007-01-14  0:31 ` Segher Boessenkool
  2007-01-14  0:42   ` Grant Likely
  0 siblings, 1 reply; 4+ messages in thread
From: Segher Boessenkool @ 2007-01-14  0:31 UTC (permalink / raw)
  To: grant.likely; +Cc: linuxppc-dev, paulus

> Please apply for 2.6.20.  This is documentation only, but I don't want
> to give people false assumptions about the stability of the 5200 device
> tree bindings

Good idea.

> +********** DRAFT ***********
> +* WARNING: Do not depend on definiton remaining static between
> +* kernel versions.  The 5200 device tree conventions are still in flux
> +* and could change without notice.  Keep an eye on the linuxppc-dev
> +* mailing list for more details
> +*
> +* Hopefully by 2.6.21 it will be stable.  ---gcl, Jan 13, 2007
> +********** DRAFT ***********

But could you please rephrase in a way that doesn't suggest
the *kernel* defines what the device bindings are?  They are
only documented in the kernel tree right now, sure, but that's
not the same thing ;-)


Segher

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

* Re: [PATCH] [POWERPC] Make it blatently clear; 5200 device tree is not yet stable
  2007-01-14  0:31 ` Segher Boessenkool
@ 2007-01-14  0:42   ` Grant Likely
  2007-01-14  0:53     ` Segher Boessenkool
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Likely @ 2007-01-14  0:42 UTC (permalink / raw)
  To: Segher Boessenkool; +Cc: linuxppc-dev, paulus

On 1/13/07, Segher Boessenkool <segher@kernel.crashing.org> wrote:
> > Please apply for 2.6.20.  This is documentation only, but I don't want
> > to give people false assumptions about the stability of the 5200 device
> > tree bindings
>
> Good idea.

Thanks.  :)

> > +********** DRAFT ***********
> > +* WARNING: Do not depend on definiton remaining static between
> > +* kernel versions.  The 5200 device tree conventions are still in flux
> > +* and could change without notice.  Keep an eye on the linuxppc-dev
> > +* mailing list for more details
> > +*
> > +* Hopefully by 2.6.21 it will be stable.  ---gcl, Jan 13, 2007
> > +********** DRAFT ***********
>
> But could you please rephrase in a way that doesn't suggest
> the *kernel* defines what the device bindings are?  They are
> only documented in the kernel tree right now, sure, but that's
> not the same thing ;-)

Gah!  Good point.  I do *not* what to go down the "this is for Linux
only" path.  In fact, perhaps I should start looking for a better
place to host this stuff.   Maybe freescale or power.org?

g.

-- 
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195

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

* Re: [PATCH] [POWERPC] Make it blatently clear; 5200 device tree is not yet stable
  2007-01-14  0:42   ` Grant Likely
@ 2007-01-14  0:53     ` Segher Boessenkool
  0 siblings, 0 replies; 4+ messages in thread
From: Segher Boessenkool @ 2007-01-14  0:53 UTC (permalink / raw)
  To: Grant Likely; +Cc: linuxppc-dev, paulus

> In fact, perhaps I should start looking for a better
> place to host this stuff.   Maybe freescale or power.org?

I am setting up a Wiki to host "all things Open Firmware",
including new bindings etc.  No guarantee of success of
course, but many people seem to be interested.  It should
be great for the device binding stuff PowerPC Linux needs.

Stay tuned...


Segher

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

end of thread, other threads:[~2007-01-14  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-13 23:58 [PATCH] [POWERPC] Make it blatently clear; 5200 device tree is not yet stable grant.likely
2007-01-14  0:31 ` Segher Boessenkool
2007-01-14  0:42   ` Grant Likely
2007-01-14  0:53     ` Segher Boessenkool

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