commit | 957ff4278e0db34f56c2bc121fdd6393e4523ef2 | [log] [tgz] |
---|---|---|
author | Min Li <min.li.xe@renesas.com> | Tue Aug 18 10:41:22 2020 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 19 16:23:22 2020 -0700 |
tree | 34f25f6ba369cf05923beb79ac6db1401b3acd35 | |
parent | d1fb55592909ea249af70170c7a52e637009564d [diff] |
ptp: ptp_clockmatrix: use i2c_master_send for i2c write The old code for i2c write would break on some controllers, which fails at handling Repeated Start Condition. So we will just use i2c_master_send to handle write in one transanction. Changes since v1: - Remove indentation change Signed-off-by: Min Li <min.li.xe@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>