Re: [PATCH 2/5] i2c: stm32f7: support DT binding i2c-analog-filter

2021-03-18 Thread Wolfram Sang
On Fri, Feb 05, 2021 at 09:51:41AM +0100, Alain Volmat wrote: > Replace driver internally coded enabling/disabling of the > analog-filter with the DT binding "i2c-analog-filter". > > Signed-off-by: Alain Volmat Applied to for-next, thanks! signature.asc Description: PGP signature

Re: [PATCH 2/5] i2c: stm32f7: support DT binding i2c-analog-filter

2021-03-18 Thread Wolfram Sang
> Signed-off-by: Pierre-Yves MORDRET Please use "Reviewed-by" or "Acked-by" next time, then I will see it in patchwork as taken care of. Thanks! signature.asc Description: PGP signature

Re: [PATCH 2/5] i2c: stm32f7: support DT binding i2c-analog-filter

2021-02-05 Thread Pierre Yves MORDRET
Hello all Looks good to me Signed-off-by: Pierre-Yves MORDRET Regards On 2/5/21 9:51 AM, Alain Volmat wrote: > Replace driver internally coded enabling/disabling of the > analog-filter with the DT binding "i2c-analog-filter". > > Signed-off-by: Alain Volmat > --- >

[PATCH 2/5] i2c: stm32f7: support DT binding i2c-analog-filter

2021-02-05 Thread Alain Volmat
Replace driver internally coded enabling/disabling of the analog-filter with the DT binding "i2c-analog-filter". Signed-off-by: Alain Volmat --- drivers/i2c/busses/i2c-stm32f7.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git