public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] i2c: thunderx: Marvell thunderx i2c changes
@ 2024-04-01  6:32 Piyush Malgujar
  2024-04-01  6:32 ` [PATCH v5 1/4] i2c: thunderx: Clock divisor logic changes Piyush Malgujar
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Piyush Malgujar @ 2024-04-01  6:32 UTC (permalink / raw)
  To: andi.shyti, linux-i2c, linux-kernel
  Cc: sgarapati, cchavva, jannadurai, Piyush Malgujar

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 V4:
- Proper alignment
- Used bitops helpers as required
- Patch description made more clear to understand
- Removed unrelated code

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: Support for High speed mode
  i2c: octeon: Handle watchdog timeout

 drivers/i2c/busses/i2c-octeon-core.c     | 141 ++++++++++++++++-------
 drivers/i2c/busses/i2c-octeon-core.h     |  52 +++++++--
 drivers/i2c/busses/i2c-thunderx-pcidrv.c |  13 ++-
 3 files changed, 151 insertions(+), 55 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-01 13:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01  6:32 [PATCH v5 0/4] i2c: thunderx: Marvell thunderx i2c changes Piyush Malgujar
2024-04-01  6:32 ` [PATCH v5 1/4] i2c: thunderx: Clock divisor logic changes Piyush Malgujar
2024-04-01 13:28   ` kernel test robot
2024-04-01  6:32 ` [PATCH v5 2/4] i2c: thunderx: Support for High speed mode Piyush Malgujar
2024-04-01  6:32 ` [PATCH v5 3/4] i2c: octeon: Handle watchdog timeout Piyush Malgujar
2024-04-01  6:32 ` [PATCH v5 4/4] i2c: thunderx: Adding ioclk support Piyush Malgujar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox