ARC: Add PCI support
authorJoao Pinto <Joao.Pinto@synopsys.com>
Thu, 10 Mar 2016 20:44:13 +0000 (14:44 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 10 Mar 2016 20:44:13 +0000 (14:44 -0600)
commitc1678ffcdea25afe4fbbebfab13d65a7db5458fb
tree41be9cd7cef62752ad396046315ba633258842cd
parented00c83cd4909dc268cc0639bf16804444ed8c79
ARC: Add PCI support

Add PCI support to ARC and update drivers/pci Makefile enabling the ARC
arch to use the generic PCI setup functions.

[bhelgaas: fold in Joao's pci-dma-compat.h & pci-bridge.h build fix (I
should have caught this myself, sorry]
Signed-off-by: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Kconfig
arch/arc/include/asm/dma.h
arch/arc/include/asm/io.h
arch/arc/include/asm/pci.h [new file with mode: 0644]
arch/arc/kernel/Makefile
arch/arc/kernel/pcibios.c [new file with mode: 0644]
arch/arc/plat-axs10x/Kconfig
drivers/pci/Makefile