aboutsummaryrefslogtreecommitdiff
path: root/checks.c
AgeCommit message (Expand)Author
2023-02-02checks: Update #{size,address}-cells check for 'dma-ranges'Qun-Wei Lin
2021-12-29Handle integer overflow in check_property_phandle_args()David Gibson
2021-10-21checks: Add an interrupt-map checkRob Herring
2021-10-14checks: Ensure '#interrupt-cells' only exists in interrupt providersRob Herring
2021-10-14checks: Drop interrupt provider '#address-cells' checkRob Herring
2021-10-14checks: Make interrupt_provider check dependent on interrupts_extended_is_cellRob Herring
2021-06-30checks: Fix bus-range checkThierry Reding
2021-06-21checks: Fix signedness comparisons warningsAndre Przywara
2021-06-21dtc: Wrap phandle validity checkAndre Przywara
2021-06-08checks: Introduce is_multiple_of()David Gibson
2021-06-08checks: Drop interrupt_cells_is_cell checkRob Herring
2021-06-08checks: Add check_is_cell() for all phandle+arg propertiesRob Herring
2021-05-04checks: replace strstr and strrchr with strendsIlya Lipnitskiy
2021-05-04checks: tigthen up nr-gpios prop exceptionIlya Lipnitskiy
2021-02-15checks: Warn on node-name and property name being the sameKumar Gala
2021-02-10checks: Change node-name check to match devicetree specKumar Gala
2020-10-02checks: Allow PCI bridge child nodes without an addressRob Herring
2020-06-22checks: Improve i2c reg property checkingJoel Stanley
2020-06-22checks: Remove warning for I2C_OWN_SLAVE_ADDRESSJoel Stanley
2020-05-18checks: Add interrupt provider testAndre Przywara
2020-03-10check: Inform about missing rangesArkadiusz Drabczyk
2020-03-04checks: Add 'dma-ranges' checkRob Herring
2019-09-04Ignore phandle properties in /aliasesDavid Gibson
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
2019-05-06Avoid assertion in check_interrupts_property()David Gibson
2019-03-27checks: Do not omit nodes with labels if symbol generation is requestedChen-Yu Tsai
2019-03-12checks: Fix spelling in check_graph_endpointLeonard Crestez
2018-12-15checks: Add unit address check if node is enabledKumar Gala
2018-11-28checks: Fix crash with multiple source annotationsRob Herring
2018-11-25checks: Use source position information for check failuresRob Herring
2018-11-25checks: Make each message output atomicRob Herring
2018-11-22checks: Restructure check_msg to decrease indentationRob Herring
2018-11-14checks: Update SPI bus check for 'spi-slave'Kumar Gala
2018-09-21checks: fix simple-bus compatible matchingRob Herring
2018-07-27checks: add SPI bus checksRob Herring
2018-07-27checks: add I2C bus checksRob Herring
2018-05-04dtc: add ability to make nodes conditional on them being referencedMaxime Ripard
2018-04-22checks: drop warning for missing PCI bridge bus-rangeRob Herring
2018-03-28checks: Print duplicate node name instead of parent nameGeert Uytterhoeven
2018-03-07checks: add graph binding checksRob Herring
2018-03-07checks: add a check for duplicate unit-addresses of child nodesRob Herring
2018-03-06Suppress warnings on overlay fragmentsDavid Gibson
2018-02-10checks: centralize printing of property names in failure messagesRob Herring
2018-02-09checks: centralize printing of node path in check_msgRob Herring
2017-12-15checks: add chosen node checksRob Herring
2017-12-13checks: add aliases node checksRob Herring
2017-12-13checks: check for #{size,address}-cells without child nodesRob Herring
2017-12-13checks: add string list check for *-names propertiesRob Herring
2017-12-13checks: add string list checkRob Herring
2017-12-13checks: add a string check for 'label' propertyRob Herring