aboutsummaryrefslogtreecommitdiff
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
2008-02-18libfdt: Remove no longer used code from fdt_node_offset_by_compatible()David Gibson1-11/+1
2008-02-18libfdt: Trivial cleanup for CHECK_HEADER)David Gibson4-17/+10
2008-02-14libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson1-1/+1
2008-02-12libfdt: Add and use a node iteration helper function.David Gibson3-174/+131
2008-01-11libfdt: Add fdt_set_name() functionDavid Gibson2-0/+50
2007-12-19dtc: Update TODO filesDavid Gibson1-3/+1
2007-12-17libfdt: Add more documentation (patch the seventh)David Gibson1-0/+219
2007-12-17libfdt: Add more documentation (patch the sixth)David Gibson1-0/+104
2007-11-28Fix whitespace in libfdt/fdt.hKumar Gala1-16/+16
2007-11-26dtc: Add valgrind support to testsuiteDavid Gibson1-3/+3
2007-11-20libfdt: Abolish fdt_offset_ptr_typed()David Gibson2-7/+1
2007-11-20libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson1-16/+17
2007-11-13libfdt: Add phandle related functionsDavid Gibson2-8/+67
2007-11-08libfdt: Add more documentation (path the fifth)David Gibson1-0/+95
2007-11-05libfdt: Add more documentation (patch the fourth)David Gibson1-1/+74
2007-11-05libfdt: Add more documentation (patch the third)David Gibson1-7/+85
2007-11-01libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson2-20/+90
2007-10-30libfdt: Correctly handle versions > 17David Gibson1-1/+4
2007-10-25libfdt: Remove un-const-safe fdt_set_header macroDavid Gibson3-23/+38
2007-10-25libfdt: Documentation (patch the second)David Gibson1-1/+79
2007-10-24libfdt: Add some documenting comments in libfdt.hDavid Gibson1-8/+136
2007-10-24libfdt: Rename and publish _fdt_next_tag()David Gibson6-19/+20
2007-10-24libfdt: Rename and publish _fdt_check_header()David Gibson5-19/+23
2007-10-22libfdt: Add missing RW_CHECK_HEADER to fdt_del_node()David Gibson1-0/+2
2007-10-22libfdt: Make fdt_string() return a const pointerDavid Gibson2-2/+2
2007-10-16libfdt: Add functions for handling the "compatible" propertyDavid Gibson2-0/+88
2007-10-16libfdt: libfdt_env.h must be included firstDavid Gibson1-1/+1
2007-10-15libfdt: Add functions to get/add/delete memory reservemap entriesDavid Gibson4-0/+82
2007-10-15dtc: Refactor MakefilesDavid Gibson1-13/+6
2007-10-15libfdt: Make unit address optional for finding nodesDavid Gibson1-6/+8
2007-09-18dtc: Whitespace cleanupDavid Gibson1-2/+2
2007-09-17libfdt: Add fdt_node_offset_by_prop_value()David Gibson2-0/+55
2007-09-05dtc: Assume properties preced subnodes in the flattened treeDavid Gibson1-12/+2
2007-08-31libfdt: Fix use of uninitialized variable in fdt_get_path()David Gibson1-1/+1
2007-08-30libfdt: Add fdt_parent_offset() and supporting functionsDavid Gibson2-1/+77
2007-08-30libfdt: Add fdt_get_path() functionDavid Gibson2-0/+68
2007-08-30libfdt: Add fdt_get_name() to retrieve a node's nameDavid Gibson2-0/+26
2007-08-30libfdt: Fix handling of trailing / in fdt_path_offset()David Gibson1-1/+1
2007-07-25dtc: Improve the make install targetDavid Gibson1-1/+3
2007-06-25dtc: Improve and better integrate dtc and libfdt MakefilesDavid Gibson2-64/+19
2007-06-25dtc: Remove redundant copy of the GPLDavid Gibson1-340/+0
2007-06-14Merge libfdt into dtc.David Gibson27-1986/+2
2007-06-14Move everything into a subdirectory in preparation for merge into dtc.David Gibson39-0/+3981