aboutsummaryrefslogtreecommitdiff
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
2010-03-10libfdt: Implement property iteration functionsDavid Gibson4-36/+200
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson1-6/+27
2009-03-04libfdt: Fix C++ compile-time cast error on gnu 4.2.1Laurent Gregoire1-1/+1
2009-02-23Fix a possible overflow case detected by gcc 4.3.2Emil Medve1-1/+1
2009-02-06libfdt: Rework/cleanup fdt_next_tag()David Gibson5-47/+44
2009-02-06libfdt: Rework fdt_next_node()David Gibson3-48/+17
2009-01-07libfdt: Fix error in documentation for fdt_get_alias_namelen()David Gibson1-1/+1
2009-01-02libfdt: Introduce libfdt shared libraryJosh Boyer1-0/+1
2009-01-02libfdt: Add version.lds fileJosh Boyer1-0/+54
2008-11-05libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson1-4/+7
2008-10-02libfdt: Add function to explicitly expand aliasesDavid Gibson2-7/+45
2008-09-25Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.Jon Loeliger2-2/+2
2008-09-25libfdt: Fix bugs in fdt_get_path()David Gibson1-12/+11
2008-08-14libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala1-2/+19
2008-08-13libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson2-7/+60
2008-07-31libfdt: Forgot one function when cleaning the namespaceDavid Gibson1-2/+3
2008-07-23libfdt: Fix 'make install' target handling of .h files.Jon Loeliger1-0/+1
2008-07-14libfdt: Improve documentation in libfdt.hWolfram Sang1-14/+14
2008-07-14libfdt: Increase namespace-pollution paranoiaDavid Gibson7-122/+119
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson4-10/+11
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson6-30/+35
2008-07-14dtc: Address an assortment of portability problemsDavid Gibson1-13/+14
2008-05-29libfdt: Several cleanups to parameter checkingDavid Gibson5-55/+44
2008-05-19dtc: Clean up included Makefile fragmentsDavid Gibson1-7/+0
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