[PATCH v5 01/23] drm/i2c: tda998x: simplify the i2c read/write functions

2014-01-29 Thread Jean-Francois Moine
This patch simplifies the i2c read/write functions and permits them to be easily called in more contexts. Acked-by: Russell King Tested-by: Russell King Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 322 +++--- 1 file changed, 162

[PATCH v5 01/23] drm/i2c: tda998x: simplify the i2c read/write functions

2014-01-29 Thread Jean-Francois Moine
This patch simplifies the i2c read/write functions and permits them to be easily called in more contexts. Acked-by: Russell King rmk+ker...@arm.linux.org.uk Tested-by: Russell King rmk+ker...@arm.linux.org.uk Signed-off-by: Jean-Francois Moine moin...@free.fr ---