aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-01CI: Cirrus: bump used FreeBSD from 12.1 to 13.0Ahmad Fatoum1-2/+2
2021-10-21checks: Add an interrupt-map checkRob Herring5-0/+144
2021-10-14checks: Ensure '#interrupt-cells' only exists in interrupt providersRob Herring1-4/+10
2021-10-14checks: Drop interrupt provider '#address-cells' checkRob Herring1-5/+0
2021-10-14checks: Make interrupt_provider check dependent on interrupts_extended_is_cellRob Herring1-1/+1
2021-10-11treesource: Maintain phandle label/path on outputRob Herring3-6/+25
2021-09-27flattree: Use '\n', not ';' to separate asm pseudo-opsDavid Gibson1-1/+2
2021-09-27asm: Use assembler macros instead of cpp macrosDavid Gibson1-194/+207
2021-09-25asm: Use .asciz and .ascii instead of .stringRob Herring6-77/+75
2021-08-26fdtdump: fix -Werror=int-to-pointer-castMarc-André Lureau1-1/+1
2021-08-02libfdt: Add ALIGNMENT error stringGeorg Kotheimer1-0/+1
2021-06-30checks: Fix bus-range checkThierry Reding1-1/+1
2021-06-21Makefile: add -Wsign-compare to warning optionsAndre Przywara1-1/+1
2021-06-21checks: Fix signedness comparisons warningsAndre Przywara1-10/+10
2021-06-21dtc: Wrap phandle validity checkAndre Przywara3-7/+12
2021-06-21fdtget: Fix signedness comparisons warningsAndre Przywara2-2/+15
2021-06-21tests: Fix signedness comparisons warningsAndre Przywara13-16/+35
2021-06-15dtc: Fix signedness comparisons warnings: pointer diffAndre Przywara1-1/+1
2021-06-15dtc: Fix signedness comparisons warnings: reservednumAndre Przywara3-4/+4
2021-06-15fdtdump: Fix signedness comparisons warningsAndre Przywara1-3/+3
2021-06-08Bump version to v1.6.1v1.6.1David Gibson1-1/+1
2021-06-08Fix CID 1461557David Gibson1-5/+8
2021-06-08checks: Introduce is_multiple_of()David Gibson1-5/+13
2021-06-08Make handling of cpp line information more tolerantDavid Gibson1-1/+1
2021-06-08checks: Drop interrupt_cells_is_cell checkRob Herring2-4/+3
2021-06-08checks: Add check_is_cell() for all phandle+arg propertiesRob Herring1-1/+18
2021-06-08yamltree: Remove marker ordering dependencyRob Herring1-7/+9
2021-05-25pylibfdt: Rework "avoid unused variable warning" linesTom Rini1-2/+2
2021-05-04tests: add a positive gpio test caseIlya Lipnitskiy2-0/+14
2021-05-04checks: replace strstr and strrchr with strendsIlya Lipnitskiy1-18/+7
2021-05-04dtc.h: add strends for suffix matchingIlya Lipnitskiy1-0/+10
2021-05-04checks: tigthen up nr-gpios prop exceptionIlya Lipnitskiy1-1/+1
2021-04-07libfdt: Add FDT alignment check to fdt_check_header()Rob Herring1-0/+4
2021-03-23libfdt: Check that the root-node name is emptySimon Glass6-3/+30
2021-03-23libfdt: Check that there is only one root nodeSimon Glass6-2/+32
2021-03-12dtc: Remove -O dtbo supportMasahiro Yamada1-2/+0
2021-03-09libfdt: Fix a possible "unchecked return value" warningDavid Gibson1-1/+4
2021-02-15checks: Warn on node-name and property name being the sameKumar Gala1-1/+15
2021-02-10checks: Change node-name check to match devicetree specKumar Gala1-3/+4
2021-02-07util: limit gnu_printf format attribute to gcc >= 4.4.0Jonathan Gray1-3/+3
2021-02-03gitignore: Ignore the swp filesViresh Kumar1-0/+1
2021-02-03gitignore: Add cscope filesViresh Kumar1-0/+4
2021-01-28Update Jon Loeliger's emailDavid Gibson2-2/+2
2021-01-15fdtdump: Fix gcc11 warningDavid Gibson1-1/+1
2021-01-13srcpos: increase MAX_SRCFILE_DEPTHIgnacy Kuchciński1-1/+1
2021-01-11dtc: Allow overlays to have .dtbo extensionViresh Kumar1-0/+4
2021-01-04Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell3-2/+5
2020-12-22tests: Fix overlay_overlay_nosugar test casePaul Barker2-5/+5
2020-12-16libfdt: Tweak description of assume-aligned load helpersDavid Gibson1-7/+7
2020-12-16libfdt: Internally perform potentially unaligned loadsTom Rini3-15/+32