2020-01-23 16:17:13

by Alain Volmat

[permalink] [raw]
Subject: [PATCH 0/5] i2c: i2c-stm32f7: enhance FastModePlus support

This serie enhance Fast Mode Plus support in the i2c-stm32f7 driver
(support suspend/resume) and add the support for the stm32mp15 SoC
that has new syscfg bits.

Alain Volmat (5):
i2c: i2c-stm32f7: disable/restore Fast Mode Plus bits in low power
modes
dt-bindings: i2c: i2c-stm32f7: add st,stm32mp15-i2c compatible
i2c: i2c-stm32f7: add a new st,stm32mp15-i2c compatible
ARM: dts: stm32: use st,stm32mp15-i2c compatible for stm32mp151
ARM: dts: stm32: add Fast Mode Plus info in I2C nodes of stm32mp151

.../devicetree/bindings/i2c/st,stm32-i2c.yaml | 6 +-
arch/arm/boot/dts/stm32mp151.dtsi | 18 ++++--
drivers/i2c/busses/i2c-stm32f7.c | 75 +++++++++++++++++++---
3 files changed, 83 insertions(+), 16 deletions(-)

--
2.7.4



2020-04-28 16:32:12

by Alexandre Torgue

[permalink] [raw]
Subject: Re: [PATCH 0/5] i2c: i2c-stm32f7: enhance FastModePlus support

Hi Alain

On 1/23/20 5:12 PM, Alain Volmat wrote:
> This serie enhance Fast Mode Plus support in the i2c-stm32f7 driver
> (support suspend/resume) and add the support for the stm32mp15 SoC
> that has new syscfg bits.
>
> Alain Volmat (5):
> i2c: i2c-stm32f7: disable/restore Fast Mode Plus bits in low power
> modes
> dt-bindings: i2c: i2c-stm32f7: add st,stm32mp15-i2c compatible
> i2c: i2c-stm32f7: add a new st,stm32mp15-i2c compatible
> ARM: dts: stm32: use st,stm32mp15-i2c compatible for stm32mp151
> ARM: dts: stm32: add Fast Mode Plus info in I2C nodes of stm32mp151
>
> .../devicetree/bindings/i2c/st,stm32-i2c.yaml | 6 +-
> arch/arm/boot/dts/stm32mp151.dtsi | 18 ++++--
> drivers/i2c/busses/i2c-stm32f7.c | 75 +++++++++++++++++++---
> 3 files changed, 83 insertions(+), 16 deletions(-)
>

patches [4][5] (DT) applied on stm32-next.


Thanks.
Alex