aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27dt: Add a check for undocumented compatible strings in kernelRob Herring1-0/+3
2022-08-10dt-bindings: Drop DT_MK_SCHEMA_FLAGS conditional selecting schema filesRob Herring1-3/+1
2022-03-23dt-bindings: kbuild: Make DT_SCHEMA_LINT a recursive variableNathan Chancellor1-1/+1
2022-03-11dt-bindings: kbuild: Use DTB files for validationRob Herring1-4/+3
2022-03-11dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validateRob Herring1-25/+3
2022-03-10dt-bindings: kbuild: Print a warning if yamllint is not foundRob Herring1-1/+2
2022-03-03dt-bindings: kbuild: Support partial matches with DT_SCHEMA_FILESRob Herring1-10/+5
2021-12-06dt-bindings: Only show unique unit address warning for enabled nodesSam Protsenko1-1/+3
2021-10-28dt-bindings: Add a help message when dtschema tools are missingRob Herring1-0/+5
2021-10-20dt-bindings: Consider DT_SCHEMA_FILES when finding all json-schemaGeert Uytterhoeven1-4/+11
2021-10-20dt-bindings: Parallelize yamllintGeert Uytterhoeven1-1/+1
2021-08-20dt-bindings: Output yamllint warnings to stderrRob Herring1-1/+1
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-04-25kbuild: replace sed with $(subst ) or $(patsubst )Masahiro Yamada1-1/+1
2021-03-16kbuild: Enable DT undocumented compatible checksRob Herring1-0/+3
2021-03-15dt-bindings: Bump dtschema version required to v2021.2.1Rob Herring1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+4
2021-02-16kbuild: use always-y instead of extra-yMasahiro Yamada1-4/+4
2021-02-09dt-bindings: Use portable sort for version cmpIskren Chernev1-1/+1
2020-12-07dt-bindings: Fix error in 'make dtbs_check' when using DT_SCHEMA_FILESCristian Ciocaltea1-1/+1
2020-11-20dt-bindings: Don't error out on yamllint and dt-doc-validate errorsRob Herring1-4/+4
2020-10-12dt-bindings: Add running yamllint to dt_binding_checkRob Herring1-1/+8
2020-08-19dt-bindings: Validate DT binding schema in a single callRob Herring1-7/+15
2020-08-19dt-bindings: Use json for processed-schema*Andrei Ziureaev1-12/+13
2020-08-19dt-bindings: Bump minimum version of dtschema to 2020.8.1Rob Herring1-1/+1
2020-06-30dt-bindings: copy process-schema-examples.yaml to process-schema.yamlMasahiro Yamada1-8/+20
2020-06-30dt-bindings: do not build processed-schema.yaml for 'make dt_binding_check'Masahiro Yamada1-1/+1
2020-06-30dt-bindings: fix error in 'make clean' after 'make dt_binding_check'Masahiro Yamada1-0/+5
2020-06-30scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19cRob Herring1-1/+2
2020-05-01dt-bindings: Add a minimum version check for dtschemaRob Herring1-3/+11
2020-04-24dt-bindings: Fix command line length limit calling dt-mk-schemaRob Herring1-8/+10
2020-04-22dt-bindings: Re-enable core schemas for dtbs_checkRob Herring1-1/+2
2020-03-13kbuild: allow to run dt_binding_check and dtbs_check in a single commandMasahiro Yamada1-5/+3
2020-03-03kbuild: Build DT binding examples with dtc warnings enabledRob Herring1-0/+4
2020-03-03kbuild: Always validate DT binding examplesRob Herring1-8/+14
2019-11-14dt-bindings: Improve validation build error handlingRob Herring1-1/+4
2019-07-30dt-bindings: Fix generated example files getting added to schemasRob Herring1-1/+3
2019-06-13dt-bindings: Check the examples against the schemasRob Herring1-1/+1
2019-05-22dt-bindings: Pass binding directory to validation toolsRob Herring1-1/+1
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada1-1/+1
2019-01-23dt-bindings: Fix dt_binding_check target for in tree buildsRob Herring1-1/+5
2018-12-13kbuild: Add support for DT binding schema checksRob Herring1-0/+27