Re: [PATCH 13/22] [media] tvp5150: disable output while signal not locked

2018-07-30 Thread Marco Felsch
Hi Mauro, thanks for your feedback. On 18-07-30 15:00, Mauro Carvalho Chehab wrote: > Em Thu, 28 Jun 2018 18:20:45 +0200 > Marco Felsch escreveu: > > > From: Philipp Zabel > > > > To avoid short frames on stream start, keep output pins at high impedance > > while we are not properly locked on

Re: [PATCH 13/22] [media] tvp5150: disable output while signal not locked

2018-07-30 Thread Mauro Carvalho Chehab
Em Mon, 30 Jul 2018 15:00:58 -0300 Mauro Carvalho Chehab escreveu: > Em Thu, 28 Jun 2018 18:20:45 +0200 > Marco Felsch escreveu: > > > From: Philipp Zabel > > > > To avoid short frames on stream start, keep output pins at high impedance > > while we are not properly locked onto the input sign

Re: [PATCH 13/22] [media] tvp5150: disable output while signal not locked

2018-07-30 Thread Mauro Carvalho Chehab
Em Thu, 28 Jun 2018 18:20:45 +0200 Marco Felsch escreveu: > From: Philipp Zabel > > To avoid short frames on stream start, keep output pins at high impedance > while we are not properly locked onto the input signal. > > Signed-off-by: Philipp Zabel > Signed-off-by: Marco Felsch > --- > driv

[PATCH 13/22] [media] tvp5150: disable output while signal not locked

2018-06-28 Thread Marco Felsch
From: Philipp Zabel To avoid short frames on stream start, keep output pins at high impedance while we are not properly locked onto the input signal. Signed-off-by: Philipp Zabel Signed-off-by: Marco Felsch --- drivers/media/i2c/tvp5150.c | 39 ++--- 1 file cha