Re: [PATCH] i2c: iproc: handle invalid slave state

From: Vijay Balakrishna
Date: Tue Nov 07 2023 - 17:28:46 EST




On 8/28/2023 12:10 PM, Wolfram Sang wrote:
On Thu, Aug 24, 2023 at 02:23:51PM -0700, roman.bacik@xxxxxxxxxxxx wrote:
From: Roman Bacik <roman.bacik@xxxxxxxxxxxx>

Add the code to handle an invalid state when both bits S_RX_EVENT
(indicating a transaction) and S_START_BUSY (indicating the end
of transaction - transition of START_BUSY from 1 to 0) are set in
the interrupt status register during a slave read.

Signed-off-by: Roman Bacik <roman.bacik@xxxxxxxxxxxx>
Fixes: 1ca1b4516088 ("i2c: iproc: handle Master aborted error")

Applied to for-next, thanks!


Hi Wolfram,

I don't see this patch neither in I2C for-next nor in linux-next. May be got lost by accident, please update.

Thanks,
Vijay