commit | f719582435afe9c7985206e42d804ea6aa315d33 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Wed Apr 12 13:25:59 2017 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Apr 20 08:47:47 2017 -0500 |
tree | 0f0ea2ee1adc77e1e81c1410e5569e5d6136ffb6 | |
parent | f66e225828c1b046c7db1db65b0dd2d135f6a2da [diff] |
PCI: Add pci_mmap_resource_range() and use it for ARM64 Starting to leave behind the legacy of the pci_mmap_page_range() interface which takes "user-visible" BAR addresses. This takes just the resource and offset. For now, both APIs coexist and depending on the platform, one is implemented as a wrapper around the other. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>