commit | e789029761503f0cce03e8767a56ae099b88e1bd | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Thu Jan 17 10:45:57 2013 +0100 |
committer | Wolfram Sang <wolfram@the-dreams.de> | Sun Feb 10 19:55:24 2013 +0100 |
tree | dae8b0a71c38f79384c2ead8c29ca4f176007efa | |
parent | 4b3823184f80c1d3950e5e63e2303653f2decdf8 [diff] |
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 <g.liakhovetski@gmx.de> Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>