Re: [U-Boot] [PATCH V2 05/11] I2C: mxc_i2c: address failure with mx35 processor

2011-01-20 Thread Stefano Babic
On 01/20/2011 10:30 AM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1295513194-16158-6-git-send-email-sba...@denx.de> you wrote: >> There is sporadic failures when more as one I2C slave >> is on the bus and the processor tries to communicate >> with more as one slave. >> The problem

Re: [U-Boot] [PATCH V2 05/11] I2C: mxc_i2c: address failure with mx35 processor

2011-01-20 Thread Wolfgang Denk
Dear Stefano Babic, In message <1295513194-16158-6-git-send-email-sba...@denx.de> you wrote: > There is sporadic failures when more as one I2C slave > is on the bus and the processor tries to communicate > with more as one slave. > The problem was seen on a mx35pdk (two I2C slaves, > PMIC controll

[U-Boot] [PATCH V2 05/11] I2C: mxc_i2c: address failure with mx35 processor

2011-01-20 Thread Stefano Babic
There is sporadic failures when more as one I2C slave is on the bus and the processor tries to communicate with more as one slave. The problem was seen on a mx35pdk (two I2C slaves, PMIC controller and CAN/RTC chip). Signed-off-by: Stefano Babic CC: Heiko Schocher --- drivers/i2c/mxc_i2c.c |