[PATCH v3 18/24] drm/i2c: tda998x: fix the ENABLE_SPACE register

2014-01-22 Thread Russell King - ARM Linux
On Sun, Jan 19, 2014 at 07:58:45PM +0100, Jean-Francois Moine wrote: > This patch fixes the ENABLE_SPACE register, the value of which was > inverted. > > Signed-off-by: Jean-Francois Moine I've researched the change to PLL_SERIAL_2, and this is correct. I think your change to REG_ENABLE_SPACE i

[PATCH v3 18/24] drm/i2c: tda998x: fix the ENABLE_SPACE register

2014-01-19 Thread Jean-Francois Moine
This patch fixes the ENABLE_SPACE register, the value of which was inverted. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.