linux/drivers/i2c
Joakim Tjernlund 45da790ebe i2c-mpc: Do not generate STOP after read.
The driver always ends a read with a STOP condition which
breaks subsequent I2C reads/writes in the same transaction as
these expect to do a repeated START(ReSTART).

This will also help I2C multimaster as the bus will not be released
after the first read, but when the whole transaction ends.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2009-11-02 23:28:47 +00:00
..
algos
busses i2c-mpc: Do not generate STOP after read. 2009-11-02 23:28:47 +00:00
chips
i2c-boardinfo.c
i2c-core.c
i2c-core.h
i2c-dev.c
Kconfig
Makefile