Re: [Qemu-devel] [PATCH 05/31] dt: add helper for phandle enumeration

2012-06-20 Thread Peter Crosthwaite
On Tue, 2012-06-19 at 21:14 +0200, Alexander Graf wrote: > This patch adds a helper to search for a node's phandle by its path. This > is especially useful when the phandle is part of an array, not just a single > cell in which case qemu_devtree_setprop_phandle would be the easy choice. > > Signed

[Qemu-devel] [PATCH 05/31] dt: add helper for phandle enumeration

2012-06-19 Thread Alexander Graf
This patch adds a helper to search for a node's phandle by its path. This is especially useful when the phandle is part of an array, not just a single cell in which case qemu_devtree_setprop_phandle would be the easy choice. Signed-off-by: Alexander Graf --- device_tree.c | 16 +++-

Re: [Qemu-devel] [PATCH 05/31] dt: add helper for phandle enumeration

2012-06-19 Thread Alexander Graf
On 09.06.2012, at 03:02, Peter Crosthwaite wrote: > On Fri, Jun 8, 2012 at 10:46 PM, Alexander Graf wrote: >> >> On 07.06.2012, at 02:28, Peter Crosthwaite wrote: >> >>> On Thu, Jun 7, 2012 at 1:58 AM, Alexander Graf wrote: On 06/06/2012 07:11 AM, Peter Crosthwaite wrote: > > On

Re: [Qemu-devel] [PATCH 05/31] dt: add helper for phandle enumeration

2012-06-08 Thread Peter Crosthwaite
On Fri, Jun 8, 2012 at 10:46 PM, Alexander Graf wrote: > > On 07.06.2012, at 02:28, Peter Crosthwaite wrote: > >> On Thu, Jun 7, 2012 at 1:58 AM, Alexander Graf wrote: >>> On 06/06/2012 07:11 AM, Peter Crosthwaite wrote: On Wed, 2012-06-06 at 01:52 +0200, Alexander Graf wrote: > >>>

Re: [Qemu-devel] [PATCH 05/31] dt: add helper for phandle enumeration

2012-06-08 Thread Alexander Graf
On 07.06.2012, at 02:28, Peter Crosthwaite wrote: > On Thu, Jun 7, 2012 at 1:58 AM, Alexander Graf wrote: >> On 06/06/2012 07:11 AM, Peter Crosthwaite wrote: >>> >>> On Wed, 2012-06-06 at 01:52 +0200, Alexander Graf wrote: This patch adds a helper to search for a node's phandle by it

Re: [Qemu-devel] [PATCH 05/31] dt: add helper for phandle enumeration

2012-06-06 Thread Peter Crosthwaite
On Thu, Jun 7, 2012 at 1:58 AM, Alexander Graf wrote: > On 06/06/2012 07:11 AM, Peter Crosthwaite wrote: >> >> On Wed, 2012-06-06 at 01:52 +0200, Alexander Graf wrote: >>> >>> This patch adds a helper to search for a node's phandle by its path. This >>> is especially useful when the phandle is par

Re: [Qemu-devel] [PATCH 05/31] dt: add helper for phandle enumeration

2012-06-06 Thread Alexander Graf
On 06/06/2012 07:11 AM, Peter Crosthwaite wrote: On Wed, 2012-06-06 at 01:52 +0200, Alexander Graf wrote: This patch adds a helper to search for a node's phandle by its path. This is especially useful when the phandle is part of an array, not just a single cell in which case qemu_devtree_setprop

Re: [Qemu-devel] [PATCH 05/31] dt: add helper for phandle enumeration

2012-06-05 Thread Peter Crosthwaite
On Wed, 2012-06-06 at 01:52 +0200, Alexander Graf wrote: > This patch adds a helper to search for a node's phandle by its path. This > is especially useful when the phandle is part of an array, not just a single > cell in which case qemu_devtree_setprop_phandle would be the easy choice. > > Signed

[Qemu-devel] [PATCH 05/31] dt: add helper for phandle enumeration

2012-06-05 Thread Alexander Graf
This patch adds a helper to search for a node's phandle by its path. This is especially useful when the phandle is part of an array, not just a single cell in which case qemu_devtree_setprop_phandle would be the easy choice. Signed-off-by: Alexander Graf --- device_tree.c | 16 +++-