From: Kartik Rajput <kkartik@nvidia.com>
To: <ldewangan@nvidia.com>, <digetx@gmail.com>,
<andi.shyti@kernel.org>, <thierry.reding@gmail.com>,
<jonathanh@nvidia.com>, <akhilrajeev@nvidia.com>,
<smangipudi@nvidia.com>, <linux-i2c@vger.kernel.org>,
<linux-tegra@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: Kartik Rajput <kkartik@nvidia.com>
Subject: [PATCH v4 0/4] Add I2C support for Tegra410
Date: Wed, 7 Jan 2026 09:54:30 +0530 [thread overview]
Message-ID: <20260107042434.10587-1-kkartik@nvidia.com> (raw)
Add support for the Tegra410 SoC, which has 4 I2C controllers. The
controllers are feature-equivalent to Tegra264; only the register
offsets differ.
Please note that this series is rebased on:
https://lore.kernel.org/linux-tegra/20260106062811.894-1-akhilrajeev@nvidia.com
Kartik Rajput (4):
i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
i2c: tegra: Move variant to tegra_i2c_hw_feature
i2c: tegra: Add logic to support different register offsets
i2c: tegra: Add support for Tegra410
drivers/i2c/busses/i2c-tegra.c | 569 ++++++++++++++++++++++++---------
1 file changed, 410 insertions(+), 159 deletions(-)
--
2.43.0
next reply other threads:[~2026-01-07 4:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-07 4:24 Kartik Rajput [this message]
2026-01-07 4:24 ` [PATCH v4 1/4] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI Kartik Rajput
2026-01-07 4:24 ` [PATCH v4 2/4] i2c: tegra: Move variant to tegra_i2c_hw_feature Kartik Rajput
2026-01-07 9:37 ` Jon Hunter
2026-01-07 9:39 ` Kartik Rajput
2026-01-07 4:24 ` [PATCH v4 3/4] i2c: tegra: Add logic to support different register offsets Kartik Rajput
2026-01-07 4:24 ` [PATCH v4 4/4] i2c: tegra: Add support for Tegra410 Kartik Rajput
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=20260107042434.10587-1-kkartik@nvidia.com \
--to=kkartik@nvidia.com \
--cc=akhilrajeev@nvidia.com \
--cc=andi.shyti@kernel.org \
--cc=digetx@gmail.com \
--cc=jonathanh@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 \
/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