To allow for new features in the binary DT format we likely need to adjust some functions which return internal data. This series attempts to do this. Simon Glass (2): libfdt: Add a test for fdt_getprop_by_offset() libfdt: Add documentation and warnings about deprecation README | 14 +++++++++++ libfdt/fdt.h | 2 +- libfdt/libfdt.h | 22 +++++++++++----- libfdt/libfdt_env.h | 7 ++++++ tests/.gitignore | 1 + tests/Makefile.tests | 2 +- tests/get_prop_offset.c | 56 +++++++++++++++++++++++++++++++++++++++++ tests/run_tests.sh | 1 + tests/tests.h | 10 ++++++++ tests/testutils.c | 25 ++++++++++++++++++ 10 files changed, 132 insertions(+), 8 deletions(-) create mode 100644 tests/get_prop_offset.c -- 2.19.1.1215.g8438c0b245-goog