Re: [PATCH V1 2/2] i2c: tegra: notify transfer-complete after clearing status.
From: Stephen Warren <hidden>
Date: 2012-05-07 16:19:59
Also in:
lkml
From: Stephen Warren <hidden>
Date: 2012-05-07 16:19:59
Also in:
lkml
On 05/07/2012 12:46 AM, Laxman Dewangan wrote:
The notification of the transfer complete by calling complete() should be done after clearing all interrupt status. This may avoid the race condition of misconfigure the i2c controller in multi-core environment. Signed-off-by: Laxman Dewangan <redacted>
Acked-by: Stephen Warren <redacted> This patch appears to be independent from the first patch in the series, so I assume can be checked in immediately.