2021-07-18 11:43:01

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH v5 0/5] convert designware-pcie.txt to yaml

This series convert designware-pcie.txt to DT schema.

I opted to move the pcie-kirin.txt changes out of this series. I'll submit
it in separate, as they should come after some changes I'm doing at
pcie-kirin.c driver.

v5:
- Addressed some issues pointed by Rob Herring:
Added interrupts and interrupt-cells to DT;
Addressed warnings generated with make dbs-check on existing
*.dts* files.

Mauro Carvalho Chehab (5):
dt-bindings: PCI: add snps,dw-pcie.yaml
dt-bindings: PCI: add snps,dw-pcie-ep.yaml
dt-bindings: PCI: update references to Designware schema
dt-bindings: PCI: remove designware-pcie.txt
dt-bindings: arm64: tegra: fix pcie-ep DT nodes

.../bindings/pci/amlogic,meson-pcie.txt | 4 +-
.../bindings/pci/axis,artpec6-pcie.txt | 2 +-
.../bindings/pci/designware-pcie.txt | 77 -------------
.../bindings/pci/fsl,imx6q-pcie.txt | 2 +-
.../bindings/pci/hisilicon-histb-pcie.txt | 2 +-
.../devicetree/bindings/pci/kirin-pcie.txt | 2 +-
.../bindings/pci/layerscape-pci.txt | 2 +-
.../bindings/pci/nvidia,tegra194-pcie.txt | 7 +-
.../devicetree/bindings/pci/pci-armada8k.txt | 2 +-
.../devicetree/bindings/pci/pcie-al.txt | 2 +-
.../devicetree/bindings/pci/qcom,pcie.txt | 14 +--
.../bindings/pci/samsung,exynos-pcie.yaml | 4 +-
.../bindings/pci/sifive,fu740-pcie.yaml | 4 +-
.../bindings/pci/snps,dw-pcie-ep.yaml | 90 ++++++++++++++++
.../devicetree/bindings/pci/snps,dw-pcie.yaml | 102 ++++++++++++++++++
.../pci/socionext,uniphier-pcie-ep.yaml | 4 +-
.../devicetree/bindings/pci/ti-pci.txt | 4 +-
.../devicetree/bindings/pci/uniphier-pcie.txt | 2 +-
MAINTAINERS | 3 +-
.../boot/dts/nvidia/tegra194-p2972-0000.dts | 2 +-
.../boot/dts/nvidia/tegra194-p3509-0000.dtsi | 2 +-
arch/arm64/boot/dts/nvidia/tegra194.dtsi | 6 +-
22 files changed, 228 insertions(+), 111 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/pci/designware-pcie.txt
create mode 100644 Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml
create mode 100644 Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml

--
2.31.1