[Qemu-devel] [PATCH 01/31] dt: allow add_subnode to create root subnodes

2012-06-19 Thread Alexander Graf
Our subnode creation helper can't handle creation of root subnodes, like "/memory". Fix this by allowing the parent node to be an empty string, indicating the root node. Signed-off-by: Alexander Graf Reviewed-by: Peter Crosthwaite --- device_tree.c |7 ++- 1 files changed, 6 insertions(

Re: [Qemu-devel] [PATCH 01/31] dt: allow add_subnode to create root subnodes

2012-06-05 Thread Peter Crosthwaite
On Wed, 2012-06-06 at 01:52 +0200, Alexander Graf wrote: > Our subnode creation helper can't handle creation of root subnodes, > like "/memory". Fix this by allowing the parent node to be an empty > string, indicating the root node. > > Signed-off-by: Alexander Graf Reviewed-by: Peter Crosthwait

[Qemu-devel] [PATCH 01/31] dt: allow add_subnode to create root subnodes

2012-06-05 Thread Alexander Graf
Our subnode creation helper can't handle creation of root subnodes, like "/memory". Fix this by allowing the parent node to be an empty string, indicating the root node. Signed-off-by: Alexander Graf --- device_tree.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a