Merge branch 'remotes/lorenzo/pci/mvebu'
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 15 Aug 2018 19:59:15 +0000 (14:59 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 15 Aug 2018 19:59:15 +0000 (14:59 -0500)
commit323fc7509a2a752207924dee9866a1b4f2838db4
tree5e42ce5793856f3b00a71c627838e327e30b7910
parent732c47019de9033a68ba50175b469c9cd105df73
parentf23d0d449c169d94cc958196a1d088705ef26ebc
Merge branch 'remotes/lorenzo/pci/mvebu'

  - Fix mvebu I/O space remapping issues (Thomas Petazzoni)

  - Use generic pci_host_bridge in mvebu instead of ARM-specific API
    (Thomas Petazzoni)

* remotes/lorenzo/pci/mvebu:
  PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers()
  PCI: mvebu: Convert to use pci_host_bridge directly
  PCI: mvebu: Use resource_size() to remap I/O space
  PCI: mvebu: Only remap I/O space if configured
  PCI: mvebu: Fix I/O space end address calculation
  PCI: mvebu: Remove redundant platform_set_drvdata() call