summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-3/+0
|\
| * dt-bindings: Turn on undocumented compatible checksRob Herring2024-01-221-3/+0
* | dt-bindings: don't anchor DT_SCHEMA_FILES to bindings directoryAndré Draszik2024-01-161-1/+4
|/
* dt-bindings: ignore paths outside kernel for DT_SCHEMA_FILESAndré Draszik2024-01-091-1/+1
* dt-bindings: Drop kernel copy of common reserved-memory bindingsRob Herring2023-10-241-1/+1
* dt-bindings: Fix multi pattern support in DT_SCHEMA_FILESCristian Ciocaltea2023-02-151-1/+1
* dt: Add a check for undocumented compatible strings in kernelRob Herring2022-09-271-0/+3
* dt-bindings: Drop DT_MK_SCHEMA_FLAGS conditional selecting schema filesRob Herring2022-08-101-3/+1
* dt-bindings: kbuild: Make DT_SCHEMA_LINT a recursive variableNathan Chancellor2022-03-231-1/+1
* dt-bindings: kbuild: Use DTB files for validationRob Herring2022-03-111-4/+3
* dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validateRob Herring2022-03-111-25/+3
* dt-bindings: kbuild: Print a warning if yamllint is not foundRob Herring2022-03-101-1/+2
* dt-bindings: kbuild: Support partial matches with DT_SCHEMA_FILESRob Herring2022-03-031-10/+5
* dt-bindings: Only show unique unit address warning for enabled nodesSam Protsenko2021-12-061-1/+3
* dt-bindings: Add a help message when dtschema tools are missingRob Herring2021-10-281-0/+5
* dt-bindings: Consider DT_SCHEMA_FILES when finding all json-schemaGeert Uytterhoeven2021-10-201-4/+11
* dt-bindings: Parallelize yamllintGeert Uytterhoeven2021-10-201-1/+1
* dt-bindings: Output yamllint warnings to stderrRob Herring2021-08-201-1/+1
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-1/+1
|\
| * kbuild: replace sed with $(subst ) or $(patsubst )Masahiro Yamada2021-04-251-1/+1
* | kbuild: Enable DT undocumented compatible checksRob Herring2021-03-161-0/+3
* | dt-bindings: Bump dtschema version required to v2021.2.1Rob Herring2021-03-151-1/+1
|/
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-4/+4
|\
| * kbuild: use always-y instead of extra-yMasahiro Yamada2021-02-161-4/+4
* | dt-bindings: Use portable sort for version cmpIskren Chernev2021-02-091-1/+1
|/
* dt-bindings: Fix error in 'make dtbs_check' when using DT_SCHEMA_FILESCristian Ciocaltea2020-12-071-1/+1
* dt-bindings: Don't error out on yamllint and dt-doc-validate errorsRob Herring2020-11-201-4/+4
* dt-bindings: Add running yamllint to dt_binding_checkRob Herring2020-10-121-1/+8
* dt-bindings: Validate DT binding schema in a single callRob Herring2020-08-191-7/+15
* dt-bindings: Use json for processed-schema*Andrei Ziureaev2020-08-191-12/+13
* dt-bindings: Bump minimum version of dtschema to 2020.8.1Rob Herring2020-08-191-1/+1
* dt-bindings: copy process-schema-examples.yaml to process-schema.yamlMasahiro Yamada2020-06-301-8/+20
* dt-bindings: do not build processed-schema.yaml for 'make dt_binding_check'Masahiro Yamada2020-06-301-1/+1
* dt-bindings: fix error in 'make clean' after 'make dt_binding_check'Masahiro Yamada2020-06-301-0/+5
* scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19cRob Herring2020-06-301-1/+2
* dt-bindings: Add a minimum version check for dtschemaRob Herring2020-05-011-3/+11
* dt-bindings: Fix command line length limit calling dt-mk-schemaRob Herring2020-04-241-8/+10
* dt-bindings: Re-enable core schemas for dtbs_checkRob Herring2020-04-221-1/+2
* kbuild: allow to run dt_binding_check and dtbs_check in a single commandMasahiro Yamada2020-03-131-5/+3
* kbuild: Build DT binding examples with dtc warnings enabledRob Herring2020-03-031-0/+4
* kbuild: Always validate DT binding examplesRob Herring2020-03-031-8/+14
* dt-bindings: Improve validation build error handlingRob Herring2019-11-141-1/+4
* dt-bindings: Fix generated example files getting added to schemasRob Herring2019-07-301-1/+3
* dt-bindings: Check the examples against the schemasRob Herring2019-06-131-1/+1
* dt-bindings: Pass binding directory to validation toolsRob Herring2019-05-221-1/+1
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-101-1/+1
|\
| * kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-1/+1
* | dt-bindings: Fix dt_binding_check target for in tree buildsRob Herring2019-01-231-1/+5
|/
* kbuild: Add support for DT binding schema checksRob Herring2018-12-131-0/+27