Searched hist:d1c9e5b37901b53ffc1ce3f08ec8ed61bfd557b6 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | fsl_i2c.c | diff d1c9e5b37901b53ffc1ce3f08ec8ed61bfd557b6 Tue Sep 22 06:40:44 CDT 2009 Joakim Tjernlund <Joakim.Tjernlund@transmode.se> fsl_i2c: Do not generate STOP after read.
__i2c_read always ends with a STOP condition thereby releasing the bus. It is cleaner to do the STOP magic in i2c_read(), like i2c_write() does. This may also help future multimaster systems which wants to hold on to the bus until all transactions are finished.
Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
|