Re: [PATCH v1 1/7] i2c: stm32f7: move driver data of each instance in a privdata

2021-10-07 Thread Patrice CHOTARD
Hi Patrick On 8/3/21 12:05 PM, Patrice Chotard wrote: > From: Patrick Delaunay > > Today all the I2C instance point on the same global > variable stm32_i2c_setup according the compatible: i2c_priv->setup = > pointer to the same driver data. > > This patch changes this driver data (stm32f7_setup

Re: [PATCH v1 1/7] i2c: stm32f7: move driver data of each instance in a privdata

2021-08-19 Thread Patrice CHOTARD
HI Patrick On 8/3/21 12:05 PM, Patrice Chotard wrote: > From: Patrick Delaunay > > Today all the I2C instance point on the same global > variable stm32_i2c_setup according the compatible: i2c_priv->setup = > pointer to the same driver data. > > This patch changes this driver data (stm32f7_setup

[PATCH v1 1/7] i2c: stm32f7: move driver data of each instance in a privdata

2021-08-03 Thread Patrice Chotard
From: Patrick Delaunay Today all the I2C instance point on the same global variable stm32_i2c_setup according the compatible: i2c_priv->setup = pointer to the same driver data. This patch changes this driver data (stm32f7_setup and stm32mp15_setup) to a const struct and move the timing struct 's