>From [email protected] Wed Jul 15 14:45:58 2026
Date: Wed, 15 Jul 2026 14:45:58 +0300
From: Dmitry Guzman <[email protected]>
To: Aniket Randive <[email protected]>
Cc: [email protected], [email protected],
 [email protected], [email protected], [email protected],
 [email protected], [email protected],
 [email protected], [email protected],
 [email protected], [email protected],
 [email protected]
Subject: Re: [PATCH V5] i2c: qcom-geni: Add dynamic transfer timeout based
 on transfer length and frequency
Message-Id: <[email protected]>
In-Reply-To: <[email protected]>
References: <[email protected]>
Organization: MobilEye
X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Sylpheed-Account-Id: 1
X-Sylpheed-Reply: #mh/Mailbox/inbox/15
X-Sylpheed-Compose-AutoWrap: FALSE
X-Sylpheed-Compose-CheckSpell: FALSE
X-Sylpheed-Compose-SpellLang: en
X-Sylpheed-Compose-UseSigning: FALSE
X-Sylpheed-Compose-UseEncryption: FALSE

On Wed, 15 Jul 2026 15:48:05 +0530
Aniket Randive <[email protected]> wrote:

> This replaces the fixed 1-second timeout with a transfer-specific
> timeout while preserving sufficient margin for software overheads and
> bus-level delays.
> 

The dynamic timeout may be useful for any I2C bus controller, not only
for qcom-geni. Structure i2c_adapter already has field "timeout". Isn't
it worth to move the timeout calculation to i2c-core, so that the core
updates the timeout field in i2c_adapter structure, and the controller
driver just uses this value, instead of duplicating the calculation in
every driver that will use this feature?

Also, such parameters as I2C_TIMEOUT_SAFETY_COEFFICIENT and
I2C_TIMEOUT_MIN_USEC may be configurable by user (for example, in
device tree) for more flexibility.

Best regards,
-- 
Dmitry Guzman <[email protected]>

Reply via email to