Please follow the subject line convention, e.g., dt-bindings: PCI: rcar-pci-host: Convert ... dt-bindings: PCI: rcar-pci-host: Document ... On Fri, Oct 30, 2020 at 02:29:02PM +0900, Yoshihiro Shimoda wrote: > Convert bindings of rcar-pci.txt to json-schema. > > Changes from v1: > - In patch 1/3 > -- Fix indentation which yamllint detects. > -- Fix typo which checkpatch.pl detects. > -- Add ref: pci-bus.yaml > -- Remove some properties which the pci-bus.yaml defines. > -- Use unevaluatedProperties instead of additionalProperties. > - In patch 2/3 > -- Add Reviewed-by from Geert-san. > > Lad Prabhakar (1): > dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1 > > Yoshihiro Shimoda (2): > dt-bindings: pci: rcar-pci-host: convert bindings to json-schema > dt-bindings: pci: rcar-pci-host: document r8a77965 bindings > > .../devicetree/bindings/pci/rcar-pci-host.yaml | 115 +++++++++++++++++++++ > Documentation/devicetree/bindings/pci/rcar-pci.txt | 72 ------------- > 2 files changed, 115 insertions(+), 72 deletions(-) > create mode 100644 Documentation/devicetree/bindings/pci/rcar-pci-host.yaml > delete mode 100644 Documentation/devicetree/bindings/pci/rcar-pci.txt > > -- > 2.7.4 >