]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: endpoint: Setting BAR_5 to 64-bits wide is invalid
authorNiklas Cassel <niklas.cassel@axis.com>
Wed, 28 Mar 2018 11:50:08 +0000 (13:50 +0200)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Tue, 3 Apr 2018 11:23:47 +0000 (12:23 +0100)
commit18659a6159fd65d6d0c9a376d9d03b5859e8d7d8
tree3009866eb0b72c53efab2a60e05843fd51cf690e
parentd7dffb28ee9d39150db9750a33235e130aa6d28c
PCI: endpoint: Setting BAR_5 to 64-bits wide is invalid

Since a 64-bit BAR consists of a BAR pair, and since there is no
BAR after BAR_5, BAR_5 cannot be 64-bits wide.

This sanity check is done in pci_epc_set_bar(), so that we don't need
to do this sanity check in all epc->ops->set_bar() implementations.

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/pci-epc-core.c