]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit55d7c07dc884ff1286daff409a12c98a13250015
tree5e42ce5793856f3b00a71c627838e327e30b7910
parent38bc35bee44440b1665ab4b2c6f307a6447ac13b
parentd359177dd5f6c8517ccc9cf5bf525f1ca99b1abf
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