pci: mvebu: Add PCIe driver
authorAnton Schubert <anton.schubert@gmx.de>
Tue, 11 Aug 2015 09:54:01 +0000 (11:54 +0200)
committerLuka Perkov <luka.perkov@sartura.hr>
Mon, 17 Aug 2015 16:49:43 +0000 (18:49 +0200)
commit9c28d61c8e65f2b1cf2db1ba262fe37e973beaa7
tree06cf9514e2ea956af5692f3ed625c43804cb0fda
parent0ceb2dae788848ad6df9fb1cc0e20e632f380887
pci: mvebu: Add PCIe driver

This adds a PCI driver for the controllers found on Marvell MVEBU SoCs.

Besides the driver, this patch also removes the statically defined
PCI MBUS windows. As they are not needed anymore, since this PCIe
driver now creates the windows dynamically.

Tested on Armada XP db-mv784mp-gp eval board using an Intel E1000
PCIe card in all 3 PCIe slots. And on the Armada 38x db-88f6820-gp
eval board using this Intel E1000 PCIe card in the PCIe 0 slot.

This port was done in cooperation with Anton Schubert.

Signed-off-by: Anton Schubert <anton.schubert@gmx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Dirk Eibach <eibach@gdsys.de>
arch/arm/mach-mvebu/cpu.c
drivers/pci/Makefile
drivers/pci/pci_mvebu.c [new file with mode: 0644]