Re: [U-Boot] [PATCH 05/23] fdt: Add a subnodes iterator macro

2014-08-19 Thread Thierry Reding
On Tue, Aug 19, 2014 at 06:57:54AM -0600, Simon Glass wrote: > Hi Thierry, > > On 19 August 2014 06:22, Thierry Reding wrote: > > On Mon, Aug 18, 2014 at 12:11:03PM -0600, Simon Glass wrote: > >> On 18 August 2014 01:16, Thierry Reding wrote: > >> > From: Thierry Reding > >> > > >> > The fdt_fo

Re: [U-Boot] [PATCH 05/23] fdt: Add a subnodes iterator macro

2014-08-19 Thread Simon Glass
Hi Thierry, On 19 August 2014 06:22, Thierry Reding wrote: > On Mon, Aug 18, 2014 at 12:11:03PM -0600, Simon Glass wrote: >> On 18 August 2014 01:16, Thierry Reding wrote: >> > From: Thierry Reding >> > >> > The fdt_for_each_subnode() iterator macro provided by this patch can be >> > used to it

Re: [U-Boot] [PATCH 05/23] fdt: Add a subnodes iterator macro

2014-08-19 Thread Thierry Reding
On Mon, Aug 18, 2014 at 12:11:03PM -0600, Simon Glass wrote: > On 18 August 2014 01:16, Thierry Reding wrote: > > From: Thierry Reding > > > > The fdt_for_each_subnode() iterator macro provided by this patch can be > > used to iterate over a device tree node's subnodes. At each iteration a > > lo

Re: [U-Boot] [PATCH 05/23] fdt: Add a subnodes iterator macro

2014-08-18 Thread Simon Glass
On 18 August 2014 01:16, Thierry Reding wrote: > From: Thierry Reding > > The fdt_for_each_subnode() iterator macro provided by this patch can be > used to iterate over a device tree node's subnodes. At each iteration a > loop variable will be set to the next subnode. > > Signed-off-by: Thierry R

[U-Boot] [PATCH 05/23] fdt: Add a subnodes iterator macro

2014-08-18 Thread Thierry Reding
From: Thierry Reding The fdt_for_each_subnode() iterator macro provided by this patch can be used to iterate over a device tree node's subnodes. At each iteration a loop variable will be set to the next subnode. Signed-off-by: Thierry Reding --- include/libfdt.h | 20 1 fi