Re: [PATCH v1 5/7] i2c: stm32f7: fix configuration of the digital filter

2021-10-08 Thread Patrice CHOTARD
HI On 8/3/21 12:05 PM, Patrice Chotard wrote: > From: Patrick Delaunay > > The digital filter related computation are present in the driver > however the programming of the filter within the IP is missing. > The maximum value for the DNF is wrong and should be 15 instead of 16. > >

Re: [PATCH v1 5/7] i2c: stm32f7: fix configuration of the digital filter

2021-08-19 Thread Patrice CHOTARD
HI Patrick On 8/3/21 12:05 PM, Patrice Chotard wrote: > From: Patrick Delaunay > > The digital filter related computation are present in the driver > however the programming of the filter within the IP is missing. > The maximum value for the DNF is wrong and should be 15 instead of 16. > >

[PATCH v1 5/7] i2c: stm32f7: fix configuration of the digital filter

2021-08-03 Thread Patrice Chotard
From: Patrick Delaunay The digital filter related computation are present in the driver however the programming of the filter within the IP is missing. The maximum value for the DNF is wrong and should be 15 instead of 16. Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chotard ---