This patch set cleans Barebox OF API with respect to properies by using internal functions for creating/deleting properties instead of allocating/freeing in different places. Also, with the consolidated property handling, we can now add a bogus property value pointer to distinguish empty/boolean properties from non-existing properties. The patch set is based on the latest OF API patches sent some days ago with Sascha Hauers fixes applied. Sebastian Hesselbarth (3): OF: base: add sanity checks to of_new/delete_property OF: base: use of_delete_property where applicable OF: base: add empty property value pointer drivers/of/base.c | 107 ++++++++++++++++++++++++----------------------------- 1 files changed, 48 insertions(+), 59 deletions(-) --- Cc: barebox@xxxxxxxxxxxxxxxxxxx -- 1.7.2.5 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox