
The following changes since commit afe3848b79a7ff351e9fbf3a7c162d2de002279b: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
are available in the git repository at:
http://git.denx.de/u-boot-fdt.git master
David Gibson (5): dtc: Enable and fix -Wpointer-arith warnings dtc: Enable and fix -Wcast-qual warnings libfdt: Increase namespace-pollution paranoia libfdt: Forgot one function when cleaning the namespace libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
Gerald Van Baren (1): Add note on dereferencing /aliases pointers
Kumar Gala (1): libfdt: Add support for using aliases in fdt_path_offset()
Wolfram Sang (1): libfdt: Improve documentation in libfdt.h
common/cmd_fdt.c | 4 +- include/libfdt.h | 66 +++++++++++++----- include/libfdt_env.h | 12 ++++ libfdt/fdt.c | 10 ++-- libfdt/fdt_ro.c | 87 ++++++++++++++++++------- libfdt/fdt_rw.c | 166 +++++++++++++++++++++++---------------------- libfdt/fdt_strerror.c | 34 +++++----- libfdt/fdt_sw.c | 40 ++++++------ libfdt/fdt_wip.c | 9 ++- libfdt/libfdt_internal.h | 20 +++--- 10 files changed, 267 insertions(+), 181 deletions(-)