]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: aardvark: Remove PCIe outbound window configuration
authorEvan Wang <xswang@marvell.com>
Fri, 6 Apr 2018 14:55:36 +0000 (16:55 +0200)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Wed, 27 Jun 2018 17:11:53 +0000 (18:11 +0100)
commitc5766e06bf5b69f1bb099e889d4949766c8834ce
tree52fc594dfd6d89349b162400c240aa2b86ec0743
parent1f6114c1b8f41af1ac60ce06d3dd8a1bb6f6df13
PCI: aardvark: Remove PCIe outbound window configuration

Outbound window is used to translate CPU space addresses to PCIe space
addresses when the CPU initiates PCIe transactions.

According to the suggestion of the HW designers, the recommended
solution is to use the default outbound parameters, even though the
current outbound window setting does not cause any known functional
issue.

This patch doesn't address any known functional issue, but aligns to
HW design guidelines, and removes code that isn't needed.

Signed-off-by: Evan Wang <xswang@marvell.com>
[Thomas: tweak commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[lorenzo.pieralisi@arm.com: handled host->controller dir move]
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Victor Gu <xigu@marvell.com>
Reviewed-by: Nadav Haklai <nadavh@marvell.com>
drivers/pci/controller/pci-aardvark.c