commit | c795489b5743bf9e01009b415d4b72e158effaa2 | [log] [tgz] |
---|---|---|
author | Vasily Khoruzhick <anarsoul@gmail.com> | Sat Nov 16 11:32:57 2019 -0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sat Nov 23 22:29:49 2019 +0800 |
tree | 3eb632e02cb8bd651539f774db73a587a9afc625 | |
parent | 43e7b34203a187a3999af426b26e4fd1e1dad5b5 [diff] |
rockchip: i2c: don't sent stop bit after each message That's not correct and it breaks SMBUS-style reads and and writes for some chips (e.g. SYR82X/SYR83X). Stop bit should be sent only after the last message. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>