aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27dt: Add a check for undocumented compatible strings in kernelRob Herring1-0/+69
2022-05-20h8300: remove stale bindings and symlinkArnd Bergmann1-1/+0
2022-03-26Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds3-14/+409
2022-03-11dt-bindings: kbuild: Use DTB files for validationRob Herring2-14/+1
2022-02-28of: unittest: add program to process EXPECT messagesFrank Rowand1-0/+408
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2022-02-04scripts/dtc: Call pkg-config POSIXly correctThomas Bracht Laumann Jespersen1-1/+1
2022-01-17scripts/dtc: dtx_diff: remove broken example from help textMatthias Schiffer1-6/+2
2021-10-29scripts/dtc: Update to upstream version v1.6.1-19-g0a3a9d3449c8Rob Herring14-114/+275
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada1-2/+2
2021-03-05Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+0
2021-02-23dts: drop dangling c6x symlinkMichal Kubecek1-1/+0
2021-02-23scripts/dtc: Add missing fdtoverlay to gitignoreRob Herring2-0/+2
2021-02-04scripts: dtc: Remove the unused fdtdump.c fileViresh Kumar1-163/+0
2021-02-04scripts: dtc: Build fdtoverlay toolViresh Kumar1-1/+7
2021-02-04scripts/dtc: Update to upstream version v1.6.0-51-g183df9e9c2b9Rob Herring15-71/+350
2021-02-03scripts: dtc: Fetch fdtoverlay.c from external DTC projectViresh Kumar1-1/+2
2020-10-12scripts/dtc: Update to upstream version v1.6.0-31-gcbca977ea121Rob Herring11-42/+58
2020-10-06Merge branch 'dt/linus' into dt/nextRob Herring1-1/+1
2020-09-29scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwritingUwe Kleine-König1-1/+1
2020-08-19scripts/dtc: dtx_diff - make help text formatting consistentGeert Uytterhoeven1-1/+2
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada1-3/+2
2020-06-30scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19cRob Herring9-14/+86
2020-06-08scripts/dtc: use pkg-config to include <yaml.h> in non-standard pathMasahiro Yamada1-0/+3
2020-04-17kbuild: check libyaml installation for 'make dt_binding_check'Masahiro Yamada1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-04-02Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds11-208/+298
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+3
2020-03-27scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller1-1/+0
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-13scripts/dtc: Update to upstream version v1.6.0-2-g87a656ae5ff9Rob Herring9-166/+296
2020-03-13scripts/dtc: Remove unused makefile fragmentsRob Herring3-43/+2
2020-03-13kbuild: allow to run dt_binding_check without kernel configurationMasahiro Yamada1-2/+3
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2020-01-28scripts/dtc: Revert "yamltree: Ensure consistent bracketing of properties with phandles"Rob Herring1-21/+0
2019-12-26scripts/dtc: Update to upstream version v1.5.1-22-gc40aeb60b47aRob Herring14-32/+84
2019-11-04dtc: Use pkg-config to locate libyamlPavel Modilaynen1-2/+2
2019-11-04scripts/dtc: dtx_diff - add color output supportGeert Uytterhoeven1-1/+11
2019-07-11Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds23-687/+416
2019-06-21scripts/dtc: Update to upstream version v1.5.0-30-g702c1b6c0e73Rob Herring31-833/+31
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 473Thomas Gleixner1-2/+1
2019-06-12scripts/dtc: Update to upstream version v1.5.0-23-g87963ee20693Rob Herring15-56/+399
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner15-233/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-3/+3
2019-02-28of: add dtc annotations functionality to dtx_diffFrank Rowand1-1/+12
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring1-0/+4
2018-12-13kbuild: Add support for DT binding schema checksRob Herring1-0/+4
2018-11-28scripts/dtc: Update to upstream version v1.4.7-57-gf267e674d145Rob Herring17-147/+436