Skip to content

Commit

Permalink
dt-bindings: Convert vendor prefixes to json-schema
Browse files Browse the repository at this point in the history
Convert the vendor prefix registry to a schema. This will enable checking
that new vendor prefixes are added (in addition to the less than perfect
checkpatch.pl check) and will also check against adding other prefixes
which are not vendors.

Converted vendor-prefixes.txt using the following sed script:

sed -e 's/\([a-zA-Z0-9\-]*\)[[:space:]]*\([a-zA-Z0-9].*\)/  "^\1,\.\*\":\n    description: \2/'

Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Rob Herring committed May 16, 2019
1 parent 01be377 commit 8122de5
Show file tree
Hide file tree
Showing 2 changed files with 977 additions and 476 deletions.
Loading

0 comments on commit 8122de5

Please sign in to comment.