i2c: tegra: fix repeated start handling
authorErik Gilling <konkers@android.com>
Mon, 25 Apr 2011 21:32:26 +0000 (15:32 -0600)
committerBen Dooks <ben-linux@fluff.org>
Wed, 11 May 2011 05:45:50 +0000 (06:45 +0100)
A repeated start should be used for all but the last msg in an xfer.  The
NOSTART flag is for skipping the START frame (addr/rw)

Signed-off-by: Erik Gilling <konkers@android.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found