i3c: dw: use adapter timeout value for I2C transfers
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 4 Jun 2025 10:18:27 +0000 (12:18 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 3 Jul 2025 23:10:07 +0000 (01:10 +0200)
commit1b84691e7870bc5b6a66a1e81abe0eae8359dfce
tree94a5233b6440cf34c052349df9fc61c65823b4ad
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
i3c: dw: use adapter timeout value for I2C transfers

I2C adapters have their own timeout value which can be changed by
userspace if desired. Use it for I2C transfers. The default is 1Hz, so
the default behaviour is unchanged.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250604101831.56585-2-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master/dw-i3c-master.c