Merge branch 'pci/resource'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Aug 2022 16:41:52 +0000 (11:41 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Aug 2022 16:41:52 +0000 (11:41 -0500)
commitbac0f4474c63ccd466f9b657d5a0fa102847f735
tree5fd3c4c01a779eca409ebde4443b0c64c53e7863
parent3dc4d3333ac6ed9cd3632e8ebb6a8dedeef7ae23
parentc1ef322491cb880fea4e52535b15448f2a573ded
Merge branch 'pci/resource'

- Replace sparc pci_mmap_page_range() wrapper.  This still leaves a
  sparc-specific pci_mmap_resource_range(), but it's only one interface
  instead of two (Arnd Bergmann)

- Remove sparc-specific pci_mmap_resource_range() by implementing
  pci_iobar_pfn().  This removes the ability to map the entire PCI I/O
  space using /proc/bus/pci, but we believe that's already been broken
  since v2.6.28 (Arnd Bergmann)

* pci/resource:
  sparc: Use generic pci_mmap_resource_range()
  PCI: Remove pci_mmap_page_range() wrapper