summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to v1.6.1v1.6.1David Gibson2021-06-081-1/+1
* Fix CID 1461557David Gibson2021-06-081-5/+8
* checks: Introduce is_multiple_of()David Gibson2021-06-081-5/+13
* Make handling of cpp line information more tolerantDavid Gibson2021-06-081-1/+1
* checks: Drop interrupt_cells_is_cell checkRob Herring2021-06-082-4/+3
* checks: Add check_is_cell() for all phandle+arg propertiesRob Herring2021-06-081-1/+18
* yamltree: Remove marker ordering dependencyRob Herring2021-06-081-7/+9
* pylibfdt: Rework "avoid unused variable warning" linesTom Rini2021-05-251-2/+2
* tests: add a positive gpio test caseIlya Lipnitskiy2021-05-042-0/+14
* checks: replace strstr and strrchr with strendsIlya Lipnitskiy2021-05-041-18/+7
* dtc.h: add strends for suffix matchingIlya Lipnitskiy2021-05-041-0/+10
* checks: tigthen up nr-gpios prop exceptionIlya Lipnitskiy2021-05-041-1/+1
* libfdt: Add FDT alignment check to fdt_check_header()Rob Herring2021-04-071-0/+4
* libfdt: Check that the root-node name is emptySimon Glass2021-03-236-3/+30
* libfdt: Check that there is only one root nodeSimon Glass2021-03-236-2/+32
* dtc: Remove -O dtbo supportMasahiro Yamada2021-03-121-2/+0
* libfdt: Fix a possible "unchecked return value" warningDavid Gibson2021-03-091-1/+4
* 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
* util: limit gnu_printf format attribute to gcc >= 4.4.0Jonathan Gray2021-02-071-3/+3
* gitignore: Ignore the swp filesViresh Kumar2021-02-031-0/+1
* gitignore: Add cscope filesViresh Kumar2021-02-031-0/+4
* Update Jon Loeliger's emailDavid Gibson2021-01-282-2/+2
* fdtdump: Fix gcc11 warningDavid Gibson2021-01-151-1/+1
* srcpos: increase MAX_SRCFILE_DEPTHIgnacy Kuchciński2021-01-131-1/+1
* dtc: Allow overlays to have .dtbo extensionViresh Kumar2021-01-111-0/+4
* Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell2021-01-043-2/+5
* tests: Fix overlay_overlay_nosugar test casePaul Barker2020-12-222-5/+5
* libfdt: Tweak description of assume-aligned load helpersDavid Gibson2020-12-161-7/+7
* libfdt: Internally perform potentially unaligned loadsTom Rini2020-12-163-15/+32
* meson: increase default timeout for testsMarc-André Lureau2020-12-081-0/+1
* meson: do not assume python is installed, skip testsMarc-André Lureau2020-12-081-6/+6
* meson: fix -Wall warningMarc-André Lureau2020-12-081-10/+12
* libfdt: Check for 8-byte address alignment in fdt_ro_probe_()Tom Rini2020-11-242-1/+9
* build-sys: add meson buildMarc-André Lureau2020-10-216-0/+331
* pylibfdt: allow build out of treeMarc-André Lureau2020-10-212-10/+21
* dtc: Fix signedness comparisons warnings: Wrap (-1)Andre Przywara2020-10-131-1/+1
* dtc: Fix signedness comparisons warnings: change typesAndre Przywara2020-10-135-14/+14
* convert-dtsv0: Fix signedness comparisons warningAndre Przywara2020-10-131-1/+1
* libfdt: Fix kernel-doc commentsAndre Przywara2020-10-131-36/+75
* checks: Allow PCI bridge child nodes without an addressRob Herring2020-10-021-3/+1
* libfdt: fdt_strerror(): Fix comparison warningAndre Przywara2020-10-021-2/+2
* libfdt: fdt_get_string(): Fix sequential write comparison warningsAndre Przywara2020-10-021-4/+6
* libfdt: libfdt_wip: Fix comparison warningAndre Przywara2020-10-021-1/+1
* libfdt: fdt_create_with_flags(): Fix comparison warningAndre Przywara2020-10-021-2/+2
* libfdt: fdt_move(): Fix comparison warningsAndre Przywara2020-10-021-1/+4
* libfdt: fdt_add_string_(): Fix comparison warningAndre Przywara2020-10-021-7/+7
* libfdt: fdt_node_offset_by_phandle(): Fix comparison warningAndre Przywara2020-09-251-1/+1
* libfdt: overlay: Fix comparison warningAndre Przywara2020-09-251-1/+2
* libfdt: fdt_resize(): Fix comparison warningAndre Przywara2020-09-241-1/+4