Re: [U-Boot] [PATCH 2/6] fdtdec: Implement fdtdec_get_max_phandle()

2019-03-18 Thread Simon Glass
Hi Thierry, On Mon, 11 Mar 2019 at 17:27, Thierry Reding wrote: > > On Sun, Mar 10, 2019 at 03:51:31PM -0600, Simon Glass wrote: > > Hi Thierry, > > > > On Fri, 8 Mar 2019 at 13:11, Thierry Reding > > wrote: > > > > > > From: Thierry Reding > > > > > > This function allows looking up the

Re: [U-Boot] [PATCH 2/6] fdtdec: Implement fdtdec_get_max_phandle()

2019-03-11 Thread Thierry Reding
On Sun, Mar 10, 2019 at 03:51:31PM -0600, Simon Glass wrote: > Hi Thierry, > > On Fri, 8 Mar 2019 at 13:11, Thierry Reding wrote: > > > > From: Thierry Reding > > > > This function allows looking up the highest phandle value stored in a > > device tree, which is useful to determine the next

Re: [U-Boot] [PATCH 2/6] fdtdec: Implement fdtdec_get_max_phandle()

2019-03-10 Thread Simon Glass
Hi Thierry, On Fri, 8 Mar 2019 at 13:11, Thierry Reding wrote: > > From: Thierry Reding > > This function allows looking up the highest phandle value stored in a > device tree, which is useful to determine the next best phandle value > for new nodes. > > Signed-off-by: Thierry Reding > --- >

[U-Boot] [PATCH 2/6] fdtdec: Implement fdtdec_get_max_phandle()

2019-03-08 Thread Thierry Reding
From: Thierry Reding This function allows looking up the highest phandle value stored in a device tree, which is useful to determine the next best phandle value for new nodes. Signed-off-by: Thierry Reding --- include/fdtdec.h | 12 lib/fdtdec.c | 28