Re: [PATCH 0/4] Merge OF dynamic patches

2009-11-18 Thread Nathan Fontenot
Wolfram Sang wrote: On Tue, Nov 17, 2009 at 03:04:02PM -0600, Nathan Fontenot wrote: This set of patches merges the common dynamic device tree updating routines of_attach_node() and of_detach_node() to drivers/of/of_dynamic.c. Built and tested on powerpc, I have no access to build/test this on

Re: [PATCH 0/4] Merge OF dynamic patches

2009-11-18 Thread Wolfram Sang
On Tue, Nov 17, 2009 at 03:04:02PM -0600, Nathan Fontenot wrote: > This set of patches merges the common dynamic device tree > updating routines of_attach_node() and of_detach_node() to > drivers/of/of_dynamic.c. > > Built and tested on powerpc, I have no access to build/test > this on microblaze.

[PATCH 0/4] Merge OF dynamic patches

2009-11-17 Thread Nathan Fontenot
This set of patches merges the common dynamic device tree updating routines of_attach_node() and of_detach_node() to drivers/of/of_dynamic.c. Built and tested on powerpc, I have no access to build/test this on microblaze. -Nathan Fontenot 1/4 - Merge of_attach_node 2/4 - Merge of_detach_node 3/