mbox series

[v2,0/3] dt-bindings: pci: rcar-pci-host: convert bindings to json-schema

Message ID 1604035745-22095-1-git-send-email-yoshihiro.shimoda.uh@renesas.com
Headers show
Series dt-bindings: pci: rcar-pci-host: convert bindings to json-schema | expand

Message

Yoshihiro Shimoda Oct. 30, 2020, 5:29 a.m. UTC
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

Comments

Bjorn Helgaas Nov. 3, 2020, 10:37 p.m. UTC | #1
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
>
Yoshihiro Shimoda Nov. 4, 2020, 1:28 a.m. UTC | #2
Hi Bjorn,

> From: Bjorn Helgaas, Sent: Wednesday, November 4, 2020 7:38 AM
> 
> Please follow the subject line convention, e.g.,
> 
>   dt-bindings: PCI: rcar-pci-host: Convert ...
>   dt-bindings: PCI: rcar-pci-host: Document ...

I got it. I'll fix these subjects.

Best regards,
Yoshihiro Shimoda