mbox series

[0/3] i2c: thunderx: Marvell thunderx i2c changes

Message ID 20230330133953.21074-1-pmalgujar@marvell.com
Headers show
Series i2c: thunderx: Marvell thunderx i2c changes | expand

Message

Piyush Malgujar March 30, 2023, 1:39 p.m. UTC
The changes are for Marvell OcteonTX2 SOC family:

- Handling clock divisor logic using subsytem ID
- Support for high speed mode
- Handle watchdog timeout

Suneel Garapati (3):
  i2c: thunderx: Clock divisor logic changes
  i2c: thunderx: Add support for High speed mode
  i2c: octeon: Handle watchdog timeout

 drivers/i2c/busses/i2c-octeon-core.c     | 113 +++++++++++++++++------
 drivers/i2c/busses/i2c-octeon-core.h     |  19 ++++
 drivers/i2c/busses/i2c-thunderx-pcidrv.c |   7 ++
 3 files changed, 110 insertions(+), 29 deletions(-)