mbox series

[0/2] PCI: Make "cdns,max-outbound-regions" optional DT property

Message ID 20201106151107.3987-1-kishon@ti.com
Headers show
Series PCI: Make "cdns,max-outbound-regions" optional DT property | expand

Message

Kishon Vijay Abraham I Nov. 6, 2020, 3:11 p.m. UTC
Make "cdns,max-outbound-regions" optional DT property in all the
platforms using Cadence PCIe core.

Kishon Vijay Abraham I (2):
  dt-bindings: PCI: Make "cdns,max-outbound-regions" optional property
  PCI: cadence: Do not error if "cdns,max-outbound-regions" is not found

 Documentation/devicetree/bindings/pci/cdns-pcie-ep.yaml  | 3 ---
 .../devicetree/bindings/pci/ti,j721e-pci-ep.yaml         | 2 --
 drivers/pci/controller/cadence/pcie-cadence-ep.c         | 9 +++------
 drivers/pci/controller/cadence/pcie-cadence.h            | 1 +
 4 files changed, 4 insertions(+), 11 deletions(-)

-- 
2.17.1

Comments

Lorenzo Pieralisi Nov. 20, 2020, 5:24 p.m. UTC | #1
On Fri, 6 Nov 2020 20:41:05 +0530, Kishon Vijay Abraham I wrote:
> Make "cdns,max-outbound-regions" optional DT property in all the

> platforms using Cadence PCIe core.

> 

> Kishon Vijay Abraham I (2):

>   dt-bindings: PCI: Make "cdns,max-outbound-regions" optional property

>   PCI: cadence: Do not error if "cdns,max-outbound-regions" is not found

> 

> [...]


Applied to pci/cadence, thanks!

[1/2] dt-bindings: PCI: Make "cdns,max-outbound-regions" optional property
      https://git.kernel.org/lpieralisi/pci/c/4a2b9125c9
[2/2] PCI: cadence: Do not error if "cdns,max-outbound-regions" is not found
      https://git.kernel.org/lpieralisi/pci/c/e87d17ca6a

Thanks,
Lorenzo