Re: [PATCH v2 2/2] i2c: ocores: respect adapter timeout in IRQ mode
From: Andrew Lunn
Date: Thu Oct 09 2025 - 09:21:58 EST
On Thu, Oct 09, 2025 at 11:19:50AM +0200, Matthias Schiffer wrote:
> While the timeout field of the i2c_adapter defaults to 1s, it can be
> changed, for example using the I2C_TIMEOUT ioctl. Change the ocores
> driver to use this timeout instead of hardcoding 1s, also making it
> consistent with polling mode.
>
> Signed-off-by: Matthias Schiffer <matthias.schiffer@xxxxxxxxxxxxxxx>
> Acked-by: Peter Korsgaard <peter@xxxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew