Re: [PATCH] [media] lgdt3306a: remove 20*50 msec unnecessary timeout

2016-07-26 Thread Michael Ira Krufky
On Mon, Jul 25, 2016 at 9:36 PM, Mauro Carvalho Chehab wrote: > Em Mon, 25 Jul 2016 15:37:14 -0400 > Michael Ira Krufky escreveu: > >> On Mon, Jul 25, 2016 at 3:28 PM, Mauro Carvalho Chehab >> wrote: >> > Hi Michael, >> > >> > Em Mon, 25 Jul 2016 14:55:51 -0400 >> > Michael Ira Krufky escreveu:

Re: [PATCH] [media] lgdt3306a: remove 20*50 msec unnecessary timeout

2016-07-25 Thread Mauro Carvalho Chehab
Em Mon, 25 Jul 2016 15:37:14 -0400 Michael Ira Krufky escreveu: > On Mon, Jul 25, 2016 at 3:28 PM, Mauro Carvalho Chehab > wrote: > > Hi Michael, > > > > Em Mon, 25 Jul 2016 14:55:51 -0400 > > Michael Ira Krufky escreveu: > > > >> On Mon, Jul 25, 2016 at 2:38 PM, Abylay Ospan wrote: > >> >

Re: [PATCH] [media] lgdt3306a: remove 20*50 msec unnecessary timeout

2016-07-25 Thread Michael Ira Krufky
On Mon, Jul 25, 2016 at 3:28 PM, Mauro Carvalho Chehab wrote: > Hi Michael, > > Em Mon, 25 Jul 2016 14:55:51 -0400 > Michael Ira Krufky escreveu: > >> On Mon, Jul 25, 2016 at 2:38 PM, Abylay Ospan wrote: >> > inside lgdt3306a_search we reading demod status 20 times with 50 msec >> > sleep after

Re: [PATCH] [media] lgdt3306a: remove 20*50 msec unnecessary timeout

2016-07-25 Thread Mauro Carvalho Chehab
Hi Michael, Em Mon, 25 Jul 2016 14:55:51 -0400 Michael Ira Krufky escreveu: > On Mon, Jul 25, 2016 at 2:38 PM, Abylay Ospan wrote: > > inside lgdt3306a_search we reading demod status 20 times with 50 msec sleep > > after each read. > > This gives us more than 1 sec of delay. Removing this dela

Re: [PATCH] [media] lgdt3306a: remove 20*50 msec unnecessary timeout

2016-07-25 Thread Abylay Ospan
Hi Michael, thanks for update. ok, I will investigate this more heavily later. Please, do not merge this patch. Seems like we need more consultation/testing (as I understand especially on 'weak' ATSC signals). 2016-07-25 14:55 GMT-04:00 Michael Ira Krufky : > On Mon, Jul 25, 2016 at 2:38 PM, Aby

Re: [PATCH] [media] lgdt3306a: remove 20*50 msec unnecessary timeout

2016-07-25 Thread Michael Ira Krufky
On Mon, Jul 25, 2016 at 2:38 PM, Abylay Ospan wrote: > inside lgdt3306a_search we reading demod status 20 times with 50 msec sleep > after each read. > This gives us more than 1 sec of delay. Removing this delay should not affect > demod functionality. > > Signed-off-by: Abylay Ospan > --- > d

[PATCH] [media] lgdt3306a: remove 20*50 msec unnecessary timeout

2016-07-25 Thread Abylay Ospan
inside lgdt3306a_search we reading demod status 20 times with 50 msec sleep after each read. This gives us more than 1 sec of delay. Removing this delay should not affect demod functionality. Signed-off-by: Abylay Ospan --- drivers/media/dvb-frontends/lgdt3306a.c | 16 1 file