Re: [PATCH] cpukit/libi2c allowed to probe on device init

2015-04-02 Thread Alexandru-Sever Horin
/group__I2C.html For example see: https://git.rtems.org/rtems/tree/cpukit/dev/i2c https://git.rtems.org/rtems/tree/testsuites/libtests/i2c01 On 02/04/15 08:48, Alexandru-Sever Horin wrote: From: Alexandru-Sever Horin alex.seve...@gmail.com libi2c registration of a device fails if the device

[PATCH] cpukit/libi2c allowed to probe on device init

2015-04-02 Thread Alexandru-Sever Horin
From: Alexandru-Sever Horin alex.seve...@gmail.com libi2c registration of a device fails if the device initialization fails Benefits: allows for device probing on multiple addresses --- cpukit/libi2c/libi2c.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions

[PATCH] libi2c allowed to probe on device init libi2c registration of a device fails if the device initialization fails Benefits: allows for device probing on multiple addreses

2015-04-01 Thread Alexandru-Sever Horin
From: Alexandru-Sever Horin alex.seve...@gmail.com --- cpukit/libi2c/libi2c.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/cpukit/libi2c/libi2c.c b/cpukit/libi2c/libi2c.c index 233cb68..315a761 100644 --- a/cpukit/libi2c/libi2c.c +++ b/cpukit