[PATCH v2 19/28] drm/i2c: tda998x: fix the value of the TBG_CNTRL_1 register

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 12:05:43PM +0100, Jean-Francois Moine wrote: > This patch fixes the 'toggle flag enable' bit of the TBG_CNTRL_1 > register which was set when no toggle was needed. > > Signed-off-by: Jean-Francois Moine > --- > drivers/gpu/drm/i2c/tda998x_drv.c | 6 +++--- > 1 file change

[PATCH v2 19/28] drm/i2c: tda998x: fix the value of the TBG_CNTRL_1 register

2014-01-09 Thread Jean-Francois Moine
This patch fixes the 'toggle flag enable' bit of the TBG_CNTRL_1 register which was set when no toggle was needed. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c