aboutsummaryrefslogtreecommitdiff
path: root/checks.c
AgeCommit message (Expand)Author
2017-03-06Fix assorted sparse warningsDavid Gibson
2017-03-06Clean up gcc attributesDavid Gibson
2017-02-23Print output filename as part of warning messagesIan Campbell
2017-02-13dtc: Use streq() in preference to strcmp()David Gibson
2017-02-13checks: Add Warning for stricter node name character checkingRob Herring
2017-02-13checks: Add Warning for stricter property name character checkingRob Herring
2016-12-09Rename boot_infoDavid Gibson
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou
2016-11-28checks: Pass boot_info instead of root nodePantelis Antoniou
2016-05-27Simplify check field and macro namesDavid Gibson
2016-05-27Remove property check functionsDavid Gibson
2016-05-27Remove tree check functionsDavid Gibson
2016-02-19Warn on node name unit-address presence/absence mismatchStephen Warren
2015-04-30Fix crash with poorly defined #size-cellsJack Miller
2015-01-13dtc: Use va_end to match corresponding va_startColin Ian King
2014-10-24Improve portabilityPhil Elwell
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli
2013-10-28Use stdbool more widelyDavid Gibson
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren
2012-07-08Allow toggling of semantic checksDavid Gibson
2012-07-08Re-work level setting on checks codeDavid Gibson
2010-02-24dtc: Allow multiple labels on nodes and propertiesDavid Gibson
2010-02-23Disallow re-use of the same label within a dts fileDavid Gibson
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson
2008-11-17dtc: Handle linux,phandle properties which self-referenceDavid Gibson
2008-07-14dtc: Run relevant checks on dtb input as well as dtsDavid Gibson
2008-07-14dtc: Use the same endian-conversion functions as libfdtDavid Gibson
2008-03-23dtc: Strip redundant "name" propertiesDavid Gibson
2008-03-23dtc: Fix indentation of fixup_phandle_referencesDavid Gibson
2008-03-23dtc: Implement checks for the format of node and property namesDavid Gibson
2007-12-18dtc: Remove remaining old-style checksDavid Gibson
2007-12-07dtc: Allow gcc format warnings for check_msg()David Gibson
2007-12-07dtc: Convert check for obsolete /chosen propertyDavid Gibson
2007-12-07dtc: Convert #address-cells and #size-cells related checksDavid Gibson
2007-12-06dtc: Remove obsolete check_properties() functionDavid Gibson
2007-12-06dtc: Migrate "string property" checks to new frameworkDavid Gibson
2007-12-06dtc: Migrate "one cell" checks to new frameworkDavid Gibson
2007-12-05dtc: Implement path referencesDavid Gibson
2007-12-05dtc: Convert "name" property checking to new infrastructureDavid Gibson
2007-12-05dtc: Fix FAIL() macro varargsDavid Gibson
2007-12-04dtc: Fix uninitialized use of structure_okDavid Gibson
2007-11-26dtc: Merge refs and labels into single "markers" list (v2)David Gibson
2007-11-26dtc: Flexible tree checking infrastructure (v2)David Gibson
2007-11-20dtc: Add testcases for tree checksDavid Gibson
2007-11-01dtc: Move tree checking code to checks.cDavid Gibson