summaryrefslogtreecommitdiff
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 check Rob Herring
2021-10-14checks: Ensure '#interrupt-cells' only exists in interrupt providers Rob Herring
2021-10-14checks: Drop interrupt provider '#address-cells' check Rob Herring
2021-10-14checks: Make interrupt_provider check dependent on interrupts_extended_is_cell Rob Herring
2021-06-30checks: Fix bus-range check Thierry Reding
2021-06-21checks: Fix signedness comparisons warnings Andre Przywara
2021-06-21dtc: Wrap phandle validity check Andre Przywara
2021-06-08checks: Introduce is_multiple_of() David Gibson
2021-06-08checks: Drop interrupt_cells_is_cell check Rob Herring
2021-06-08checks: Add check_is_cell() for all phandle+arg properties Rob Herring
2021-05-04checks: replace strstr and strrchr with strends Ilya Lipnitskiy
2021-05-04checks: tigthen up nr-gpios prop exception Ilya Lipnitskiy
2021-02-15checks: Warn on node-name and property name being the same Kumar Gala
2021-02-10checks: Change node-name check to match devicetree spec Kumar Gala
2020-10-02checks: Allow PCI bridge child nodes without an address Rob Herring
2020-06-22checks: Improve i2c reg property checking Joel Stanley
2020-06-22checks: Remove warning for I2C_OWN_SLAVE_ADDRESS Joel Stanley
2020-05-18checks: Add interrupt provider test Andre Przywara
2020-03-10check: Inform about missing ranges Arkadiusz Drabczyk
2020-03-04checks: Add 'dma-ranges' check Rob Herring
2019-09-04Ignore phandle properties in /aliases David Gibson
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tags Rob Herring
2019-05-06Avoid assertion in check_interrupts_property() David Gibson
2019-03-27checks: Do not omit nodes with labels if symbol generation is requested Chen-Yu Tsai
2019-03-12checks: Fix spelling in check_graph_endpoint Leonard Crestez
2018-12-15checks: Add unit address check if node is enabled Kumar Gala
2018-11-28checks: Fix crash with multiple source annotations Rob Herring
2018-11-25checks: Use source position information for check failures Rob Herring
2018-11-25checks: Make each message output atomic Rob Herring
2018-11-22checks: Restructure check_msg to decrease indentation Rob Herring
2018-11-14checks: Update SPI bus check for 'spi-slave' Kumar Gala
2018-09-21checks: fix simple-bus compatible matching Rob Herring
2018-07-27checks: add SPI bus checks Rob Herring
2018-07-27checks: add I2C bus checks Rob Herring
2018-05-04dtc: add ability to make nodes conditional on them being referenced Maxime Ripard
2018-04-22checks: drop warning for missing PCI bridge bus-range Rob Herring
2018-03-28checks: Print duplicate node name instead of parent name Geert Uytterhoeven
2018-03-07checks: add graph binding checks Rob Herring
2018-03-07checks: add a check for duplicate unit-addresses of child nodes Rob Herring
2018-03-06Suppress warnings on overlay fragments David Gibson
2018-02-10checks: centralize printing of property names in failure messages Rob Herring
2018-02-09checks: centralize printing of node path in check_msg Rob Herring
2017-12-15checks: add chosen node checks Rob Herring
2017-12-13checks: add aliases node checks Rob Herring
2017-12-13checks: check for #{size,address}-cells without child nodes Rob Herring
2017-12-13checks: add string list check for *-names properties Rob Herring
2017-12-13checks: add string list check Rob Herring
2017-12-13checks: add a string check for 'label' property Rob Herring