linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] i2c: tegra: Add support for the VI I2C on Tegra210
@ 2020-05-06 19:15 Thierry Reding
  2020-05-06 19:15 ` [PATCH 1/4] dt-bindings: i2c: tegra: Document Tegra210 VI I2C Thierry Reding
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thierry Reding @ 2020-05-06 19:15 UTC (permalink / raw)
  To: Wolfram Sang, Thierry Reding; +Cc: Jon Hunter, linux-i2c, linux-tegra

From: Thierry Reding <treding@nvidia.com>

Hi Wolfram,

This small set of patches cleans up a few things in the I2C driver and
then adds support for the VI instance of the I2C controller which is a
regular I2C controller wrapped by some multimedia-specific logic. As a
result, the regular I2C controller register interface is offset by a
couple of bytes.

I can pick up patch 4/4 into the Tegra tree. These patches also don't
have any conflicts with Dmitry's patches that we've been discussing.

That said, I could also put this set of patches (except the DTS change)
into the same branch I already have for Dmitry's patches (plus the fixes
that we had discussed) and take it into linux-next and let it brew for a
couple of days to get more testing and then send everything to you with
a PR, say, sometime next week? How does that sound?

Thierry

Thierry Reding (4):
  dt-bindings: i2c: tegra: Document Tegra210 VI I2C
  i2c: tegra: Use FIELD_PREP/FIELD_GET macros
  i2c: tegra: Add support for the VI I2C on Tegra210
  arm64: tegra: Enable VI I2C on Jetson Nano

 .../bindings/i2c/nvidia,tegra20-i2c.txt       |   6 +
 .../boot/dts/nvidia/tegra210-p3450-0000.dts   |   4 +
 drivers/i2c/busses/i2c-tegra.c                | 178 +++++++++++++-----
 3 files changed, 145 insertions(+), 43 deletions(-)

-- 
2.24.1


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

end of thread, other threads:[~2020-05-12 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-06 19:15 [PATCH 0/4] i2c: tegra: Add support for the VI I2C on Tegra210 Thierry Reding
2020-05-06 19:15 ` [PATCH 1/4] dt-bindings: i2c: tegra: Document Tegra210 VI I2C Thierry Reding
2020-05-06 19:15 ` [PATCH 2/4] i2c: tegra: Use FIELD_PREP/FIELD_GET macros Thierry Reding
2020-05-06 19:15 ` [PATCH 3/4] i2c: tegra: Add support for the VI I2C on Tegra210 Thierry Reding
2020-05-06 19:15 ` [PATCH 4/4] arm64: tegra: Enable VI I2C on Jetson Nano Thierry Reding
2020-05-12 13:14 ` [PATCH 0/4] i2c: tegra: Add support for the VI I2C on Tegra210 Wolfram Sang

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 NNTP newsgroup(s).