[PATCH 01/10] pinctrl: use postcore_initcall
    Stephen Warren 
    swarren at wwwdotorg.org
       
    Fri Oct 19 09:18:19 EST 2012
    
    
  
On 10/18/2012 03:06 AM, Haojian Zhuang wrote:
> Since pins are configured in device driver, pinctrl driver should be
> loaded by those device driver. module_platform_driver() only declares
> pinctrl driver is in module_initcall privilege. Use postcore_initcall
> privilege instead.
I'm not convinced this is needed; doesn't deferred probe sort out the
dependencies correctly?
    
    
More information about the devicetree-discuss
mailing list