Re: [PATCH] drm/i2c: nxp-tda998x: fix abort of some i2c exchanges

2013-05-17 Thread Russell King - ARM Linux
On Fri, May 17, 2013 at 08:38:03AM +0200, Jean-Francois Moine wrote: > The signals SIGALRM (most often) and SIGPOLL (sometimes) may be raised > after irq or some parameter change and this aborts the i2c exchanges. > > The problem is solved by masking these signals. NAK. The real problem is in th

[PATCH] drm/i2c: nxp-tda998x: fix abort of some i2c exchanges

2013-05-17 Thread Jean-Francois Moine
The signals SIGALRM (most often) and SIGPOLL (sometimes) may be raised after irq or some parameter change and this aborts the i2c exchanges. The problem is solved by masking these signals. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 40 +

[PATCH] drm/i2c: nxp-tda998x: fix abort of some i2c exchanges

2013-05-17 Thread Russell King - ARM Linux
On Fri, May 17, 2013 at 08:38:03AM +0200, Jean-Francois Moine wrote: > The signals SIGALRM (most often) and SIGPOLL (sometimes) may be raised > after irq or some parameter change and this aborts the i2c exchanges. > > The problem is solved by masking these signals. NAK. The real problem is in th

[PATCH] drm/i2c: nxp-tda998x: fix abort of some i2c exchanges

2013-05-17 Thread Jean-Francois Moine
The signals SIGALRM (most often) and SIGPOLL (sometimes) may be raised after irq or some parameter change and this aborts the i2c exchanges. The problem is solved by masking these signals. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 40 +