Hello, This set of two patches add support for the PCIe controller found in the Marvell Armada 7K/8K ARM processors. The first patch adds the Device Tree binding documentation, the second patch the driver itself. The driver is really simple, since the PCIe controller is based on the Designware design, and only a little bit of vendor-specific glue is needed. Thanks! Thomas Thomas Petazzoni (2): dt-bindings: pci: add DT binding for Marvell Armada 7K/8K PCIe controller pci: host: new driver for Marvell Armada 7K/8K PCIe controller .../devicetree/bindings/pci/pci-armada8k.txt | 41 ++++ drivers/pci/host/Kconfig | 11 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pcie-armada8k.c | 261 +++++++++++++++++++++ 4 files changed, 314 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/pci-armada8k.txt create mode 100644 drivers/pci/host/pcie-armada8k.c -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html