platform_external_dtc/tests
David Gibson 94993f4fc4 libfdt: Abolish fdt_property_offset()
fdt_property_offset() is the only function in the library returning a
direct offset to a property, and no function takes such an offset
(they only take offsets to nodes, not properties).  Furthermore the
only client uses for this function I can think of involve immediately
translating the offset into a pointer, effectively duplicating the
internal function _fdt_getprop()

This function abolishes fdt_property_offset(), replacing it with
fdt_get_property(), a renamed and now externally visible version of
_fdt_getprop().
2006-12-11 16:15:34 +11:00
..
.gitignore libfdt: Add dtb files to .gitignore 2006-12-04 11:17:32 +11:00
del_node.c libfdt: Read-write support 2006-12-01 16:59:43 +11:00
del_property.c libfdt: Read-write support 2006-12-01 16:59:43 +11:00
dumptrees.c libfdt: Export accessors for header fields 2006-12-01 15:02:10 +11:00
find_property.c libfdt: Abolish fdt_property_offset() 2006-12-11 16:15:34 +11:00
getprop.c Have tests read example tree from a generated file, rather than link it in. 2006-11-28 17:20:01 +11:00
Makefile libfdt: Abolish fdt_property_offset() 2006-12-11 16:15:34 +11:00
move_and_save.c libfdt: Implement fdt_move() 2006-12-01 15:07:19 +11:00
nop_node.c Have tests read example tree from a generated file, rather than link it in. 2006-11-28 17:20:01 +11:00
nop_property.c libfdt: Fix logic in nop_property testcase 2006-12-01 13:10:07 +11:00
notfound.c libfdt: Abolish fdt_property_offset() 2006-12-11 16:15:34 +11:00
open_pack.c libfdt: Read-write support 2006-12-01 16:59:43 +11:00
path_offset.c Have tests read example tree from a generated file, rather than link it in. 2006-11-28 17:20:01 +11:00
root_node.c libfdt: Fix libfdt for little endian hosts 2006-12-04 12:52:45 +11:00
run_tests.sh libfdt: Abolish fdt_property_offset() 2006-12-11 16:15:34 +11:00
rw_tree1.c libfdt: Read-write support 2006-12-01 16:59:43 +11:00
setprop.c libfdt: Read-write support 2006-12-01 16:59:43 +11:00
setprop_inplace.c Have tests read example tree from a generated file, rather than link it in. 2006-11-28 17:20:01 +11:00
subnode_offset.c Have tests read example tree from a generated file, rather than link it in. 2006-11-28 17:20:01 +11:00
sw_tree1.c libfdt: Sequential write support 2006-11-29 16:45:46 +11:00
testdata.h libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
tests.h libfdt: Read-write support 2006-12-01 16:59:43 +11:00
testutils.c libfdt: Abolish fdt_property_offset() 2006-12-11 16:15:34 +11:00
trees.S libfdt: Fix libfdt for little endian hosts 2006-12-04 12:52:45 +11:00