Re: [PATCH v3 02/24] drm/i2c: tda998x: check more I/O errors

2014-01-22 Thread Russell King - ARM Linux
On Sun, Jan 19, 2014 at 07:58:38PM +0100, Jean-Francois Moine wrote: > This patch adds more error checking inn I2C I/O functions. > In case of I/O error, this permits to avoid writing in bad controller > pages, a bad chipset detection or looping when getting the EDID. > > Tested-by: Russell King

[PATCH v3 02/24] drm/i2c: tda998x: check more I/O errors

2014-01-19 Thread Jean-Francois Moine
This patch adds more error checking inn I2C I/O functions. In case of I/O error, this permits to avoid writing in bad controller pages, a bad chipset detection or looping when getting the EDID. Tested-by: Russell King Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 57