Re: [U-Boot] [PATCH] soft_i2c.c add option for repeated start in i2c_read()

2009-01-27 Thread Wolfgang Denk
Dear Andrew Dyer, In message 49595ee1.8040...@righthandtech.com you wrote: This patch adds a #define to optionally change the behaviour of i2c_read() in soft_i2c.c to send an I2C repeated start instead of a stop-start between sending the device address pointer write and reading back the

[U-Boot] [PATCH] soft_i2c.c add option for repeated start in i2c_read()

2008-12-29 Thread Andrew Dyer
This patch adds a #define to optionally change the behaviour of i2c_read() in soft_i2c.c to send an I2C repeated start instead of a stop-start between sending the device address pointer write and reading back the data. The current behaviour is retained as the default. While most devices will