Re: [U-Boot] Subject: [PATCH] libfdt: Add fdt functionality for more intuitive fdt handling

2012-05-08 Thread David Gibson
On Mon, May 07, 2012 at 02:56:54PM +0200, Peter Feuerer wrote: > libfdt: Add fdt functionality for more intuitive fdt handling Hrm, "more intuitive fdt handling" is a bit of a stretch. It makes certain common operations simpler. > New functions: > fdt_read - retrieve the value of a property by f

[U-Boot] Subject: [PATCH] libfdt: Add fdt functionality for more intuitive fdt handling

2012-05-07 Thread Peter Feuerer
libfdt: Add fdt functionality for more intuitive fdt handling New functions: fdt_read - retrieve the value of a property by full path fdt_write - create or change a property with full path and create subnodes if needed fdt_create_path - create subnode path with parents Signed-off-by: Peter Feuer