Re: [U-Boot] [PATCH 03/13] dm: core: add ofnode function to iterate on node property

2019-10-31 Thread Patrick DELAUNAY
Hi Simon, > From: Simon Glass > Sent: mercredi 30 octobre 2019 02:48 > > On Wed, 23 Oct 2019 at 07:45, Patrick Delaunay > wrote: > > > > Add functions to iterate on all property with livetree > > - ofnode_get_first_property > > - ofnode_get_next_property > > - ofnode_get_property_by_prop > > >

Re: [U-Boot] [PATCH 03/13] dm: core: add ofnode function to iterate on node property

2019-10-29 Thread Simon Glass
On Wed, 23 Oct 2019 at 07:45, Patrick Delaunay wrote: > > Add functions to iterate on all property with livetree > - ofnode_get_first_property > - ofnode_get_next_property > - ofnode_get_property_by_prop > > For example: > for (prop = ofnode_get_first_property(dev_ofnode(dev)); > prop; >