Re: [PATCH v2 1/1] i2c: iproc: Add i2c repeated start capability

From: Rayagonda Kokatanur
Date: Fri Oct 25 2019 - 00:52:06 EST


On Fri, Oct 25, 2019 at 12:25 AM Wolfram Sang <wsa@xxxxxxxxxxxxx> wrote:
>
> On Mon, Sep 30, 2019 at 12:14:29PM +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>
>
> Patch looks good but doesn't apply for me on top of v5.4-rc4? What was
> your base?
>
> Also, I will apply it to for-next (v5.5). If you want it for v5.4, then
> please add a Fixes tag.
>
thank you, please apply it to for-next (v5.5).
Do I need to resend patch again for you to apply it to v5.5 ?