2005-04-17 02:20:36 +04:00
#
# Makefile for the PCI bus specific drivers.
#
2012-04-03 05:31:53 +04:00
obj-y += access.o bus.o probe.o host-bridge.o remove.o pci.o \
2008-08-03 22:02:12 +04:00
pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
2017-06-28 23:14:02 +03:00
irq.o vpd.o setup-bus.o vc.o mmap.o setup-irq.o
2005-04-17 02:20:36 +04:00
obj-$(CONFIG_PROC_FS) += proc.o
2009-06-18 05:03:57 +04:00
obj-$(CONFIG_SYSFS) += slot.o
2005-04-17 02:20:36 +04:00
2010-01-03 00:57:24 +03:00
obj-$(CONFIG_PCI_QUIRKS) += quirks.o
2009-07-24 13:41:15 +04:00
2005-12-16 22:08:48 +03:00
# Build PCI Express stuff if needed
obj-$(CONFIG_PCIEPORTBUS) += pcie/
2005-04-17 02:20:36 +04:00
# Build the PCI Hotplug drivers if we were asked to
obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
2008-02-03 00:32:23 +03:00
i f d e f C O N F I G _ H O T P L U G _ P C I
obj-y += hotplug-pci.o
e n d i f
2005-04-17 02:20:36 +04:00
2006-10-04 13:17:00 +04:00
# Build the PCI MSI interrupt support
obj-$(CONFIG_PCI_MSI) += msi.o
2006-10-04 13:17:01 +04:00
# Build the Hypertransport interrupt support
obj-$(CONFIG_HT_IRQ) += htirq.o
2011-09-27 17:57:13 +04:00
obj-$(CONFIG_PCI_ATS) += ats.o
2009-03-20 06:25:11 +03:00
obj-$(CONFIG_PCI_IOV) += iov.o
2005-04-17 02:20:36 +04:00
#
# ACPI Related PCI FW Functions
2011-03-02 20:04:17 +03:00
# ACPI _DSM provided firmware instance and string name
2005-04-17 02:20:36 +04:00
#
2011-03-29 20:45:57 +04:00
obj-$(CONFIG_ACPI) += pci-acpi.o
2005-04-17 02:20:36 +04:00
2010-07-26 14:56:50 +04:00
# SMBIOS provided firmware instance and labels
2011-03-29 20:45:57 +04:00
obj-$(CONFIG_PCI_LABEL) += pci-label.o
2010-07-26 14:56:50 +04:00
2016-06-14 21:29:45 +03:00
# Intel MID platform PM support
obj-$(CONFIG_X86_INTEL_MID) += pci-mid.o
2007-07-10 20:54:40 +04:00
obj-$(CONFIG_PCI_SYSCALL) += syscall.o
2005-04-17 02:20:36 +04:00
2008-11-26 08:17:13 +03:00
obj-$(CONFIG_PCI_STUB) += pci-stub.o
2016-05-10 18:19:51 +03:00
obj-$(CONFIG_PCI_ECAM) += ecam.o
2010-08-03 05:31:05 +04:00
obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o
2011-04-11 05:37:07 +04:00
obj-$(CONFIG_OF) += of.o
2010-09-24 23:17:26 +04:00
ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
pci: PCIe driver for Marvell Armada 370/XP systems
This driver implements the support for the PCIe interfaces on the
Marvell Armada 370/XP ARM SoCs. In the future, it might be extended to
cover earlier families of Marvell SoCs, such as Dove, Orion and
Kirkwood.
The driver implements the hw_pci operations needed by the core ARM PCI
code to setup PCI devices and get their corresponding IRQs, and the
pci_ops operations that are used by the PCI core to read/write the
configuration space of PCI devices.
Since the PCIe interfaces of Marvell SoCs are completely separate and
not linked together in a bus, this driver sets up an emulated PCI host
bridge, with one PCI-to-PCI bridge as child for each hardware PCIe
interface.
In addition, this driver enumerates the different PCIe slots, and for
those having a device plugged in, it sets up the necessary address
decoding windows, using the mvebu-mbus driver.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
2013-05-16 19:55:22 +04:00
# PCI host controller drivers
obj-y += host/
2017-03-07 03:30:54 +03:00
obj-y += switch/