]> www.infradead.org Git - users/willy/xarray.git/commit
i2c: aspeed: Update the stop sw state when the bus recovery occurs
authorTommy Huang <tommy_huang@aspeedtech.com>
Wed, 11 Sep 2024 09:39:51 +0000 (17:39 +0800)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 11 Sep 2024 15:54:21 +0000 (17:54 +0200)
commit93701d3b84ac5f3ea07259d4ced405c53d757985
treec6005cc1e2520ec4decd3984c701d2789460ac39
parentda3ea35007d0af457a0afc87e84fddaebc4e0b63
i2c: aspeed: Update the stop sw state when the bus recovery occurs

When the i2c bus recovery occurs, driver will send i2c stop command
in the scl low condition. In this case the sw state will still keep
original situation. Under multi-master usage, i2c bus recovery will
be called when i2c transfer timeout occurs. Update the stop command
calling with aspeed_i2c_do_stop function to update master_state.

Fixes: f327c686d3ba ("i2c: aspeed: added driver for Aspeed I2C")
Cc: stable@vger.kernel.org # v4.13+
Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-aspeed.c