[PATCH v4 0/4] i2c: thunderx: Marvell thunderx i2c changes

Piyush Malgujar posted 4 patches 1 year, 11 months ago
There is a newer version of this series
drivers/i2c/busses/i2c-octeon-core.c     | 105 +++++++++++++++++------
drivers/i2c/busses/i2c-octeon-core.h     |  25 ++++++
drivers/i2c/busses/i2c-thunderx-pcidrv.c |  23 +++--
3 files changed, 123 insertions(+), 30 deletions(-)
[PATCH v4 0/4] i2c: thunderx: Marvell thunderx i2c changes
Posted by Piyush Malgujar 1 year, 11 months ago
The changes are for Marvell OcteonTX2 SOC family:

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

Changes since V3:
- Removed the MAINTAINER file change from this series
- Modified the commit message to include more details
- Minor changes such as adding macros, comments modified
  to have more detail as required

Changes since V2:
- Respinning the series, no functional change
- Added Marvell member in MAINTAINERS file
- Added macro OTX2_REF_FREQ_DEFAULT for 100 MHz

Changes since V1:
- Addressed comments, added defines as required
- Removed unnecessary code
- Added a patch to support ioclk if sclk not present in ACPI table

Piyush Malgujar (1):
  i2c: thunderx: Adding ioclk support

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     | 105 +++++++++++++++++------
 drivers/i2c/busses/i2c-octeon-core.h     |  25 ++++++
 drivers/i2c/busses/i2c-thunderx-pcidrv.c |  23 +++--
 3 files changed, 123 insertions(+), 30 deletions(-)

-- 
2.43.0
Re: [PATCH v4 0/4] i2c: thunderx: Marvell thunderx i2c changes
Posted by Andi Shyti 1 year, 10 months ago
Hi Piyush,

...

> - Removed the MAINTAINER file change from this series

I was not against adding Suneel here; on the contrary, I would
appreciate it if someone could help with reviews, maintenance,
and testing on this driver. However, I need to see a bit more
activity, especially during code reviews.

Thanks,
Andi