From: Joakim Tjernlund Date: Tue, 13 Oct 2009 08:12:03 +0000 (+0200) Subject: i2c-mpc: Do not generate STOP after read. X-Git-Tag: v2.6.32-rc6~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45da790ebe746bb29f7e4adf806c020db6ff7755;p=pandora-kernel.git 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 Signed-off-by: Ben Dooks --- Reading git-diff-tree failed