1. 11 May, 2020 16 commits
  2. 05 May, 2020 1 commit
  3. 04 May, 2020 11 commits
  4. 03 May, 2020 9 commits
  5. 01 May, 2020 2 commits
    • Rob Herring's avatar
      dt-bindings: Add a minimum version check for dtschema · ea5b8b5e
      Rob Herring authored
      The dtschema package must be somewhat up to date as the tools and
      meta-schema checks are still evolving. Implement a version check,
      so this can be enforced. This will help ensure new schema submissions
      get checked against the latest meta-schemas.
      Reviewed-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      ea5b8b5e
    • Lubomir Rintel's avatar
      dt-bindings: serial: Convert 8250 to json-schema · e69f5dc6
      Lubomir Rintel authored
      Some fixes were done during the conversion:
      
      Slightly better examples. The original example was for an OMAP serial
      port, which is not even described by this binding, but by
      omap_serial.txt instead.
      
      Added compatible strings, that were used, byt not documented:
      andestech,uart16550, cavium,octeon-3860-uart, fsl,16550-FIFO64,
      nvidia,tegra186-uart, nvidia,tegra194-uart, nxp,lpc1850-uart,
      opencores,uart16550-rtlsvn105, ralink,mt7620a-uart, ralink,rt3052-uart,
      ralink,rt3883-uart and xlnx,xps-uart16550-2.00.b.
      
      Removed "serial" compatible string. It's redundant with the node name
      (which, in OFW, serves the same purpose as the compatible string).
      Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
      [robh: allow additional properties. clocks/clock-frequency can be
      optional on original 8250 series with standard clocks]
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      e69f5dc6
  6. 30 Apr, 2020 1 commit