From: <min.li...@renesas.com> Date: Tue, 18 Aug 2020 10:41:22 -0400 > From: Min Li <min.li...@renesas.com> > > 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...@renesas.com>
Applied, thank you.