[PATCH v4] i2c: imx-lpi2c: directly return ISR when detect a NACK

Andi Shyti andi.shyti at kernel.org
Thu Jul 27 01:38:49 PDT 2023


Hi Carlos,

On Thu, Jul 27, 2023 at 11:03:47AM +0800, carlos.song at nxp.com wrote:
> From: Carlos Song <carlos.song at nxp.com>
> 
> A NACK flag in ISR means i2c bus error. In such condition,
> there is no need to do read/write operation.
> 
> In this patch, i2c will check MSR_NDF, MSR_RDF and MSR_TDF
> flag in turn, it's making mutually exclusive NACK/read/write.
> So when a NACK is received(MSR_NDF), i2c will return ISR
> directly and then stop i2c transfer.
> 
> Signed-off-by: Carlos Song <carlos.song at nxp.com>

thanks!

Reviewed-by: Andi Shyti <andi.shyti at kernel.org> 

Andi



More information about the linux-arm-kernel mailing list