[PATCH v10 RESEND 0/3] Add I2C support for Tegra410

Kartik Rajput posted 3 patches 1 week, 2 days ago
drivers/i2c/busses/i2c-tegra.c | 534 ++++++++++++++++++++++++---------
1 file changed, 395 insertions(+), 139 deletions(-)
[PATCH v10 RESEND 0/3] Add I2C support for Tegra410
Posted by Kartik Rajput 1 week, 2 days ago
Add support for the Tegra410 SoC, which has 4 I2C controllers. The
controllers are feature-equivalent to Tegra264; only the register
offsets differ.

Kartik Rajput (3):
  i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
  i2c: tegra: Add logic to support different register offsets
  i2c: tegra: Add support for Tegra410

 drivers/i2c/busses/i2c-tegra.c | 534 ++++++++++++++++++++++++---------
 1 file changed, 395 insertions(+), 139 deletions(-)

-- 
2.43.0
Re: [PATCH v10 RESEND 0/3] Add I2C support for Tegra410
Posted by Andi Shyti 6 days, 20 hours ago
Hi Kartik,

> Kartik Rajput (3):
>   i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
>   i2c: tegra: Add logic to support different register offsets
>   i2c: tegra: Add support for Tegra410

merged to i2c/i2c-host.

Thanks,
Andi