aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-26Fix Python crash on getprop deallocationLuca Weiss1-2/+4
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki7-5/+18
2021-11-18libfdt: overlay: make overlay_get_target() publicVikram Garhwal3-22/+26
2021-11-17libfdt: fix an incorrect integer promotionElvira Khabirova1-1/+1
2021-11-12pylibfdt: Add packaging metadataRob Herring2-0/+20
2021-11-12README: Update pylibfdt install instructionsRob Herring1-7/+13
2021-11-12pylibfdt: fix with Python 3.10Ross Burton2-2/+3
2021-11-11pylibfdt: Move setup.py to the top levelRob Herring5-11/+24
2021-11-11pylibfdt: Split setup.py author name and emailRob Herring1-1/+2
2021-11-11pylibfdt: Use setuptools_scm for the versionRob Herring3-16/+5
2021-11-11pylibfdt: Use setuptools instead of distutilsRob Herring1-1/+1
2021-11-11libfdt: Add static lib to meson buildRob Herring1-0/+5
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