mbox series

[v2,0/2] i2c: i2c-stm32f7: allow range of I2C bus frequency

Message ID 1585226661-26262-1-git-send-email-alain.volmat@st.com
Headers show
Series i2c: i2c-stm32f7: allow range of I2C bus frequency | expand

Message

Alain Volmat March 26, 2020, 12:44 p.m. UTC
This serie introduces the possibility to set bus frequency other
than 100KHz, 400KHz and 1MHz.

Changelog:
v2: fix i2c: i2c-stm32f7: allows for any bus frequency patch

Alain Volmat (2):
  dt-bindings: i2c: i2c-stm32f7: allow clock-frequency range
  i2c: i2c-stm32f7: allows for any bus frequency

 .../devicetree/bindings/i2c/st,stm32-i2c.yaml |   8 +-
 drivers/i2c/busses/i2c-stm32f7.c              | 116 +++++++++---------
 2 files changed, 65 insertions(+), 59 deletions(-)