public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
From: Akhil R <akhilrajeev@nvidia.com>
To: <andi.shyti@kernel.org>, <digetx@gmail.com>,
	<jonathanh@nvidia.com>, <linux-i2c@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <linux-tegra@vger.kernel.org>,
	<thierry.reding@gmail.com>, <wsa+renesas@sang-engineering.com>,
	<wsa@kernel.org>
Cc: <kkartik@nvidia.com>, <akhilrajeev@nvidia.com>,
	<ldewangan@nvidia.com>, <smangipudi@nvidia.com>
Subject: [PATCH v12 0/6] Updates for Tegra264 and Tegra256
Date: Sat, 15 Nov 2025 09:56:26 +0530	[thread overview]
Message-ID: <20251115042632.69708-1-akhilrajeev@nvidia.com> (raw)

Following series of patches consist of updates for Tegra264 and Tegra256
along with adding support for High Speed (HS) Mode in i2c-tegra.c driver.

v11->v12:
  * Added two more patches to the series which are needed for Tegra256 and
    also cleans up the timing settings configuration.
v1->v11: Changelogs are in respective patches.
v[11] https://lore.kernel.org/linux-tegra/20251111091627.870613-1-kkartik@nvidia.com/T/#t

Akhil R (4):
  i2c: tegra: Use separate variables for fast and fastplus
  i2c: tegra: Update Tegra256 timing parameters
  i2c: tegra: Add HS mode support
  i2c: tegra: Add Tegra264 support

Kartik Rajput (2):
  i2c: tegra: Do not configure DMA if not supported
  i2c: tegra: Add support for SW mutex register

 drivers/i2c/busses/i2c-tegra.c | 305 ++++++++++++++++++++++++++++-----
 1 file changed, 258 insertions(+), 47 deletions(-)

-- 
2.50.1


             reply	other threads:[~2025-11-15  4:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-15  4:26 Akhil R [this message]
2025-11-15  4:26 ` [PATCH v12 1/6] i2c: tegra: Do not configure DMA if not supported Akhil R
2025-11-15  4:26 ` [PATCH v12 2/6] i2c: tegra: Use separate variables for fast and fastplus Akhil R
2025-11-17  9:51   ` Jon Hunter
2025-11-15  4:26 ` [PATCH v12 3/6] i2c: tegra: Update Tegra256 timing parameters Akhil R
2025-11-17  9:52   ` Jon Hunter
2025-11-15  4:26 ` [PATCH v12 4/6] i2c: tegra: Add HS mode support Akhil R
2025-11-17 11:07   ` Jon Hunter
2025-11-18 11:09     ` Akhil R
2025-11-18 12:16       ` Jon Hunter
2025-11-18 12:25   ` Jon Hunter
2025-11-15  4:26 ` [PATCH v12 5/6] i2c: tegra: Add support for SW mutex register Akhil R
2025-11-15  4:26 ` [PATCH v12 6/6] i2c: tegra: Add Tegra264 support Akhil R

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=20251115042632.69708-1-akhilrajeev@nvidia.com \
    --to=akhilrajeev@nvidia.com \
    --cc=andi.shyti@kernel.org \
    --cc=digetx@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=kkartik@nvidia.com \
    --cc=ldewangan@nvidia.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=smangipudi@nvidia.com \
    --cc=thierry.reding@gmail.com \
    --cc=wsa+renesas@sang-engineering.com \
    --cc=wsa@kernel.org \
    /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