1. 23 Sep, 2020 1 commit
  2. 15 Sep, 2020 4 commits
  3. 14 Sep, 2020 27 commits
  4. 09 Sep, 2020 1 commit
  5. 08 Sep, 2020 3 commits
  6. 03 Sep, 2020 3 commits
  7. 19 Aug, 2020 1 commit
    • Rob Herring's avatar
      dt-bindings: Validate DT binding schema in a single call · 7ba58fff
      Rob Herring authored
      As the number of binding schemas has grown, the time to run
      dt_binding_check has gotten pretty slow. A large part of this is due to
      the slow startup time of Python (a well documented problem). There's not
      currently any benefit to running dt-doc-validate one file at a time, so
      let's switch it to run a single rule. Doing this means we loose the make
      parallelism, but we can use xargs instead. This speeds up the validation
      time from several minutes to <10 sec.
      
      Since the validation is a single step with no output, we move running it
      as part of the processed-schema-examples.json target. We also need to
      reorder the extra-y entries so the validation is run first rather than
      after all the examples are extracted.
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      7ba58fff