Set of random fixes for the PCIe driver for i.MX6 . With these fixes, my setup with MX6Q -> PCIe bridge -> i210 ethernet adapter works as expected. NOTE: I'm sure this will start some discussion. There are quite a few patches that are more of a hacks. Shawn, I didn't ignore your remark about the clock patches, I will test it ASAP, I just want to have these fixes in the public so others can comment/test. Marek Vasut (6): PCI: imx6: Make reset-gpio optional PCI: imx6: Fix the clock for PCIe ARM: dts: imx6qdl: Fix the clock for PCIe PCI: imx6: Probe the PCIe in fs_initcall() PCI: imx6: Force Gen1 operation PCI: designware: Fix DT resource retrieval .../devicetree/bindings/pci/designware-pcie.txt | 2 +- arch/arm/boot/dts/imx6qdl.dtsi | 4 +- drivers/pci/host/pci-imx6.c | 63 ++++++++++++++++------ drivers/pci/host/pcie-designware.c | 17 +++--- 4 files changed, 55 insertions(+), 31 deletions(-) Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> Cc: Frank Li <lznuaa@xxxxxxxxx> Cc: Jingoo Han <jg1.han@xxxxxxxxxxx> Cc: Mohit KUMAR <Mohit.KUMAR@xxxxxx> Cc: Pratyush Anand <pratyush.anand@xxxxxx> Cc: Richard Zhu <r65037@xxxxxxxxxxxxx> Cc: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Cc: Sean Cross <xobs@xxxxxxxxxx> Cc: Shawn Guo <shawn.guo@xxxxxxxxxx> Cc: Siva Reddy Kallam <siva.kallam@xxxxxxxxxxx> Cc: Srikanth T Shivanand <ts.srikanth@xxxxxxxxxxx> Cc: Tim Harvey <tharvey@xxxxxxxxxxxxx> Cc: Troy Kisky <troy.kisky@xxxxxxxxxxxxxxxxxxx> Cc: Yinghai Lu <yinghai@xxxxxxxxxx> -- 1.8.4.rc3 -- 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