Hi All,
I have Linux kernel 2.6.37 Running on TI's DM365 platform. Devices are getting registered and initialized via probe() call. I added a device & it is getting registered and probed by the kernel properly.
Now due to some dependencies, I want to change the order of calling this probe() by kernel.
i.e I want to call my probe() function at the end of all other pre existing probe() calls.
Appreciate any help on this.