Merge branch 'pci/dwc'
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 24 Feb 2021 20:59:21 +0000 (14:59 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 24 Feb 2021 20:59:21 +0000 (14:59 -0600)
commit29b10c606f1a2caa3716f714edb533cbe8b2a20b
treee795f6db89889b039259d14199cf724776f58dc7
parent59189d06e06cfc57d215a8ad1d92d42b2730e380
parent2a34b86f9fc8003c02802393c447da876f01dee0
Merge branch 'pci/dwc'

- Always set DesignWare "TLP Digest" bit so generic code can enable ECRC
  via the AER Capability (Vidya Sagar)

- Drop support for config space in DT 'ranges' (Rob Herring)

- Increase width of outbound iATU size to u64 (Shradha Todi)

- Add upper limit address for outbound iATU (Shradha Todi)

- Allow dwc-based drivers that don't override any default ops (Jisheng
  Zhang)

- Drop unnecessary dw_pcie_ops from the al driver (Jisheng Zhang)

* pci/dwc:
  PCI: al: Remove useless dw_pcie_ops
  PCI: dwc: Don't assume the ops in dw_pcie always exist
  PCI: dwc: Add upper limit address for outbound iATU
  PCI: dwc: Change size to u64 for EP outbound iATU
  PCI: dwc: Drop support for config space in 'ranges'
  PCI: dwc: Work around ECRC configuration issue