aboutsummaryrefslogtreecommitdiff
path: root/checks.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04dtc: add ability to make nodes conditional on them being referencedMaxime Ripard1-0/+13
2018-04-22checks: drop warning for missing PCI bridge bus-rangeRob Herring1-3/+2
2018-03-28checks: Print duplicate node name instead of parent nameGeert Uytterhoeven1-1/+1
2018-03-07checks: add graph binding checksRob Herring1-0/+148
2018-03-07checks: add a check for duplicate unit-addresses of child nodesRob Herring1-0/+31
2018-03-06Suppress warnings on overlay fragmentsDavid Gibson1-0/+5
2018-02-10checks: centralize printing of property names in failure messagesRob Herring1-68/+80
2018-02-09checks: centralize printing of node path in check_msgRob Herring1-128/+104
2017-12-15checks: add chosen node checksRob Herring1-0/+51
2017-12-13checks: add aliases node checksRob Herring1-0/+24
2017-12-13checks: check for #{size,address}-cells without child nodesRob Herring1-0/+26
2017-12-13checks: add string list check for *-names propertiesRob Herring1-1/+17
2017-12-13checks: add string list checkRob Herring1-0/+34
2017-12-13checks: add a string check for 'label' propertyRob Herring1-0/+2
2017-12-05checks: fix sound-dai phandle with arg property checkPeter Rosin1-2/+2
2017-11-11Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson1-3/+3
2017-10-26Remove leading underscores from identifiersDavid Gibson1-16/+16
2017-10-19checks: fix handling of unresolved phandles for dts pluginsRob Herring1-0/+9
2017-09-28checks: Use proper format modifier for size_tThierry Reding1-2/+2
2017-09-22checks: add interrupts property checkRob Herring1-0/+81
2017-09-22checks: add gpio binding properties checkRob Herring1-0/+73
2017-09-22checks: add phandle with arg property checksRob Herring1-0/+126
2017-06-08dtc: fix sprintf() format string error, againDavid Gibson1-1/+1
2017-05-17dtc: check.c fix compile errorShuah Khan1-1/+1
2017-03-21checks: Warn on node name unit-addresses with '0x' or leading 0sRob Herring1-0/+25
2017-03-21checks: Add bus checks for simple-bus busesRob Herring1-0/+70
2017-03-21checks: Add bus checks for PCI busesRob Herring1-0/+136
2017-03-06Fix assorted sparse warningsDavid Gibson1-2/+2
2017-03-06Clean up gcc attributesDavid Gibson1-6/+2
2017-02-23Print output filename as part of warning messagesIan Campbell1-40/+43
2017-02-13dtc: Use streq() in preference to strcmp()David Gibson1-1/+1
2017-02-13checks: Add Warning for stricter node name character checkingRob Herring1-0/+12
2017-02-13checks: Add Warning for stricter property name character checkingRob Herring1-0/+35
2016-12-09Rename boot_infoDavid Gibson1-43/+43
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou1-2/+6
2016-11-28checks: Pass boot_info instead of root nodePantelis Antoniou1-36/+42
2016-05-27Simplify check field and macro namesDavid Gibson1-42/+36
2016-05-27Remove property check functionsDavid Gibson1-100/+114
2016-05-27Remove tree check functionsDavid Gibson1-37/+32
2016-02-19Warn on node name unit-address presence/absence mismatchStephen Warren1-0/+26
2015-04-30Fix crash with poorly defined #size-cellsJack Miller1-1/+1
2015-01-13dtc: Use va_end to match corresponding va_startColin Ian King1-0/+1
2014-10-24Improve portabilityPhil Elwell1-2/+2
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli1-5/+5
2013-10-28Use stdbool more widelyDavid Gibson1-8/+8
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