Hi all, This is a resend of the generic PCI host controller patch I last posted in March: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-March/237540.html I've also included two additional patches to enable PCI for mach-virt and add a MAINTAINERS entry for the new driver (Arnd -- I'm happy to add you here as well if you like). I've tested successfully on a 3.15-rc3-based kernel with kvmtool and would really like to see this merged for 3.16. All feedback welcome, Will Will Deacon (3): ARM: mach-virt: allow PCI support to be selected PCI: ARM: add support for generic PCI host controller MAINTAINERS: add entry for generic PCI host controller driver .../devicetree/bindings/pci/host-generic-pci.txt | 100 ++++++ MAINTAINERS | 8 + arch/arm/Kconfig | 1 + drivers/pci/host/Kconfig | 7 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pci-host-generic.c | 369 +++++++++++++++++++++ 6 files changed, 486 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/host-generic-pci.txt create mode 100644 drivers/pci/host/pci-host-generic.c -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html