summaryrefslogtreecommitdiff
path: root/checks.c
Commit message (Expand)AuthorAgeFilesLines
* checks: Fix crash in graph_child_address if 'reg' cell size != 1Johannes Beisswenger2023-05-141-25/+25
* checks: Fix segmentation fault in check_graph_nodeJohannes Beisswenger2023-05-071-0/+5
* checks: correct I2C 10-bit address checkMatt Ranostay2023-03-011-3/+4
* checks: make check.data constMarc-André Lureau2023-03-011-5/+5
* checks.c: fix check_msg() leakMarc-André Lureau2023-03-011-0/+1
* checks.c: fix heap-buffer-overflowMarc-André Lureau2023-03-011-1/+1
* checks: Update #{size,address}-cells check for 'dma-ranges'Qun-Wei Lin2023-02-021-2/+2
* Handle integer overflow in check_property_phandle_args()David Gibson2021-12-291-6/+9
* checks: Add an interrupt-map checkRob Herring2021-10-211-0/+85
* checks: Ensure '#interrupt-cells' only exists in interrupt providersRob Herring2021-10-141-4/+10
* checks: Drop interrupt provider '#address-cells' checkRob Herring2021-10-141-5/+0
* checks: Make interrupt_provider check dependent on interrupts_extended_is_cellRob Herring2021-10-141-1/+1
* checks: Fix bus-range checkThierry Reding2021-06-301-1/+1
* checks: Fix signedness comparisons warningsAndre Przywara2021-06-211-10/+10
* dtc: Wrap phandle validity checkAndre Przywara2021-06-211-5/+5
* checks: Introduce is_multiple_of()David Gibson2021-06-081-5/+13
* checks: Drop interrupt_cells_is_cell checkRob Herring2021-06-081-2/+1
* checks: Add check_is_cell() for all phandle+arg propertiesRob Herring2021-06-081-1/+18
* checks: replace strstr and strrchr with strendsIlya Lipnitskiy2021-05-041-18/+7
* checks: tigthen up nr-gpios prop exceptionIlya Lipnitskiy2021-05-041-1/+1
* checks: Warn on node-name and property name being the sameKumar Gala2021-02-151-1/+15
* checks: Change node-name check to match devicetree specKumar Gala2021-02-101-3/+4
* checks: Allow PCI bridge child nodes without an addressRob Herring2020-10-021-3/+1
* checks: Improve i2c reg property checkingJoel Stanley2020-06-221-2/+6
* checks: Remove warning for I2C_OWN_SLAVE_ADDRESSJoel Stanley2020-06-221-0/+6
* checks: Add interrupt provider testAndre Przywara2020-05-181-1/+24
* check: Inform about missing rangesArkadiusz Drabczyk2020-03-101-1/+1
* checks: Add 'dma-ranges' checkRob Herring2020-03-041-10/+13
* Ignore phandle properties in /aliasesv1.5.1David Gibson2019-09-041-0/+5
* 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