[PATCH 02/18] Altera FPGA based CI driver module.

2010-12-30 Thread Igor M. Liplianin
An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/Kconfig |9 + drivers/media/video/cx23885/Makefile|1 + drivers/media/video/cx23885/altera-ci.c | 834 +++ drivers/media

[PATCH 05/18] Initial commit to support NetUP Dual DVB-T/C CI RF card.

2010-12-30 Thread Igor M. Liplianin
The card based on cx23885 PCI-e brige. Altera FPGA for CI, multistandard demods stv0367 from STM for QAM & OFDM, Xcieve xc5000 tuners and additional cx25840 for second analog input. Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/Kconfig |3 +- drivers/media/v

[PATCH 06/18] cx23885: implement tuner_bus parameter for cx23885_board structure.

2010-12-30 Thread Igor M. Liplianin
There is two external I2C buses in cx23885 chip. Currently, analog tuners supported for second I2C bus only In NetUP Dual DVB-T/C CI RF card tuners connected to first bus So, in order to support analog tuners sitting on first bus we need modifications. Signed-off-by: Igor M. Liplianin

[PATCH 07/18] cx23885: implement num_fds_portb, num_fds_portc parameters for cx23885_board structure.

2010-12-30 Thread Igor M. Liplianin
This is needed for multifrontend support. NetUP Dual DVB-T/C CI RF card has frontends connected to port B & C Each frontend has two switchable cores - DVB-T & DVB-C Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/cx23885-cards.c |2 ++ drivers/media/video/cx23885

[PATCH 10/18] cx23885: remove duplicate set interrupt mask

2010-12-30 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/cx23885-core.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video/cx23885/cx23885-core.c index 307eaf4..3a09dd2 100644 --- a/drivers

[PATCH 09/18] stv0367: Fix potential divide error

2010-12-30 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin --- drivers/media/dvb/frontends/stv0367.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index 0575741..e6bee7f 100644 --- a/drivers/media/dvb/frontends

Re: [PATCH 01/18] Altera FPGA firmware download module.

2011-01-01 Thread Igor M. Liplianin
В сообщении от 31 декабря 2010 12:53:16 автор Mauro Carvalho Chehab написал: > Em 31-12-2010 03:26, Igor M. Liplianin escreveu: > > It uses STAPL files and programs Altera FPGA through JTAG. > > Interface to JTAG must be provided from main device module, > > for example

[PATCH 02/18] Altera FPGA based CI driver module.

2011-01-01 Thread Igor M. Liplianin
An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. Signed-off-by: Igor M. Liplianin --- drivers/media/video/cx23885/Kconfig |9 + drivers/media/video/cx23885/Makefile|1 + drivers/media/video/cx23885/altera-ci.c | 837 +++ drivers/media

[GIT PULL FOR v3.9] separate Montage ts2020 from ds3000 and rs2000, support for new TeVii cards

2012-12-24 Thread Igor M. Liplianin
2ff52e6f487c2ee841f3df9709d1b4e4416a1b15: ts2020: separate from m88rs2000 (2012-12-24 01:26:12 +0300) Igor M. Liplianin (4): Tevii S421 and S632 support m88rs2000: SNR BER implemented ds3000: lock led procedure added

Re: Re: [GIT PULL FOR v3.9] separate Montage ts2020 from ds3000 and rs2000, support for new TeVii cards

2012-12-28 Thread Igor M. Liplianin
On 27 декабря 2012 19:33:38 Mauro Carvalho Chehab wrote: > Hi Igor, Hi Mauro, > > Em Mon, 24 Dec 2012 11:23:56 +0300 > > "Igor M. Liplianin" escreveu: > > The following changes since commit 8b2aea7878f64814544d0527c659011949d52358: > > [media] em28

[GIT PULL FOR v3.9] the rest for TeVii s421, s632 DVB cards and Montage ds3000, rs2000 demods

2012-12-28 Thread Igor M. Liplianin
3a36fae7540e031a811e6c28cd37c7db4baf142b: m88rs2000: make use ts2020 (2012-12-29 01:40:33 +0300) Igor M. Liplianin (4): Tevii S421 and S632 support, Kconfig part m88rs2000: SNR, BER implemented ds3000: lock led procedure added

Re: [PATCH 3/3] make the other drivers take use of the new ts2020 driver

