]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: imx6: Probe in module_init(), not fs_initcall()
authorLucas Stach <l.stach@pengutronix.de>
Fri, 5 Sep 2014 15:36:48 +0000 (09:36 -0600)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:47 +0000 (21:18 -0600)
commit502881abd5dfe6f5b96de8f19b519b813100ec29
tree6f14be70bce34a14d53e1296a49e10229f3a53ec
parent255f36029a1e42bc344509790ab76174e5c8151a
PCI: imx6: Probe in module_init(), not fs_initcall()

This effectively reverts f216f57ffe6e ("PCI: imx6: Probe the PCIe in
fs_initcall()") as the resource allocation issue that prevented the driver
from working properly at module_initcall level is now fixed in
pcie-designware.c.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Richard Zhu <r65037@freescale.com>
(cherry picked from commit 61da50da903fdfc00b40f3b3e3abeca7ae51b591)
drivers/pci/host/pci-imx6.c