summaryrefslogtreecommitdiff
path: root/checks.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-16/+1
* Avoid assertion in check_interrupts_property()David Gibson2019-05-061-3/+7
* checks: Do not omit nodes with labels if symbol generation is requestedChen-Yu Tsai2019-03-271-0/+2
* checks: Fix spelling in check_graph_endpointLeonard Crestez2019-03-121-1/+1
* checks: Add unit address check if node is enabledKumar Gala2018-12-151-2/+39
* checks: Fix crash with multiple source annotationsRob Herring2018-11-281-1/+1
* checks: Use source position information for check failuresRob Herring2018-11-251-3/+32
* checks: Make each message output atomicRob Herring2018-11-251-6/+11
* checks: Restructure check_msg to decrease indentationRob Herring2018-11-221-14/+14
* checks: Update SPI bus check for 'spi-slave'Kumar Gala2018-11-141-1/+7
* checks: fix simple-bus compatible matchingRob Herring2018-09-211-2/+3
* checks: add SPI bus checksRob Herring2018-07-271-0/+73
* checks: add I2C bus checksRob Herring2018-07-271-0/+70
* dtc: add ability to make nodes conditional on them being referencedMaxime Ripard2018-05-041-0/+13
* checks: drop warning for missing PCI bridge bus-rangeRob Herring2018-04-221-3/+2
* checks: Print duplicate node name instead of parent nameGeert Uytterhoeven2018-03-281-1/+1
* checks: add graph binding checksRob Herring2018-03-071-0/+148
* checks: add a check for duplicate unit-addresses of child nodesRob Herring2018-03-071-0/+31
* Suppress warnings on overlay fragmentsDavid Gibson2018-03-061-0/+5
* checks: centralize printing of property names in failure messagesRob Herring2018-02-101-68/+80
* checks: centralize printing of node path in check_msgRob Herring2018-02-091-128/+104
* checks: add chosen node checksRob Herring2017-12-151-0/+51
* checks: add aliases node checksRob Herring2017-12-131-0/+24
* checks: check for #{size,address}-cells without child nodesRob Herring2017-12-131-0/+26
* checks: add string list check for *-names propertiesRob Herring2017-12-131-1/+17
* checks: add string list checkRob Herring2017-12-131-0/+34
* checks: add a string check for 'label' propertyRob Herring2017-12-131-0/+2
* checks: fix sound-dai phandle with arg property checkPeter Rosin2017-12-051-2/+2
* Fix widespread incorrect use of strneq(), replace with new strprefixeq()David Gibson2017-11-111-3/+3
* Remove leading underscores from identifiersDavid Gibson2017-10-261-16/+16
* checks: fix handling of unresolved phandles for dts pluginsRob Herring2017-10-191-0/+9
* checks: Use proper format modifier for size_tThierry Reding2017-09-281-2/+2
* checks: add interrupts property checkRob Herring2017-09-221-0/+81
* checks: add gpio binding properties checkRob Herring2017-09-221-0/+73
* checks: add phandle with arg property checksRob Herring2017-09-221-0/+126
* dtc: fix sprintf() format string error, againDavid Gibson2017-06-081-1/+1
* dtc: check.c fix compile errorShuah Khan2017-05-171-1/+1
* checks: Warn on node name unit-addresses with '0x' or leading 0sRob Herring2017-03-211-0/+25
* checks: Add bus checks for simple-bus busesRob Herring2017-03-211-0/+70
* checks: Add bus checks for PCI busesRob Herring2017-03-211-0/+136
* Fix assorted sparse warningsDavid Gibson2017-03-061-2/+2
* Clean up gcc attributesDavid Gibson2017-03-061-6/+2
* Print output filename as part of warning messagesIan Campbell2017-02-231-40/+43
* dtc: Use streq() in preference to strcmp()David Gibson2017-02-131-1/+1
* checks: Add Warning for stricter node name character checkingRob Herring2017-02-131-0/+12
* checks: Add Warning for stricter property name character checkingRob Herring2017-02-131-0/+35
* Rename boot_infoDavid Gibson2016-12-091-43/+43
* dtc: Plugin and fixup supportPantelis Antoniou2016-12-091-2/+6
* checks: Pass boot_info instead of root nodePantelis Antoniou2016-11-281-36/+42
* Simplify check field and macro namesDavid Gibson2016-05-271-42/+36