Hi Andi, On 14:45-20230425, Andi Shyti wrote: > Hi Reid, > > On Mon, Apr 24, 2023 at 02:53:44PM -0500, Reid Tonking wrote: > > Using standard mode, rare false ACK responses were appearing with > > i2cdetect tool. This was happening due to NACK interrupt triggering > > ISR thread before register access interrupt was ready. Removing the > > NACK interrupt's ability to trigger ISR thread lets register access > > ready interrupt do this instead. > > > > Fixes: 3b2f8f82dad7 ("i2c: omap: switch to threaded IRQ support") > > > > Signed-off-by: Reid Tonking <reidt@xxxxxx> > > please don't leave any space between Fixes and SoB. > > Add also: > > Cc: <stable@xxxxxxxxxxxxxxx> # v3.7+ > > and Cc the stable list. > > Andi > Thanks for the feedback, I'll make that change going forward. -Reid