Re: [U-Boot] [PATCH v2 5/9] libfdt: Add iterator over properties

2016-06-13 Thread Maxime Ripard
Hi Pantelis, On Fri, Jun 10, 2016 at 05:04:45PM +0300, Pantelis Antoniou wrote: > > > On May 27, 2016, at 12:13 , Maxime Ripard > > wrote: > > > > Implement a macro based on fdt_first_property_offset and > > fdt_next_property_offset that provides a

Re: [U-Boot] [PATCH v2 5/9] libfdt: Add iterator over properties

2016-06-10 Thread Pantelis Antoniou
> On May 27, 2016, at 12:13 , Maxime Ripard > wrote: > > Implement a macro based on fdt_first_property_offset and > fdt_next_property_offset that provides a convenience to iterate over all > the properties of a given node. > > Signed-off-by: Maxime Ripard

Re: [U-Boot] [PATCH v2 5/9] libfdt: Add iterator over properties

2016-06-09 Thread Stefan Agner
On 2016-05-27 02:13, Maxime Ripard wrote: > Implement a macro based on fdt_first_property_offset and > fdt_next_property_offset that provides a convenience to iterate over all > the properties of a given node. > > Signed-off-by: Maxime Ripard > --- >