summaryrefslogtreecommitdiffstats
path: root/checks.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren1-2/+6
2012-07-08Allow toggling of semantic checksDavid Gibson1-3/+81
2012-07-08Re-work level setting on checks codeDavid Gibson1-55/+62
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson1-4/+7
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson1-0/+56
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson1-14/+20
2008-11-17dtc: Handle linux,phandle properties which self-referenceDavid Gibson1-0/+18
2008-07-14dtc: Run relevant checks on dtb input as well as dtsDavid Gibson1-7/+9
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson1-1/+1
2008-03-23dtc: Strip redundant "name" propertiesDavid Gibson1-2/+13
2008-03-23dtc: Fix indentation of fixup_phandle_referencesDavid Gibson1-17/+17
2008-03-23dtc: Implement checks for the format of node and property namesDavid Gibson1-0/+37
2007-12-18dtc: Remove remaining old-style checksDavid Gibson1-214/+1
2007-12-07dtc: Allow gcc format warnings for check_msg()David Gibson1-0/+3
2007-12-07dtc: Convert check for obsolete /chosen propertyDavid Gibson1-22/+18
2007-12-07dtc: Convert #address-cells and #size-cells related checksDavid Gibson1-50/+131
2007-12-06dtc: Remove obsolete check_properties() functionDavid Gibson1-45/+3
2007-12-06dtc: Migrate "string property" checks to new frameworkDavid Gibson1-13/+5
2007-12-06dtc: Migrate "one cell" checks to new frameworkDavid Gibson1-14/+26
2007-12-05dtc: Implement path referencesDavid Gibson1-1/+26
2007-12-05dtc: Convert "name" property checking to new infrastructureDavid Gibson1-15/+39
2007-12-05dtc: Fix FAIL() macro varargsDavid Gibson1-2/+2
2007-12-04dtc: Fix uninitialized use of structure_okDavid Gibson1-1/+15
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson1-12/+8
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson1-61/+250
2007-11-20dtc: Add testcases for tree checksDavid Gibson1-1/+1
2007-11-01dtc: Move tree checking code to checks.cDavid Gibson1-0/+460