Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-18 Thread Bitan Biswas
On 6/14/19 6:02 AM, Dmitry Osipenko wrote: 14.06.2019 12:50, Bitan Biswas пишет: On 6/13/19 5:28 AM, Dmitry Osipenko wrote: 13.06.2019 14:30, Bitan Biswas пишет: On 6/12/19 7:30 AM, Dmitry Osipenko wrote: 11.06.2019 13:51, Bitan Biswas пишет: Fix expression for residual bytes(less

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-14 Thread Dmitry Osipenko
14.06.2019 12:50, Bitan Biswas пишет: > > > On 6/13/19 5:28 AM, Dmitry Osipenko wrote: >> 13.06.2019 14:30, Bitan Biswas пишет: >>> >>> >>> On 6/12/19 7:30 AM, Dmitry Osipenko wrote: 11.06.2019 13:51, Bitan Biswas пишет: > Fix expression for residual bytes(less than word) transfer >

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-14 Thread Bitan Biswas
On 6/13/19 5:28 AM, Dmitry Osipenko wrote: 13.06.2019 14:30, Bitan Biswas пишет: On 6/12/19 7:30 AM, Dmitry Osipenko wrote: 11.06.2019 13:51, Bitan Biswas пишет: Fix expression for residual bytes(less than word) transfer in I2C PIO mode RX/TX. Signed-off-by: Bitan Biswas --- [snip]

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-13 Thread Bitan Biswas
On 6/12/19 6:55 AM, Dmitry Osipenko wrote: 11.06.2019 13:51, Bitan Biswas пишет: Fix expression for residual bytes(less than word) transfer in I2C PIO mode RX/TX. Signed-off-by: Bitan Biswas --- drivers/i2c/busses/i2c-tegra.c | 11 ++- 1 file changed, 6 insertions(+), 5

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-13 Thread Bitan Biswas
On 6/12/19 7:30 AM, Dmitry Osipenko wrote: 11.06.2019 13:51, Bitan Biswas пишет: Fix expression for residual bytes(less than word) transfer in I2C PIO mode RX/TX. Signed-off-by: Bitan Biswas --- [snip] /* -* Update state before writing to FIFO. If this

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-13 Thread Bitan Biswas
On 6/12/19 3:24 AM, Wolfram Sang wrote: On Tue, Jun 11, 2019 at 03:51:13AM -0700, Bitan Biswas wrote: Fix expression for residual bytes(less than word) transfer in I2C PIO mode RX/TX. Signed-off-by: Bitan Biswas I applied patches 1-5 to my for-next tree now. No need to resend them

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-13 Thread Laxman Dewangan
On Wednesday 12 June 2019 03:54 PM, Wolfram Sang wrote: On Tue, Jun 11, 2019 at 03:51:13AM -0700, Bitan Biswas wrote: Fix expression for residual bytes(less than word) transfer in I2C PIO mode RX/TX. Signed-off-by: Bitan Biswas I applied patches 1-5 to my for-next tree now. No need to

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-13 Thread Dmitry Osipenko
13.06.2019 14:30, Bitan Biswas пишет: > > > On 6/12/19 7:30 AM, Dmitry Osipenko wrote: >> 11.06.2019 13:51, Bitan Biswas пишет: >>> Fix expression for residual bytes(less than word) transfer >>> in I2C PIO mode RX/TX. >>> >>> Signed-off-by: Bitan Biswas >>> --- >> >> [snip] >> >>>   /*

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-13 Thread Wolfram Sang
> Most of patches are coming from the downstream as part of upstream effort. > Hence not reviewing explicitly. It would help me a lot if you could ack the patches, then, once you are fine with them. I am really relying on driver maintainers these days. An ack or rev from them is kinda required

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-12 Thread Dmitry Osipenko
11.06.2019 13:51, Bitan Biswas пишет: > Fix expression for residual bytes(less than word) transfer > in I2C PIO mode RX/TX. > > Signed-off-by: Bitan Biswas > --- [snip] > /* > - * Update state before writing to FIFO. If this casues us > + * Update state

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-12 Thread Dmitry Osipenko
11.06.2019 13:51, Bitan Biswas пишет: > Fix expression for residual bytes(less than word) transfer > in I2C PIO mode RX/TX. > > Signed-off-by: Bitan Biswas > --- > drivers/i2c/busses/i2c-tegra.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git

Re: [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-12 Thread Wolfram Sang
On Tue, Jun 11, 2019 at 03:51:13AM -0700, Bitan Biswas wrote: > Fix expression for residual bytes(less than word) transfer > in I2C PIO mode RX/TX. > > Signed-off-by: Bitan Biswas I applied patches 1-5 to my for-next tree now. No need to resend them anymore, you can focus on the remaining

[PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

2019-06-11 Thread Bitan Biswas
Fix expression for residual bytes(less than word) transfer in I2C PIO mode RX/TX. Signed-off-by: Bitan Biswas --- drivers/i2c/busses/i2c-tegra.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/i2c/busses/i2c-tegra.c b/drivers/i2c/busses/i2c-tegra.c index