I'm not going to get the rest of the Versatile series wrapped up for 3.20, but I think the PCI support is ready and would like to get it in. I have not fixed the resource registration for /proc/iomem and irq fixup as those issues are being worked on for a common fix. Bjorn, Can you please take the whole series unless you prefer arm-soc to. v2: - Added MAINTAINERS entry - Based on generic PCI config accessors - Module license fix - Comment whitespace fix Rob Rob Herring (3): dt/bindings: add versatile PCI binding dts: versatile: add PCI controller binding PCI: add DT based ARM Versatile PCI host driver .../devicetree/bindings/pci/versatile.txt | 59 +++++ MAINTAINERS | 8 + arch/arm/boot/dts/versatile-pb.dts | 37 ++++ drivers/pci/host/Kconfig | 4 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pci-versatile.c | 237 +++++++++++++++++++++ 6 files changed, 346 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/versatile.txt create mode 100644 drivers/pci/host/pci-versatile.c -- 2.1.0 -- 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