Re: [U-Boot] [PATCH v2 6/9] libfdt: Add max phandle retrieval function

2016-06-10 Thread Pantelis Antoniou
> On May 27, 2016, at 12:13 , Maxime Ripard > wrote: > > Add a function to retrieve the highest phandle in a given device tree. > > Signed-off-by: Maxime Ripard > --- > include/libfdt.h| 13 + >

Re: [U-Boot] [PATCH v2 6/9] libfdt: Add max phandle retrieval function

2016-06-09 Thread Stefan Agner
On 2016-05-27 02:13, Maxime Ripard wrote: > Add a function to retrieve the highest phandle in a given device tree. > > Signed-off-by: Maxime Ripard > --- > include/libfdt.h| 13 + > lib/libfdt/fdt_ro.c | 15 +++ > 2 files changed, 28

[U-Boot] [PATCH v2 6/9] libfdt: Add max phandle retrieval function

2016-05-27 Thread Maxime Ripard
Add a function to retrieve the highest phandle in a given device tree. Signed-off-by: Maxime Ripard --- include/libfdt.h| 13 + lib/libfdt/fdt_ro.c | 15 +++ 2 files changed, 28 insertions(+) diff --git a/include/libfdt.h