Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-27 Thread Dmitri Belimov
Hi > Hi, > > Am Montag, den 11.05.2009, 21:01 +1000 schrieb Dmitri Belimov: > > Hi > > > > > Em Mon, 11 May 2009 20:21:23 +1000 > > > Dmitri Belimov escreveu: > > > > > > > > > Cheers, > > > > > > Mauro > > > > > > > > > > Did you check it is still OK for DVB-T and DVB-S also? > > > > > >

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-12 Thread hermann pitton
Hi, Am Montag, den 11.05.2009, 21:01 +1000 schrieb Dmitri Belimov: > Hi > > > Em Mon, 11 May 2009 20:21:23 +1000 > > Dmitri Belimov escreveu: > > > > > > > Cheers, > > > > > Mauro > > > > > > > > Did you check it is still OK for DVB-T and DVB-S also? > > > > > > No. We tested only with analo

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Dmitri Belimov
Hi > Em Mon, 11 May 2009 20:21:23 +1000 > Dmitri Belimov escreveu: > > > > > Cheers, > > > > Mauro > > > > > > Did you check it is still OK for DVB-T and DVB-S also? > > > > No. We tested only with analog TV, capturing from analog TV and > > composite input. It support serial and parallel TS

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Mauro Carvalho Chehab
Em Mon, 11 May 2009 20:21:23 +1000 Dmitri Belimov escreveu: > > > Cheers, > > > Mauro > > > > Did you check it is still OK for DVB-T and DVB-S also? > > No. We tested only with analog TV, capturing from analog TV and composite > input. > It support serial and parallel TS from MPEG encoder to s

[RESEND PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Dmitri Belimov
Hi all. 1. Add start/stop TS function. 2. Move setup DMA of TS to DMA function. 3. Write support cupture via MMAP 4. Rework startup and finish process, remove simple FSM. This is patch from our customer. I checked this. diff -r b40d628f830d linux/drivers/media/video/saa7134/saa7134-cards.c --- a

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Dmitri Belimov
Hi > Hi, > > Am Montag, den 11.05.2009, 19:37 -0300 schrieb Mauro Carvalho Chehab: > > Em Tue, 28 Apr 2009 19:52:00 +1000 > > Dmitri Belimov escreveu: > > > > > Hi all. > > > > > > 1. Add start/stop TS function. > > > 2. Move setup DMA of TS to DMA function. > > > 3. Write support cupture via

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread hermann pitton
Hi, Am Montag, den 11.05.2009, 19:37 -0300 schrieb Mauro Carvalho Chehab: > Em Tue, 28 Apr 2009 19:52:00 +1000 > Dmitri Belimov escreveu: > > > Hi all. > > > > 1. Add start/stop TS function. > > 2. Move setup DMA of TS to DMA function. > > 3. Write support cupture via MMAP > > 4. Rework startup

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Mauro Carvalho Chehab
Em Tue, 28 Apr 2009 19:52:00 +1000 Dmitri Belimov escreveu: > Hi all. > > 1. Add start/stop TS function. > 2. Move setup DMA of TS to DMA function. > 3. Write support cupture via MMAP > 4. Rework startup and finish process, remove simple FSM. > > This is patch from our customer. I checked this.

[PATCH 3/3 ] big rework of TS for saa7134

2009-04-28 Thread Dmitri Belimov
Hi all. 1. Add start/stop TS function. 2. Move setup DMA of TS to DMA function. 3. Write support cupture via MMAP 4. Rework startup and finish process, remove simple FSM. This is patch from our customer. I checked this. diff -r b40d628f830d linux/drivers/media/video/saa7134/saa7134-cards.c --- a