On Fri, Apr 17, 2009 at 12:19 PM, Murali N <nalajala.murali@xxxxxxxxx> wrote: > Hi, i have one query.When the driver probe functions will be called? when you put some device on a bus. The bus core will trigger all the probe functions it has till it finds the match for your device. Which you do by registering your device to the correct driver core. > At present my serial driver probe function ( serial_imx_probe ) is > calling properly but my Ethernet controller probe function ( > smc911x_drv_probe ) is not calling!!! code? > Can any one please clarify this.Also please let me know why my > ethernet is not initializing? i am seeing driver init function is > executing properly. > > -- > Regards, > Murali N > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx > Please read the FAQ at http://kernelnewbies.org/FAQ > > -- Pradeep -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