1. 29 Oct, 2019 7 commits
  2. 25 Oct, 2019 5 commits
  3. 24 Oct, 2019 1 commit
  4. 23 Oct, 2019 7 commits
  5. 16 Oct, 2019 1 commit
    • Rob Herring's avatar
      dt-bindings: iommu: Convert Arm SMMU to DT schema · d27bd6b9
      Rob Herring authored
      Convert the Arm SMMU binding to DT schema.
      
      The existing binding doc doesn't cover the number of variations of
      compatible properties found in .dts files. "qcom,msm8998-smmu-v2" was
      also missing, so add it.
      
      SoCFPGA Stratix10 has a single clock defined which doesn't match the
      binding. This issue remains.
      
      Cc: Joerg Roedel <joro@8bytes.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Will Deacon <will@kernel.org>
      Cc: Robin Murphy <Robin.Murphy@arm.com>
      Cc: iommu@lists.linux-foundation.org
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      d27bd6b9
  6. 15 Oct, 2019 12 commits
  7. 14 Oct, 2019 6 commits
  8. 11 Oct, 2019 1 commit
    • Rob Herring's avatar
      checkpatch: Warn if DT bindings are not in schema format · e400edb1
      Rob Herring authored
      DT bindings are moving to using a json-schema based schema format
      instead of freeform text. Add a checkpatch.pl check to encourage using
      the schema for new bindings. It's not yet a requirement, but is
      progressively being required by some maintainers.
      
      Cc: Andy Whitcroft <apw@canonical.com>
      Cc: Joe Perches <joe@perches.com>
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      e400edb1