Re: [PATCH] i2c: omap: errata i462: fix incorrect ack for arbitration lost interrupt

2013-01-23 Thread Wolfram Sang
On Sun, Jan 20, 2013 at 02:32:58AM +0200, Aaro Koskinen wrote: > The errata handling function acks wrong interrupt in case of "Arbitration > lost". Fix it. > > Discovered during code review, the real impact of the bug is unknown. > > Signed-off-by: Aaro Koskinen Applied to current, thanks! --

Re: [PATCH] i2c: omap: errata i462: fix incorrect ack for arbitration lost interrupt

2013-01-20 Thread Felipe Balbi
Hi, On Sun, Jan 20, 2013 at 02:32:58AM +0200, Aaro Koskinen wrote: > The errata handling function acks wrong interrupt in case of "Arbitration > lost". Fix it. > > Discovered during code review, the real impact of the bug is unknown. > > Signed-off-by: Aaro Koskinen thanks for sending this Re

[PATCH] i2c: omap: errata i462: fix incorrect ack for arbitration lost interrupt

2013-01-19 Thread Aaro Koskinen
The errata handling function acks wrong interrupt in case of "Arbitration lost". Fix it. Discovered during code review, the real impact of the bug is unknown. Signed-off-by: Aaro Koskinen --- drivers/i2c/busses/i2c-omap.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr