[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL_JsqJ+5B45FRfwc+OK2q+on8sNSyKuZ=w2C1Ar+38LKVrDOQ@mail.gmail.com>
Date: Thu, 23 Jan 2020 15:05:41 -0600
From: Rob Herring <robh@...nel.org>
To: devicetree@...r.kernel.org
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
PCI <linux-pci@...r.kernel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Andrew Murray <andrew.murray@....com>,
Zhou Wang <wangzhou1@...ilicon.com>,
Will Deacon <will@...nel.org>,
David Daney <david.daney@...ium.com>
Subject: Re: [PATCH v2 3/3] dt-bindings: PCI: Convert generic host binding to
DT schema
On Tue, Dec 31, 2019 at 1:39 PM Rob Herring <robh@...nel.org> wrote:
>
> Convert the generic PCI host binding to DT schema. The derivative Juno,
> PLDA XpressRICH3-AXI, and Designware ECAM bindings all just vary in
> their compatible strings. The simplest way to convert those to
> schema is just add them into the common generic PCI host schema.
>
> The HiSilicon ECAM and Cavium ThunderX PEM bindings have an additional
> 'reg' entry, but are otherwise the same binding as well.
>
> Cc: Bjorn Helgaas <bhelgaas@...gle.com>
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@....com>
> Cc: Andrew Murray <andrew.murray@....com>
> Cc: Zhou Wang <wangzhou1@...ilicon.com>
> Cc: Will Deacon <will@...nel.org>
> Cc: David Daney <david.daney@...ium.com>
> Signed-off-by: Rob Herring <robh@...nel.org>
> ---
> v2:
> - Add in Cavium PEM and HiSilicon ECAM bindings
> - Drop dma-coherent description
> - Drop leftover interrupt mapping text
> - Add description for generic compatibles and drop 'contains'
>
> .../bindings/pci/arm,juno-r1-pcie.txt | 10 -
> .../bindings/pci/designware-pcie-ecam.txt | 42 -----
> .../bindings/pci/hisilicon-pcie.txt | 42 -----
> .../bindings/pci/host-generic-pci.txt | 101 ----------
> .../bindings/pci/host-generic-pci.yaml | 172 ++++++++++++++++++
> .../bindings/pci/pci-thunder-ecam.txt | 30 ---
> .../bindings/pci/pci-thunder-pem.txt | 43 -----
> .../bindings/pci/plda,xpressrich3-axi.txt | 12 --
> MAINTAINERS | 2 +-
> 9 files changed, 173 insertions(+), 281 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pci/arm,juno-r1-pcie.txt
> delete mode 100644 Documentation/devicetree/bindings/pci/designware-pcie-ecam.txt
> delete mode 100644 Documentation/devicetree/bindings/pci/host-generic-pci.txt
> create mode 100644 Documentation/devicetree/bindings/pci/host-generic-pci.yaml
> delete mode 100644 Documentation/devicetree/bindings/pci/pci-thunder-ecam.txt
> delete mode 100644 Documentation/devicetree/bindings/pci/pci-thunder-pem.txt
> delete mode 100644 Documentation/devicetree/bindings/pci/plda,xpressrich3-axi.txt
Applied to DT tree.
Rob
Powered by blists - more mailing lists