Skip to content
Commit 45da790e authored by Joakim Tjernlund's avatar Joakim Tjernlund Committed by Ben Dooks
Browse files

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: default avatarJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent db3a3d4e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment