Re: [PATCH v2 11/11] of: unify phandle name in struct device_node

2009-11-24 Thread Grant Likely
On Tue, Nov 24, 2009 at 6:30 PM, Segher Boessenkool wrote: >> In struct device_node, the phandle is named 'linux_phandle' for PowerPC >> and MicroBlaze, and 'node' for SPARC.  There is no good reason for the >> difference, it is just an artifact of the code diverging over a couple >> of years.  Th

Re: [PATCH v2 11/11] of: unify phandle name in struct device_node

2009-11-24 Thread Segher Boessenkool
In struct device_node, the phandle is named 'linux_phandle' for PowerPC and MicroBlaze, and 'node' for SPARC. There is no good reason for the difference, it is just an artifact of the code diverging over a couple of years. This patch renames both to simply .phandle. Note: the .node also exist

Re: [PATCH v2 11/11] of: unify phandle name in struct device_node

2009-11-24 Thread David Miller
From: Grant Likely Date: Tue, 24 Nov 2009 15:01:14 -0700 > In struct device_node, the phandle is named 'linux_phandle' for PowerPC > and MicroBlaze, and 'node' for SPARC. There is no good reason for the > difference, it is just an artifact of the code diverging over a couple > of years. This pa

[PATCH v2 11/11] of: unify phandle name in struct device_node

2009-11-24 Thread Grant Likely
In struct device_node, the phandle is named 'linux_phandle' for PowerPC and MicroBlaze, and 'node' for SPARC. There is no good reason for the difference, it is just an artifact of the code diverging over a couple of years. This patch renames both to simply .phandle. Note: the .node also existed