[PATCH v8 7/8] i2c: rk3x: add i2c support for rk3399 soc
From: dianders@chromium.org (Doug Anderson)
Date: 2016-05-12 21:09:30
Also in:
linux-devicetree, linux-i2c, linux-rockchip, lkml
From: dianders@chromium.org (Doug Anderson)
Date: 2016-05-12 21:09:30
Also in:
linux-devicetree, linux-i2c, linux-rockchip, lkml
David, On Thu, May 12, 2016 at 8:07 AM, David.Wu [off-list ref] wrote:
I also found a subtle bug, it would clean the con register by use "i2c_writel(i2c, 0, REG_CON)" in rk3x_i2c_stop(). So i think it would be fixed by using read-modify-write way here in next version.
Good catch. I look forward to the next version (maybe the last version, since this series is looking really good). -Doug