Linux-i2c Archive mirror
 help / color / mirror / Atom feed
From: Piyush Malgujar <pmalgujar@marvell.com>
To: <linux-i2c@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<andi.shyti@kernel.org>
Cc: <sgarapati@marvell.com>, <cchavva@marvell.com>,
	<jannadurai@marvell.com>, Piyush Malgujar <pmalgujar@marvell.com>
Subject: [PATCH v4 0/4] i2c: thunderx: Marvell thunderx i2c changes
Date: Fri, 23 Feb 2024 04:57:21 -0800	[thread overview]
Message-ID: <20240223125725.1709624-1-pmalgujar@marvell.com> (raw)

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


             reply	other threads:[~2024-02-23 12:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 12:57 Piyush Malgujar [this message]
2024-02-23 12:57 ` [PATCH v4 1/4] i2c: thunderx: Clock divisor logic changes Piyush Malgujar
2024-03-20 16:30   ` Piyush Malgujar
2024-03-21 22:53   ` Andi Shyti
2024-02-23 12:57 ` [PATCH v4 2/4] i2c: thunderx: Add support for High speed mode Piyush Malgujar
2024-03-22  0:26   ` Andi Shyti
2024-02-23 12:57 ` [PATCH v4 3/4] i2c: octeon: Handle watchdog timeout Piyush Malgujar
2024-02-23 12:57 ` [PATCH v4 4/4] i2c: thunderx: Adding ioclk support Piyush Malgujar
2024-03-22  0:34   ` Andi Shyti
2024-03-21 22:12 ` [PATCH v4 0/4] i2c: thunderx: Marvell thunderx i2c changes Andi Shyti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240223125725.1709624-1-pmalgujar@marvell.com \
    --to=pmalgujar@marvell.com \
    --cc=andi.shyti@kernel.org \
    --cc=cchavva@marvell.com \
    --cc=jannadurai@marvell.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sgarapati@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).