commit | 4ed152c4daf32d2cd4a5285f3aaca3a4c89a31fb | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Wed Nov 15 15:32:21 2017 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Nov 27 18:53:34 2017 +0100 |
tree | 9a7ef07607e77a84ed80bdb4bc631147fb805302 | |
parent | a4fde7e5c9d6432ba863ee53debf27f10b370678 [diff] |
i2c: sh_mobile: make sure to not accidently trigger STOP The datasheet was a bit vague, but after consultation with HW designers, we came to the conclusion that we should set the SCP bit always when dealing only with the ICE bit. A set SCP bit is ignored, and thus fine, a cleared one may trigger STOP on the bus. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Tested-by: Jacopo Mondi <jacopo+renesas@jmondi.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>