Re: [Qemu-devel] [PATCH 03/31] dt: add helper for phandle references

2012-06-20 Thread Peter Crosthwaite
On Tue, 2012-06-19 at 21:14 +0200, Alexander Graf wrote: > Phandles are the fancy device tree name for "pointer to another node". > To create a phandle property, we most likely want to reference to the > node we're pointing to by its path. So create a helper that allows > us to do so. > > Signed-o

[Qemu-devel] [PATCH 03/31] dt: add helper for phandle references

2012-06-19 Thread Alexander Graf
Phandles are the fancy device tree name for "pointer to another node". To create a phandle property, we most likely want to reference to the node we're pointing to by its path. So create a helper that allows us to do so. Signed-off-by: Alexander Graf --- v2 -> v3: - rename "string" to target

Re: [Qemu-devel] [PATCH 03/31] dt: add helper for phandle references

2012-06-05 Thread Peter Crosthwaite
On Wed, 2012-06-06 at 01:52 +0200, Alexander Graf wrote: > Phandles are the fancy device tree name for "pointer to another node". > To create a phandle property, we most likely want to reference to the > node we're pointing to by its path. So create a helper that allows > us to do so. > > Signed-o

[Qemu-devel] [PATCH 03/31] dt: add helper for phandle references

2012-06-05 Thread Alexander Graf
Phandles are the fancy device tree name for "pointer to another node". To create a phandle property, we most likely want to reference to the node we're pointing to by its path. So create a helper that allows us to do so. Signed-off-by: Alexander Graf --- device_tree.c |7 +++ device_tree