]> git.ipfire.org Git - thirdparty/linux.git/commit
i2c: tegra: Use separate variables for fast and fastplus
authorAkhil R <akhilrajeev@nvidia.com>
Tue, 18 Nov 2025 14:06:16 +0000 (19:36 +0530)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 14 Jan 2026 07:02:19 +0000 (08:02 +0100)
commit8b80b61e6f4fea1fab4f48ed6af2d9b8946f8049
tree8d558cfa725595cb874a378209fe6698ab4353d7
parentb53232fd220ad5ecc29b1cb4d4e1355365bc5026
i2c: tegra: Use separate variables for fast and fastplus

The current implementation uses a single value of THIGH, TLOW and setup
hold time for both fast and fastplus. But these values can be different
for each speed mode and should be using separate variables. Split the
variables used for fast and fast plus mode.

Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/busses/i2c-tegra.c