From: Guennadi Liakhovetski Date: Thu, 17 Jan 2013 09:45:57 +0000 (+0100) Subject: i2c: sh_mobile: don't send a stop condition by default inside transfers X-Git-Tag: v3.9-rc1~75^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e789029761503f0cce03e8767a56ae099b88e1bd;p=pandora-kernel.git i2c: sh_mobile: don't send a stop condition by default inside transfers By default there should be no stop bit on I2C between single messages within transfers. Fix the driver to comply and only send a stop bit at the end of transfers or if I2C_M_STOP is set. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed