Re: [V2 PATCH 00/10] of: Consolidate scattered device node pointers in struct device

2010-03-23 Thread Grant Likely
On Tue, Mar 23, 2010 at 12:57 AM, Michael Ellerman wrote: > On Thu, 2010-03-18 at 09:22 -0600, Grant Likely wrote: >> Currently, each of_device has a copy of the device tree node pointer in both >> .node, and in .dev.archdata.of_node (microblaze and powerpc) or >> .dev.archdata.prom_node (sparc).

Re: [V2 PATCH 00/10] of: Consolidate scattered device node pointers in struct device

2010-03-22 Thread Michael Ellerman
On Thu, 2010-03-18 at 09:22 -0600, Grant Likely wrote: > Currently, each of_device has a copy of the device tree node pointer in both > .node, and in .dev.archdata.of_node (microblaze and powerpc) or > .dev.archdata.prom_node (sparc). Also, other architectures will be adding > CONFIG_OF support, a

Re: [V2 PATCH 00/10] of: Consolidate scattered device node pointers in struct device

2010-03-18 Thread Grant Likely
On Thu, Mar 18, 2010 at 9:22 AM, Grant Likely wrote: > Currently, each of_device has a copy of the device tree node pointer in both > .node, and in .dev.archdata.of_node (microblaze and powerpc) or > .dev.archdata.prom_node (sparc).  Also, other architectures will be adding > CONFIG_OF support, an

[V2 PATCH 00/10] of: Consolidate scattered device node pointers in struct device

2010-03-18 Thread Grant Likely
Currently, each of_device has a copy of the device tree node pointer in both .node, and in .dev.archdata.of_node (microblaze and powerpc) or .dev.archdata.prom_node (sparc). Also, other architectures will be adding CONFIG_OF support, and they will also need a reference to the device tree node poin