2012-05-07 Thread Igor M. Liplianin
].fe = dvb_attach(ds3000_attach, &dw2104_ds3000_config, > &d->dev->i2c_adap); > if (d->fe_adap[0].fe != NULL) { > + dvb_attach(ts2020_attach, d->fe_adap[0].fe, > + &dw2104_ts2020_config, &d->dev->i2c_ad

Re: [PATCH 2/3] ts2020: add ts2020 tuner driver

2012-05-07 Thread Igor M. Liplianin
state, > + .set_state = ts2020_set_state, Why not to use set_frequency/get_frequency directly, without payload of state structure and get_state/set_state and separate header file? Truly, it is expansion of code for just simple operation. I don't buy that stuff. > + .release

Re: Re: [PATCH 2/3] ts2020: add ts2020 tuner driver

2012-05-08 Thread Igor M. Liplianin
On 8 мая 2012 10:09:47 Konstantin Dimitrov wrote: > On Tue, May 8, 2012 at 9:32 AM, Igor M. Liplianin wrote: > > On 7 Ð¼Ð°Ñ  2012 00:22:30 Konstantin Dimitrov wrote: > >> add separate ts2020 tuner driver > >> > >> Signed-off-by: Konstantin Dimitrov

[PATCH 1/2] TeVii DVB-S s421 and s632 cards support

2012-05-08 Thread Igor M. Liplianin
DVB-S chip is Montage m88rs2000, so initial patch is simple. Signed-off-by: Igor M. Liplianin diff --git a/drivers/media/dvb/dvb-usb/dw2102.c b/drivers/media/dvb/dvb-usb/dw2102.c index 451c5a7..4b2d190 100644 --- a/drivers/media/dvb/dvb-usb/dw2102.c +++ b/drivers/media/dvb/dvb-usb/dw2102.c

[PATCH 2/2] TeVii DVB-S s421 and s632 cards support, rs2000 part

2012-05-08 Thread Igor M. Liplianin
One register needs to be changed to TS to work. So we use separate inittab. Signed-off-by: Igor M. Liplianin diff --git a/drivers/media/dvb/frontends/m88rs2000.c b/drivers/media/dvb/frontends/m88rs2000.c index 045ee5a..547230d 100644 --- a/drivers/media/dvb/frontends/m88rs2000.c +++ b/drivers

m88rs2000: LNB voltage control implemented

2012-05-08 Thread Igor M. Liplianin
Trival patch to get it working with my cards stuff. Signed-off-by: Igor M. Liplianin diff --git a/drivers/media/dvb/frontends/m88rs2000.c b/drivers/media/dvb/frontends/m88rs2000.c index 547230d..f6d6e39 100644 --- a/drivers/media/dvb/frontends/m88rs2000.c +++ b/drivers/media/dvb/frontends

Terratec Cinergy S2 USB HD Rev.2

2012-05-08 Thread Igor M. Liplianin
Terratec Cinergy S2 USB HD Rev.2 support. Signed-off-by: Igor M. Liplianin diff --git a/drivers/media/dvb/dvb-usb/dw2102.c b/drivers/media/dvb/dvb-usb/dw2102.c index 7ced62d..9a7a333 100644 --- a/drivers/media/dvb/dvb-usb/dw2102.c +++ b/drivers/media/dvb/dvb-usb/dw2102.c @@ -1243,6 +1243,13

[PATCH] Terratec Cinergy C PCI HD (CI)

2012-05-09 Thread Igor M. Liplianin
This patch seems for rectifying a typo. But actually the difference between mantis_vp2040.c and mantis_vp2033.c code is a card name only. Signed-off-by: Igor M. Liplianin diff -r 990a92e2410f linux/drivers/media/dvb/mantis/mantis_cards.c --- a/linux/drivers/media/dvb/mantis/mantis_cards.c Wed May

[PATCH] [TEST] Regarding m88rc2000 i2c gate operation, SNR, BER and others

2012-05-09 Thread Igor M. Liplianin
Malcolm, I made SNR, BER, UCB and signal level code for m88rc2000, but my cards show them correctly only if I made changes in m88rs2000_tuner_read function. Analyzing USB logs I found that register 0x81 never set to 0x85 value. It is always set to 0x84 regardless of read or write operation to tun

Re: Re: [PATCH] Terratec Cinergy C PCI HD (CI)

2012-05-10 Thread Igor M. Liplianin
On 9 мая 2012 20:57:49 Bjørn Mork wrote: > "Igor M. Liplianin" writes: > > This patch seems for rectifying a typo. But actually the difference > > between > > mantis_vp2040.c and mantis_vp2033.c code is a card name only. > > Yes, there are major c

[PATCH] cx23885: TeVii s471 card support

2012-05-11 Thread Igor M. Liplianin
The card is similar to TeVii s470, but has different LNB power control. Signed-off-by: Igor M. Liplianin diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c index 6769fc4..668a1ef 100644 --- a/drivers/media/dvb/frontends/ds3000.c +++ b/drivers/media/dvb

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-08-13 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 3 changesets: 01/03: Add ce5039(zl10039) tuner support. http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=9838dda71738 02/03: Add TeVii S630 USB DVB-S card support. http://mercur

[PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-09-05 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following changeset: 01/01: Fix gpio mutex in NetUP Dual DVB-S2 CI card. http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=2f1119c624eb cimax2.c | 12 ++-- cx23885-core.c |1 + cx23885.h

[PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-09-09 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following changeset: 01/01: Fix gpio mutex in NetUP Dual DVB-S2 CI card. http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=2f1119c624eb cimax2.c | 12 ++-- cx23885-core.c |1 + cx23885.h

[PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-09-16 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following 2 changesets: 01/02: Fix gpio mutex in NetUP Dual DVB-S2 CI card. http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=31c6bdddb84e 02/02: Fix MAC address reading from EEPROM in NetUP Dual DVB-S2 CI card. ht

Re: [linux-dvb] The Tuner stv6110x.c driver problem.

2009-09-16 Thread Igor M. Liplianin
; > As result is the wrong divider value. > > > > Is this driver working? > > > > > > Gennady. > > > > genn...@exatel-vs.com Hi, Why do you not use stv6110 ? It definitely works. Igor -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for

[PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-09-19 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following changeset: 01/01: Fix debug messaging for stv0900 demod. http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=bb1363f48e9e stv0900_core.c | 58 - s

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-09-19 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following changeset: 01/01: Add support for TBS-likes remotes http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=c4e209d7decc drivers/media/common/ir-keymaps.c | 42

Re: [PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-09-23 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 2 changesets: 01/02: Add support for TBS-likes remotes http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=c4e209d7decc 02/02: Add support for TeVii remotes http://mercurial.intuxi

Re: [PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-10-06 Thread Igor M. Liplianin
On 5 октября 2009 16:23:32 Mauro Carvalho Chehab wrote: > Em Wed, 23 Sep 2009 20:47:17 +0300 > > "Igor M. Liplianin" escreveu: > > Mauro, > > > > Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits > > > > for the following 2 cha

Re: Patch for TeVii S470

2009-10-06 Thread Igor M. Liplianin
ing for firmware upload(2)...\n", > __func__); if (ret) { > printk("%s: No firmware uploaded (timeout or file > not found?)\n", __func__); > > Kind regards > > Ole > -- > To unsubscribe from this list: send the line "unsubscri

Re: [PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-10-07 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 2 changesets: 01/02: Add support for TBS-likes remotes http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=1a461777d5b7 02/02: Add support for TeVii remotes http://mercurial.intuxi

[PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-10-17 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following 3 changesets: 01/03: stv6110: add configurable gain http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=655c21f61eb3 02/03: stv0900: fix diseqc support for NetUP card http://udev.netup.ru/hg/v4l-dvb-commits

[PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-10-27 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following 4 changesets: 01/04: stv6110: add configurable gain http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=655c21f61eb3 02/04: stv0900: fix diseqc support for NetUP card http://udev.netup.ru/hg/v4l-dvb-commits

[PULL] http://udev.netup.ru/hg/v4l-dvb-commits

2009-10-27 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following 5 changesets: 01/05: stv6110: add configurable gain http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=655c21f61eb3 02/05: stv0900: fix diseqc support for NetUP card http://udev.netup.ru/hg/v4l-dvb-commits

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-01-17 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 4 changesets: 01/04: Add support for TurboSight TBS6920 DVB-S2 PCI-e card. http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=5f762cc14f76 02/04: Add support for TeVii S470 DVB-S2

Re: [PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-01-18 Thread Igor M. Liplianin
В сообщении от 19 January 2009 03:10:31 Mauro Carvalho Chehab написал(а): > There are a few CodingStyle fun So, one more commit... Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits/v4l-dvb-commits for the following 5 changesets: 01/05: Add support for TurboSight TBS6

Re: [PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-01-19 Thread Igor M. Liplianin
В сообщении от 19 January 2009 11:05:33 Laurent Pinchart написал(а): > On Monday 19 January 2009, Igor M. Liplianin wrote: > > В сообщении от 19 January 2009 03:10:31 Mauro Carvalho Chehab написал(а): > > > There are a few CodingStyle fun > > > > So, on

Re: [linux-dvb] QQ box dvb-s usb dongle not supported ?

2009-01-20 Thread Igor M. Liplianin
interface 0 altsetting 1 bulk endpoint > 0x2 has invalid maxpacket 64 > [102008.808982] usb 2-8: config 1 interface 0 altsetting 1 bulk endpoint > 0x8A has invalid maxpacket 64 > [102008.814644] usb 2-8: configuration #1 chosen from 1 choice I believe, it contains LME2510 US

Re: [linux-dvb] Broken Tuning on Wintv Nova HD S2

2009-01-29 Thread Igor M. Liplianin
.kernel.org > linux-...@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb More likely not polarization, but hi band may broken. Anyway, please, try attached patch. -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks # HG changeset

Re: [linux-dvb] Broken Tuning on Wintv Nova HD S2

2009-01-29 Thread Igor M. Liplianin
В сообщении от 29 January 2009 20:07:32 gimli написал(а): > Hi, > > your patch seems to work. If it works, then I prepare more simple patch. # HG changeset patch # User Igor M. Liplianin # Date 1233253267 -7200 # Node ID 3542d1c1e03add577ce85175327701c552d14856

Re: [linux-dvb] Broken Tuning on Wintv Nova HD S2

2009-01-29 Thread Igor M. Liplianin
On 29 января 2009, "Igor M. Liplianin" wrote: > Igor M. Liplianin schrieb: > > п▓ я│п╬п╬п╠я┴п╣п╫п╦п╦ п╬я┌ 29 January 2009 20:07:32 gimli > > п╫п╟п©п╦я│п╟п╩(п╟): > >> Hi, > >> > >> your patch seems to work. > > > > If it works, t

Re: [linux-dvb] Broken Tuning on Wintv Nova HD S2

2009-01-29 Thread Igor M. Liplianin
re? > > Mika Sorry, send it to Edgar only. But it is unintentionally. -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks # HG changeset patch # User Igor M. Liplianin # Date 1233253267 -7200 # Node ID 3542d1c1e03add577ce85175327701c552d14856 # Parent 408637

Re: [linux-dvb] Broken Tuning on Wintv Nova HD S2

2009-01-29 Thread Igor M. Liplianin
В сообщении от 30 January 2009 02:10:18 gimli написал(а): > Igor M. Liplianin schrieb: > > On 29 января 2009, "Igor M. Liplianin" wrote: > >> Igor M. Liplianin schrieb: > >>> п▓ я│п╬п╬п╠я┴п╣п╫п╦п╦ п╬я┌ 29 January 2009 20:07:32 gimli > >>> п╫п

Re: [linux-dvb] Broken Tuning on Wintv Nova HD S2

2009-01-29 Thread Igor M. Liplianin
В сообщении от 30 January 2009 02:10:18 gimli написал(а): > Acked-by : Edgar Hucek Explanation of using Signed-off-by, Acked-by and Tested-by. http://kerneltrap.org/node/8329 Sorry yet, but it seems Tested-by :) Anyway, I already included your Tested-by clause. -- Igor M. Liplia

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-01-30 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits/v4l-dvb-commits for the following changeset: 01/01: Bug fix: Restore HVR-4000 tuning. http://mercurial.intuxication.org/hg/v4l-dvb-commits/v4l-dvb-commits?cmd=changeset;node=0d95f94028cb cx24116.c |7 ++- 1

dm1105: not demuxing from interrupt context

2009-02-18 Thread Igor M. Liplianin
I read in mailing list about design error in dm1105. So I am designer. DMA buffer in the driver itself organized like ringbuffer and not difficult to bind it to tasklet or work queue. I choose work queue, because it is like trend :) The code tested by me on quite fast computer and it works as usual

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-02-25 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 2 changesets: 01/02: dm1105: not demuxing from interrupt context. http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=6faf0753950b 02/02: dm1105: infrared remote code is remaked. h

<    1   2   3