[PATCH v3 10/24] drm/i2c: tda998x: don't read write-only registers

2014-01-22 Thread Russell King - ARM Linux
On Sun, Jan 19, 2014 at 07:58:42PM +0100, Jean-Francois Moine wrote: > This patch takes care of the write-only registers of the tda998x. > > The value 'MAT_CONTRL_MAT_SC(1)' in the register MAT_CONTRL has been > set as it is at reset time. > > Signed-off-by: Jean-Francois Moine > --- > v3 >

[PATCH v3 10/24] drm/i2c: tda998x: don't read write-only registers

2014-01-19 Thread Jean-Francois Moine
This patch takes care of the write-only registers of the tda998x. The value 'MAT_CONTRL_MAT_SC(1)' in the register MAT_CONTRL has been set as it is at reset time. Signed-off-by: Jean-Francois Moine --- v3 - remarks from Russell King - don't move the sync polarity setting after the se