On Sat, Sep 28, 2019 at 11:53 PM Wolfram Sang <wsa@xxxxxxxxxxxxx> wrote: > > On Thu, Sep 26, 2019 at 10:10:08AM +0530, Rayagonda Kokatanur wrote: > > From: Lori Hikichi <lori.hikichi@xxxxxxxxxxxx> > > > > Enable handling of i2c repeated start. The current code > > handles a multi msg i2c transfer as separate i2c bus > > transactions. This change will now handle this case > > using the i2c repeated start protocol. The number of msgs > > in a transfer is limited to two, and must be a write > > followed by a read. > > > > Signed-off-by: Lori Hikichi <lori.hikichi@xxxxxxxxxxxx> > > Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@xxxxxxxxxxxx> > > Signed-off-by: Icarus Chau <icarus.chau@xxxxxxxxxxxx> > > Signed-off-by: Ray Jui <ray.jui@xxxxxxxxxxxx> > > Signed-off-by: Shivaraj Shetty <sshetty1@xxxxxxxxxxxx> > > --- > > changes from v1: > > - Address code review comment from Wolfram Sang > > No, sorry, this is not a proper changelog. I review so many patches, I > can't recall what I suggested to do for every patch. Please describe > what changes you actually made. It is also better when digging through > mail archives. > Sorry for inconvenience, I updated the changelog and resent the patch. I have kept the patch version as v2 only. Hope that is fine. Best regards, Rayagonda