PCI: endpoint: Handle 64-bit BARs properly
authorNiklas Cassel <niklas.cassel@axis.com>
Wed, 28 Mar 2018 11:50:13 +0000 (13:50 +0200)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Tue, 3 Apr 2018 11:38:04 +0000 (12:38 +0100)
commitfca83058753456528bef62579ae2b50799d7a473
tree4e722d95203314948064aa37141c38a7ee9a5e8e
parenta2ea8ac4ec72da44e2cf508e6431db0487b26893
PCI: endpoint: Handle 64-bit BARs properly

If a 64-bit BAR was set-up, we need to skip a BAR,
since a 64-bit BAR consists of a BAR pair.

We need to check what BAR width the epc->ops->set_bar() specific
implementation actually did set-up, since some drivers, like the
Cadence EP controller, sometimes sets up a 64-bit BAR, even though
a 32-bit BAR was requested.

Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/pci/endpoint/functions/pci-epf-test.c