Re: [U-Boot] [PATCH] libfdt: introduce function fdt_get_max_phandle

2010-07-10 Thread Kumar Gala
On May 26, 2010, at 9:38 PM, Jerry Van Baren wrote: > Wolfgang Denk wrote: >> Dear Timur Tabi, >> >> In message <1274308618-2974-1-git-send-email-ti...@freescale.com> you wrote: >>> Introduce function fdt_get_max_phandle(), which returns the largest value >>> of all phandles in a device tree. T

Re: [U-Boot] [PATCH] libfdt: introduce function fdt_get_max_phandle

2010-05-26 Thread Jerry Van Baren
Wolfgang Denk wrote: > Dear Timur Tabi, > > In message <1274308618-2974-1-git-send-email-ti...@freescale.com> you wrote: >> Introduce function fdt_get_max_phandle(), which returns the largest value >> of all phandles in a device tree. This is useful for allocating a new >> phandle >> property, s

Re: [U-Boot] [PATCH] libfdt: introduce function fdt_get_max_phandle

2010-05-26 Thread Wolfgang Denk
Dear Timur Tabi, In message <1274308618-2974-1-git-send-email-ti...@freescale.com> you wrote: > Introduce function fdt_get_max_phandle(), which returns the largest value > of all phandles in a device tree. This is useful for allocating a new phandle > property, since all phandles must be unique.

[U-Boot] [PATCH] libfdt: introduce function fdt_get_max_phandle

2010-05-19 Thread Timur Tabi
Introduce function fdt_get_max_phandle(), which returns the largest value of all phandles in a device tree. This is useful for allocating a new phandle property, since all phandles must be unique. Signed-off-by: Timur Tabi --- include/libfdt.h| 20 lib/libfdt/fdt_ro.c