Re: [PATCH v4 4/4] i2c: stm32: fix usage of rise/fall device tree properties

2022-09-15 Thread Patrick DELAUNAY
Hi Alain, On 9/12/22 10:42, Alain Volmat wrote: From: Jorge Ramirez-Ortiz These two device tree properties were not being applied. Fixes: 1fd9eb68d6 ("i2c: stm32f7: move driver data of each instance in a privdata") Signed-off-by: Jorge Ramirez-Ortiz Reviewed-by: Alain Volmat --- drivers/

[PATCH v4 4/4] i2c: stm32: fix usage of rise/fall device tree properties

2022-09-12 Thread Alain Volmat
From: Jorge Ramirez-Ortiz These two device tree properties were not being applied. Fixes: 1fd9eb68d6 ("i2c: stm32f7: move driver data of each instance in a privdata") Signed-off-by: Jorge Ramirez-Ortiz Reviewed-by: Alain Volmat --- drivers/i2c/stm32f7_i2c.c | 11 ++- 1 file changed,

Re: [PATCH v4 4/4] i2c: stm32: fix usage of rise/fall device tree properties

2022-09-12 Thread Patrick DELAUNAY
Hi, On 9/12/22 10:42, Alain Volmat wrote: From: Jorge Ramirez-Ortiz These two device tree properties were not being applied. Fixes: 1fd9eb68d6 ("i2c: stm32f7: move driver data of each instance in a privdata") Signed-off-by: Jorge Ramirez-Ortiz Reviewed-by: Alain Volmat --- drivers/i2c/st

Re: [PATCH v4 4/4] i2c: stm32: fix usage of rise/fall device tree properties

2022-09-12 Thread Heiko Schocher
Hello Alain, On 12.09.22 10:42, Alain Volmat wrote: > From: Jorge Ramirez-Ortiz > > These two device tree properties were not being applied. > > Fixes: 1fd9eb68d6 ("i2c: stm32f7: move driver data of each instance in a > privdata") > Signed-off-by: Jorge Ramirez-Ortiz > Reviewed-by: Alain Volm

Re: [PATCH v4 4/4] i2c: stm32: fix usage of rise/fall device tree properties

2022-09-12 Thread Patrice CHOTARD
Hi Alain, Jorge On 9/12/22 10:42, Alain Volmat wrote: > From: Jorge Ramirez-Ortiz > > These two device tree properties were not being applied. > > Fixes: 1fd9eb68d6 ("i2c: stm32f7: move driver data of each instance in a > privdata") > Signed-off-by: Jorge Ramirez-Ortiz > Reviewed-by: Alain Vo