From: Joakim Tjernlund Date: Thu, 30 Aug 2012 10:40:04 +0000 (+0200) Subject: i2c: mpc: Wait for STOP to hit the bus X-Git-Tag: v3.7-rc1~50^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c25aefa35c2fb5592895615f77d9f6fa36a849d;p=pandora-kernel.git i2c: mpc: Wait for STOP to hit the bus mpc_i2c_stop() only initiates STOP but does not wait for it to hit the I2C bus. This is a problem when using I2C devices which uses fairly long clock stretching just before STOP if you also have an i2c-mux which may switch to another bus before STOP has been processed. Signed-off-by: Joakim Tjernlund Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed