<div dir="ltr">Hi,<br><div><br>On Tue, Feb 5, 2013 at 11:11 PM, Ranganath T.M <<a href="mailto:ranganathtm88@gmail.com">ranganathtm88@gmail.com</a>> wrote:<br>><br>> Hi Dave,<br>><br>> Thanks a lot,<br>><br>
> I understand that core_init call for CPU, subsys_initcall for core module like I2c core and module_init for driver built on the core.<br>><br>> When will the need arises to call other init calls, kindly provide a pointer to it.<br>
<br>You should just go to<br><a href="http://lxr.linux.no/#linux+v3.7.6/">http://lxr.linux.no/#linux+v3.7.6/</a><br><br>and search yourself.<br><br>Here's a call to arch_initcall: <a href="http://lxr.linux.no/#linux+v3.7.6/arch/arm/mach-s3c2410/cpu-freq.c#L135">http://lxr.linux.no/#linux+v3.7.6/arch/arm/mach-s3c2410/cpu-freq.c#L135</a><br>
</div><div>And one to fs_initcall: <a href="http://lxr.linux.no/#linux+v3.7.6/fs/cachefiles/main.c#L92">http://lxr.linux.no/#linux+v3.7.6/fs/cachefiles/main.c#L92</a><br></div><div><br>--<br>Dave Hylands<br>Shuswap, BC, Canada<br>
<a href="http://www.davehylands.com">http://www.davehylands.com</a></div></div>