Re: [U-Boot] [PATCH - resend due to bounce] libfdt: Add fdt functionality for more intuitive

2012-10-15 Thread Jerry Van Baren
Hi Peter, On 05/07/2012 09:52 AM, Peter Feuerer wrote: 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

[U-Boot] [PATCH - resend due to bounce] libfdt: Add fdt functionality for more intuitive

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