Merge branch 'remotes/lorenzo/pci/dwc'
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 24 May 2022 21:42:24 +0000 (16:42 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 24 May 2022 21:42:24 +0000 (16:42 -0500)
commit39348d2eb2f5b4ffe47b708240ed243d05c563c4
treef3f97dc3a0c8714e93d2d4ac0a8463e92577d8aa
parent086ab94321f48b4b7d37d12c78e6e1274f082eb7
parente8aae154df6121167e5b4f156cfc2402e651d2b1
Merge branch 'remotes/lorenzo/pci/dwc'

- Return error instead of success if DMA mapping of MSI area fails (Jiantao
  Zhang)

- Drop tegra194 MSI register save/restore, which is unnecessary since the
  DWC core does it (Jisheng Zhang)

- Factor out qcom enable/disable resources code (Dmitry Baryshkov)

- Remove "snps,dw-pcie" from rockchip-dwc DT "compatible" property because
  it's not fully compatible with rockchip (Peter Geis)

- Reset rockchip-dwc controller at probe (Peter Geis)

- Add rockchip-dwc INTx support (Peter Geis)

* remotes/lorenzo/pci/dwc:
  PCI: rockchip-dwc: Add legacy interrupt support
  PCI: rockchip-dwc: Reset core at driver probe
  dt-bindings: PCI: Remove fallback from Rockchip DesignWare binding
  PCI: qcom-ep: Move enable/disable resources code to common functions
  PCI: tegra194: Remove unnecessary MSI enable reg save and restore
  PCI: dwc: Fix setting error return on MSI DMA mapping failure