Re: [PATCH v3] i2c: npcm7xx: Fix timeout calculation

2020-09-07 Thread Wolfram Sang
On Mon, Aug 31, 2020 at 12:31:21AM +0300, Tali Perry wrote: > timeout_usec value calculation was wrong, the calculated value > was in msec instead of usec. > > Signed-off-by: Tali Perry > Reviewed-by: Avi Fishman Applied to for-current, thanks! And thanks for the Fixes-tag, Joel. signature.a

Re: [PATCH v3] i2c: npcm7xx: Fix timeout calculation

2020-08-31 Thread Alex Qiu
On Sun, Aug 30, 2020 at 8:35 PM Joel Stanley wrote: > > On Sun, 30 Aug 2020 at 21:31, Tali Perry wrote: > > > > timeout_usec value calculation was wrong, the calculated value > > was in msec instead of usec. > > > > Signed-off-by: Tali Perry > > Reviewed-by: Avi Fishman > > Fixes: 56a1485b102e

Re: [PATCH v3] i2c: npcm7xx: Fix timeout calculation

2020-08-30 Thread Joel Stanley
On Sun, 30 Aug 2020 at 21:31, Tali Perry wrote: > > timeout_usec value calculation was wrong, the calculated value > was in msec instead of usec. > > Signed-off-by: Tali Perry > Reviewed-by: Avi Fishman Fixes: 56a1485b102e ("i2c: npcm7xx: Add Nuvoton NPCM I2C controller driver") Reviewed-by: Jo

[PATCH v3] i2c: npcm7xx: Fix timeout calculation

2020-08-30 Thread Tali Perry
timeout_usec value calculation was wrong, the calculated value was in msec instead of usec. Signed-off-by: Tali Perry Reviewed-by: Avi Fishman --- drivers/i2c/busses/i2c-npcm7xx.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-npcm7xx.c b/driv