mbox series

[v3,0/3] dt-bindings: PCI: rcar-pci-host: Convert bindings to json-schema

Message ID 1604455096-13923-1-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series dt-bindings: PCI: rcar-pci-host: Convert bindings to json-schema | expand

Message

Yoshihiro Shimoda Nov. 4, 2020, 1:58 a.m. UTC
Convert bindings of rcar-pci.txt to json-schema. Also, document
r8a77965 and r8a774e1 to the yaml file.

Changes from v2:
 - Fix the subjects of all patches which Bjorn pointed it out:
 https://patchwork.kernel.org/project/linux-renesas-soc/cover/1604035745-22095-1-git-send-email-yoshihiro.shimoda.uh@renesas.com/#23734117
 - Minor fix the description in the patch 3/3.
 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=373695

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.
 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=371929


Lad Prabhakar (1):
  dt-bindings: PCI: rcar-pci-host: Document r8a774e1 bindings

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

Lorenzo Pieralisi Nov. 20, 2020, 5:20 p.m. UTC | #1
On Wed, 4 Nov 2020 10:58:13 +0900, Yoshihiro Shimoda wrote:
> Convert bindings of rcar-pci.txt to json-schema. Also, document
> r8a77965 and r8a774e1 to the yaml file.
> 
> Changes from v2:
>  - Fix the subjects of all patches which Bjorn pointed it out:
>  https://patchwork.kernel.org/project/linux-renesas-soc/cover/1604035745-22095-1-git-send-email-yoshihiro.shimoda.uh@renesas.com/#23734117
>  - Minor fix the description in the patch 3/3.
>  https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=373695
> 
> [...]

Applied to pci/rcar, thanks!

[1/3] dt-bindings: PCI: rcar-pci-host: Convert bindings to json-schema
      https://git.kernel.org/lpieralisi/pci/c/0d69ce3c2c
[2/3] dt-bindings: PCI: rcar-pci-host: Document r8a77965 bindings
      https://git.kernel.org/lpieralisi/pci/c/2228af8093
[3/3] dt-bindings: PCI: rcar-pci-host: Document r8a774e1 bindings
      https://git.kernel.org/lpieralisi/pci/c/64fc0a0309

Thanks,
Lorenzo