Re: [U-Boot] [PATCH v3 01/13] libfdt: Add phandle generation helper

2019-04-12 Thread sjg
Hi Thierry, On Mon, 25 Mar 2019 at 01:27, Thierry Reding wrote: > > On Fri, Mar 22, 2019 at 03:52:59PM +0800, Simon Glass wrote: > > On Fri, 22 Mar 2019 at 02:10, Thierry Reding > > wrote: > > > > > > From: Thierry Reding > > > > > > The new fdt_generate_phandle() function can be used to

Re: [U-Boot] [PATCH v3 01/13] libfdt: Add phandle generation helper

2019-03-30 Thread Simon Glass
Hi Thierry, On Mon, 25 Mar 2019 at 01:27, Thierry Reding wrote: > > On Fri, Mar 22, 2019 at 03:52:59PM +0800, Simon Glass wrote: > > On Fri, 22 Mar 2019 at 02:10, Thierry Reding > > wrote: > > > > > > From: Thierry Reding > > > > > > The new fdt_generate_phandle() function can be used to

Re: [U-Boot] [PATCH v3 01/13] libfdt: Add phandle generation helper

2019-03-25 Thread Thierry Reding
On Fri, Mar 22, 2019 at 03:52:59PM +0800, Simon Glass wrote: > On Fri, 22 Mar 2019 at 02:10, Thierry Reding wrote: > > > > From: Thierry Reding > > > > The new fdt_generate_phandle() function can be used to generate a new, > > unused phandle given a specific device tree blob. The implementation

Re: [U-Boot] [PATCH v3 01/13] libfdt: Add phandle generation helper

2019-03-22 Thread Simon Glass
On Fri, 22 Mar 2019 at 02:10, Thierry Reding wrote: > > From: Thierry Reding > > The new fdt_generate_phandle() function can be used to generate a new, > unused phandle given a specific device tree blob. The implementation is > somewhat naive in that it simply walks the entire device tree to

[U-Boot] [PATCH v3 01/13] libfdt: Add phandle generation helper

2019-03-21 Thread Thierry Reding
From: Thierry Reding The new fdt_generate_phandle() function can be used to generate a new, unused phandle given a specific device tree blob. The implementation is somewhat naive in that it simply walks the entire device tree to find the highest phandle value and then returns a phandle value one