aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-08meson: increase default timeout for testsMarc-André Lureau1-0/+1
2020-12-08meson: do not assume python is installed, skip testsMarc-André Lureau1-6/+6
2020-12-08meson: fix -Wall warningMarc-André Lureau1-10/+12
2020-11-24libfdt: Check for 8-byte address alignment in fdt_ro_probe_()Tom Rini2-1/+9
2020-10-21build-sys: add meson buildMarc-André Lureau6-0/+331
2020-10-21pylibfdt: allow build out of treeMarc-André Lureau2-10/+21
2020-10-13dtc: Fix signedness comparisons warnings: Wrap (-1)Andre Przywara1-1/+1
2020-10-13dtc: Fix signedness comparisons warnings: change typesAndre Przywara5-14/+14
2020-10-13convert-dtsv0: Fix signedness comparisons warningAndre Przywara1-1/+1
2020-10-13libfdt: Fix kernel-doc commentsAndre Przywara1-36/+75
2020-10-02checks: Allow PCI bridge child nodes without an addressRob Herring1-3/+1
2020-10-02libfdt: fdt_strerror(): Fix comparison warningAndre Przywara1-2/+2
2020-10-02libfdt: fdt_get_string(): Fix sequential write comparison warningsAndre Przywara1-4/+6
2020-10-02libfdt: libfdt_wip: Fix comparison warningAndre Przywara1-1/+1
2020-10-02libfdt: fdt_create_with_flags(): Fix comparison warningAndre Przywara1-2/+2
2020-10-02libfdt: fdt_move(): Fix comparison warningsAndre Przywara1-1/+4
2020-10-02libfdt: fdt_add_string_(): Fix comparison warningAndre Przywara1-7/+7
2020-09-25libfdt: fdt_node_offset_by_phandle(): Fix comparison warningAndre Przywara1-1/+1
2020-09-25libfdt: overlay: Fix comparison warningAndre Przywara1-1/+2
2020-09-24libfdt: fdt_resize(): Fix comparison warningAndre Przywara1-1/+4