Re: [PATCH] i2c: i2c-stm32f7: Fix SDADEL minimum formula

2019-03-12 Thread Wolfram Sang
> > Do you have a Fixes tag for this? > > > > Fixes: aeb068c57214858b638d5ee627bb4a831f98771e ("i2c: i2c-stm32f7: add > driver") > > Will you change the commit message or do you want me to resend the patch? I'll fix it. Thanks for this info! signature.asc Description: PGP signature

Re: [PATCH] i2c: i2c-stm32f7: Fix SDADEL minimum formula

2019-03-11 Thread Bich HEMON
On 3/9/19 11:50 AM, Wolfram Sang wrote: > On Sat, Mar 09, 2019 at 11:13:40AM +0100, Wolfram Sang wrote: >> On Wed, Mar 06, 2019 at 03:12:16PM +, Bich HEMON wrote: >>> From: Nicolas Le Bayon >>> >>> It conforms with Reference Manual I2C timing section. >>> >>> Signed-off-by: Nicolas Le Bayon

Re: [PATCH] i2c: i2c-stm32f7: Fix SDADEL minimum formula

2019-03-09 Thread Wolfram Sang
On Sat, Mar 09, 2019 at 11:13:40AM +0100, Wolfram Sang wrote: > On Wed, Mar 06, 2019 at 03:12:16PM +, Bich HEMON wrote: > > From: Nicolas Le Bayon > > > > It conforms with Reference Manual I2C timing section. > > > > Signed-off-by: Nicolas Le Bayon > > Signed-off-by: Bich Hemon > >

Re: [PATCH] i2c: i2c-stm32f7: Fix SDADEL minimum formula

2019-03-09 Thread Wolfram Sang
On Wed, Mar 06, 2019 at 03:12:16PM +, Bich HEMON wrote: > From: Nicolas Le Bayon > > It conforms with Reference Manual I2C timing section. > > Signed-off-by: Nicolas Le Bayon > Signed-off-by: Bich Hemon Applied to for-current, thanks! signature.asc Description: PGP signature

Re: [PATCH] i2c: i2c-stm32f7: Fix SDADEL minimum formula

2019-03-07 Thread Pierre Yves MORDRET
Hi Reviewed-by: Pierre-Yves MORDRET Thanks On 3/6/19 4:12 PM, Bich HEMON wrote: > From: Nicolas Le Bayon > > It conforms with Reference Manual I2C timing section. > > Signed-off-by: Nicolas Le Bayon > Signed-off-by: Bich Hemon > --- > drivers/i2c/busses/i2c-stm32f7.c | 2 +- > 1 file

[PATCH] i2c: i2c-stm32f7: Fix SDADEL minimum formula

2019-03-06 Thread Bich HEMON
From: Nicolas Le Bayon It conforms with Reference Manual I2C timing section. Signed-off-by: Nicolas Le Bayon Signed-off-by: Bich Hemon --- drivers/i2c/busses/i2c-stm32f7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-stm32f7.c