Re: [PATCH v2 01/10] i2c: stm32: add support for the st, stm32mp13 SOC

2022-07-13 Thread Patrick Delaunay
On Thu, 30 Jun 2022 10:20:14 +0200, Patrick Delaunay wrote: > The stm32mp13 soc differs from the stm32mp15 in terms of > clear register offset for controlling the FMP (Fast Mode Plus). > > Applied to stm32/master, thanks! [01/10] i2c: stm32: add support for the st,stm32mp13 SOC commit:

Re: [PATCH v2 01/10] i2c: stm32: add support for the st, stm32mp13 SOC

2022-07-07 Thread Patrice CHOTARD
Hi Patrick On 6/30/22 10:20, Patrick Delaunay wrote: > The stm32mp13 soc differs from the stm32mp15 in terms of > clear register offset for controlling the FMP (Fast Mode Plus). > > Signed-off-by: Patrick Delaunay > --- > > (no changes since v1) > > drivers/i2c/stm32f7_i2c.c | 5 + > 1

[PATCH v2 01/10] i2c: stm32: add support for the st,stm32mp13 SOC

2022-06-30 Thread Patrick Delaunay
The stm32mp13 soc differs from the stm32mp15 in terms of clear register offset for controlling the FMP (Fast Mode Plus). Signed-off-by: Patrick Delaunay --- (no changes since v1) drivers/i2c/stm32f7_i2c.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/i2c/stm32f7_i2c.c