[PATCH v2 1/28] drm/i2c: tda998x: simplify the i2c read/write functions

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 11:57:24AM +0100, Jean-Francois Moine wrote: > This patch simplifies the i2c read/write functions and permits them to > be easily called in more contexts. > > Signed-off-by: Jean-Francois Moine Nice cleanup. Acked-by: Russell King Tested-by: Russell King > --- > driv

[PATCH v2 1/28] drm/i2c: tda998x: simplify the i2c read/write functions

2014-01-09 Thread Jean-Francois Moine
This patch simplifies the i2c read/write functions and permits them to be easily called in more contexts. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 322 +++-- 1 file changed, 162 insertions(+), 160 deletions(-) diff --git a/drivers/gpu/drm/i2c/td