mbox series

[0/5] i2c: stm32: filter binding support & debug info

Message ID 1612515104-838-1-git-send-email-alain.volmat@foss.st.com
Headers show
Series i2c: stm32: filter binding support & debug info | expand

Message

Alain Volmat Feb. 5, 2021, 8:51 a.m. UTC
This serie add support for the analog and digital filter binding
for the stm32f7 i2c driver.
An additional patch add also debug informations, displayed in case
of errors.

Alain Volmat (5):
  i2c: stm32f7: fix configuration of the digital filter
  i2c: stm32f7: support DT binding i2c-analog-filter
  i2c: stm32f7: add support for DNF i2c-digital-filter binding
  ARM: dts: stm32: enable the analog filter for all I2C nodes in
    stm32mp151
  i2c: stm32f7: indicate the address being accessed on errors

 arch/arm/boot/dts/stm32mp151.dtsi |  6 +++
 drivers/i2c/busses/i2c-stm32f7.c  | 63 ++++++++++++++++++++-----------
 2 files changed, 46 insertions(+), 23 deletions(-)