PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regs
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 18 Aug 2017 14:57:59 +0000 (20:27 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Aug 2017 21:00:37 +0000 (16:00 -0500)
commit3235b994950d84d64dd7c60a1dfe05b51a1533bf
treef84de1addc4e8f886d06eaf9e32ae0bf217e7c18
parent3ecf3232c54cf76a21e552879285be2f313b2e06
PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regs

pci_epf_test always maps the PCI_ENDPOINT_TEST registers to BAR_0. But if
BAR_0 is reserved for some other purpose (like in TI's K2G BAR_0 is mapped
to application registers and cannot be used to map any other regions),
PCI_ENDPOINT_TEST registers cannot be mapped making pci_epf_test unusable.
Add support to use any BAR to map PCI_ENDPOINT_TEST registers.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/endpoint/functions/pci-epf-test.c