Re: libi2c device probing capability

2015-04-01 Thread Gedare Bloom
Alex, Can you resend with git-send-email? Also, please be sure to use the same style as the rest of the file, or the RTEMS Style rules otherwise. In particular, use { on same line as if, and spaces around (). Other than style, I think this looks ok. Gedare On Wed, Apr 1, 2015 at 10:31 AM, Alex

libi2c device probing capability

2015-04-01 Thread Alexandru-Sever Horin
Hello, I am currently working on a project which uses I2C devices through libi2c API. The problem that I am facing is that this function: rtems_libi2c_register_drv actually registeres the device before drvtbl->ops->initialization_entry returns success or failure. This means that it is impossible