Hi, This patch series add PCIe host controller driver and dt-binding documentation for Mediatek mt7623 SoCs families. This driver was validated using Broadcom Tigon3 ethernet card. Ryder Lee (2): PCI: mediatek: Add Mediatek PCIe host controller support dt-bindings: pcie: Add documentation for Mediatek PCIe .../bindings/pci/mediatek,mt7623-pcie.txt | 153 ++++++ drivers/pci/host/Kconfig | 11 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pcie-mediatek.c | 611 +++++++++++++++++++++ 4 files changed, 776 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/mediatek,mt7623-pcie.txt create mode 100644 drivers/pci/host/pcie-mediatek.c -- 1.9.1 -- 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