Hi there,

Since the progressive migration of some PPC drivers to use of_platform bus
(typically migrating OF parsing from fsl_soc.c to the device probe/init functions),
I'm experiencing driver load issues.

Actually, I'm not longer able to load of these drivers as the probe() function is never called. Everything goes fine if I put code back to fsl_soc.c with the arch_initcall() command.

Example of drivers that do no longer load for me: gianfar, talitos ...
Is there something obvious that I've missed ?

Ben
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to