mbox series

[v2,0/3] i2c: mv64xxx: Support for I2C unstuck

Message ID 20231006003321.2100016-1-chris.packham@alliedtelesis.co.nz
Headers show
Series i2c: mv64xxx: Support for I2C unstuck | expand

Message

Chris Packham Oct. 6, 2023, 12:33 a.m. UTC
Some newer Marvell SoCs natively support a recovery mechanisim. This can be
used as an alternative to the generic pinctrl/GPIO recovery mechanism used on
the older SoCs.

Chris Packham (3):
  dt-bindings: i2c: mv64xxx: update bindings for unstuck register
  arm64: dts: marvell: AC5: use I2C unstuck function
  i2c: mv64xxx: add support for FSM based recovery

 .../bindings/i2c/marvell,mv64xxx-i2c.yaml     |  5 +-
 arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi | 14 ++--
 drivers/i2c/busses/i2c-mv64xxx.c              | 68 ++++++++++++++++++-
 3 files changed, 73 insertions(+), 14 deletions(-)