Skip to content
Commit a71e2ac1 authored by Chris Brandt's avatar Chris Brandt Committed by Wolfram Sang
Browse files

i2c: riic: Clear NACK in tend isr

The NACKF flag should be cleared in INTRIICNAKI interrupt processing as
description in HW manual.

This issue shows up quickly when PREEMPT_RT is applied and a device is
probed that is not plugged in (like a touchscreen controller). The result
is endless interrupts that halt system boot.

Fixes: 310c18a4

 ("i2c: riic: add driver")
Cc: stable@vger.kernel.org
Reported-by: default avatarChien Nguyen <chien.nguyen.eb@rvc.renesas.com>
Signed-off-by: default avatarChris Brandt <chris.brandt@renesas.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 127068ab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment