This patch set is continuation of previous v2 at [1]. This time I decided to drop the PHY driver needed by pcie driver for apq8084 and send it separately soon (when sort out the need of separate phy driver). First two patches in the set are fixes in pcie designware driver found during testing the qcom pcie driver. The second patch can be treated as an RFC. Next two patches adds DT binding document and the driver itself. The last two patches just adds relevant dt node for apq8064 and enable pcie usage on ifc6410 development board. The testing has been made on ifc6410 development board. Comments are welcome! Here is edited description: This patchset introduces a Qualcomm PCIe root complex driver for Snapdragon 805 (APQ8084) and Snapdragon 600 (APQ8064). The PCIe hardware use Designware IP core plus Qualcomm application specific hw wrappers. [1] https://lkml.org/lkml/2015/5/4/267 Stanimir Varbanov (6): PCI: designware: remove wrong io_base assignment PCI: designware: add memory barrier after enabling region DT: PCI: qcom: Document PCIe devicetree bindings PCI: qcom: Add Qualcomm PCIe controller driver ARM: dts: apq8064: add pcie devicetree node ARM: dts: ifc6410: enable pcie dt node for this board .../devicetree/bindings/pci/qcom,pcie.txt | 231 ++++++++ MAINTAINERS | 7 + arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 26 + arch/arm/boot/dts/qcom-apq8064.dtsi | 36 ++ drivers/pci/host/Kconfig | 10 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pcie-designware.c | 6 +- drivers/pci/host/pcie-qcom.c | 623 ++++++++++++++++++++ 8 files changed, 939 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/pci/qcom,pcie.txt create mode 100644 drivers/pci/host/pcie-qcom.c -- 1.7.9.5 -- 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