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 liplia...@me.by escreveu: The following changes since commit 8b2aea7878f64814544d0527c659011949d52358: [media] em28xx: prefer bulk mode on webcams

[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
to 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

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

2012-12-24 Thread Igor M. Liplianin
to 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

[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 liplia...@me.bydiff --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

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 liplia...@me.by 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 code duplication issues in this driver

[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 liplia...@me.bydiff -r 990a92e2410f linux/drivers/media/dvb/mantis/mantis_cards.c --- a/linux/drivers/media/dvb/mantis

[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

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

2012-05-08 Thread Igor M. Liplianin
of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

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 liplia...@me.by wrote: On 7 Ð¼Ð°Ñ  2012 00:22:30 Konstantin Dimitrov wrote: add separate ts2020 tuner driver Signed-off-by: Konstantin Dimitrov kosio.dimit...@gmail.com

[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 liplia...@me.bydiff --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

[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 liplia...@me.by 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

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 liplia...@me.bydiff --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

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 liplia...@me.bydiff --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

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

2012-05-07 Thread Igor M. Liplianin
this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list: send the line

Re: [GIT PATCHES FOR 3.2] cx23885 alsa cleaned and prepaired

2011-10-14 Thread Igor M. Liplianin
В сообщении от 14 октября 2011 23:25:07 автор Mauro Carvalho Chehab написал: Em 10-10-2011 11:52, Igor M. Liplianin escreveu: Hi Mauro and Steven, It's been a long time since cx23885-alsa pull was requested. To speed things up I created a git branch where I put the patches. Some

Re: [GIT PATCHES FOR 3.2] cx23885 alsa cleaned and prepaired

2011-10-11 Thread Igor M. Liplianin
patches I have to match the current cx23885 driver. Thank you for the driver Steven. Is current state of branch good for pulling? -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

[GIT PATCHES FOR 3.2] cx23885 alsa cleaned and prepaired

2011-10-10 Thread Igor M. Liplianin
) are available in the git repository at: git://linuxtv.org/liplianin/media_tree.git cx23885-alsa-clean-2 Igor M. Liplianin (2): cx23885: videobuf: Remove the videobuf_sg_dma_map/unmap functions cx25840-audio: fix missing state declaration Mijhail Moreyra (6): cx23885: merge mijhail's header

Re: [PATCH] pctv452e: hm.. tidy bogus code up

2011-10-06 Thread Igor M. Liplianin
В сообщении от 6 октября 2011 11:35:51 автор André Weidemann написал: Hi Mauro, On 30.09.2011 22:58, Igor M. Liplianin wrote: Currently, usb_register calls two times with cloned structures, but for different driver names. Let's remove it. It looks like the comments and the patch under

Re: Media_build Issue with altera on cx23885

2011-10-06 Thread Igor M. Liplianin
to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Hi Evan, Just try attached patch against media_build. It fixes altera-stapl build for media_build tree. Mauro, is this a correct patch? -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used

[PATCH] pctv452e: hm.. tidy bogus code up

2011-09-30 Thread Igor M. Liplianin
Currently, usb_register calls two times with cloned structures, but for different driver names. Let's remove it. Signed-off-by: Igor M. Liplianin liplia...@me.by --- drivers/media/dvb/dvb-usb/pctv452e.c | 16 +--- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git

Re: [PATCH] Add support for PCTV452E.

2011-09-27 Thread Igor M. Liplianin
В сообщении от 27 сентября 2011 10:55:11 автор Dominik Kuhlen написал: Hi all, sorry for being quiet such a long time On Tuesday 13 September 2011 08:04:51 Steffen Barszus wrote: On Wed, 15 Jun 2011 18:44:35 +0300 Igor M. Liplianin liplia...@me.by wrote: From my point of view

[GIT PATCHES FOR 3.2] NetUP Dual DVB-T/C CI RF: fix card hardware revision detection and PID filter for second demux

2011-09-24 Thread Igor M. Liplianin
The following changes since commit 4e2c53fde651be6225d9f940c02b2eabc2f9591c: [media] dvb: Add support for pctv452e (2011-09-24 00:07:42 -0300) are available in the git repository at: http://linuxtv.org/git/liplianin/media_tree.git netup_patches Abylay Ospan (2): NetUP Dual DVB-T/C CI

[GIT PATCHES FOR 3.2] fix type error in cx23885 and altera-stapl move out from staging

2011-09-23 Thread Igor M. Liplianin
The following changes since commit 3a7a62378be538944ff00904b8e0b795fe16609a: [media] ati_remote: update Kconfig description (2011-09-22 10:55:10 -0300) are available in the git repository at: http://linuxtv.org/git/liplianin/media_tree.git netup_patches Igor M. Liplianin (2): cx23885

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
Here is my version. Made with git format-patch for branch staging/for_v3.2 From cc44ac937f36ed51335eb11a7e28cf047a979a1c Mon Sep 17 00:00:00 2001 From: Igor M. Liplianin liplia...@me.by Date: Fri, 23 Sep 2011 23:31:25 +0300 Subject: [PATCH] Add support for pctv452e To: mche...@infradead.org, linux

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
Freyermuth Note, this patch is good for testing with media_build system. Just in case someone want not to load ~500 Mb kernel git tree, then configure, compile, install vmlinuz and so on, so on. -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
В сообщении от 24 сентября 2011 00:11:21 автор Igor M. Liplianin написал: В сообщении от 23 сентября 2011 23:58:15 автор Oliver Freyermuth написал: Thanks for the review! As this is the first time I touched module- / kernel-code and I am not really familiar with the structures of the rc

Re: [PATCH] Add support for PCTV452E.

2011-06-15 Thread Igor M. Liplianin
From my point of view we can count the beginning was here: http://www.spinics.net/lists/linux-dvb/msg26431.html The later history is difficult to restore, but possible. BR Igor -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Doman me.by is dead ...

2011-06-05 Thread Igor M. Liplianin
It happens domain me.by died :( I'm subscribed using liplia...@tut.by for now. I have couple addresses yet liplia...@netup.ru liplia...@tcm.by Best regards Igor -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list

Re: DM1105: could not attach frontend 195d:1105

2011-05-05 Thread Igor M. Liplianin
В сообщении от 4 мая 2011 00:33:51 автор Mauro Carvalho Chehab написал: Hi Igor, Em 23-10-2010 07:20, Igor M. Liplianin escreveu: В сообщении от 10 марта 2010 14:15:49 автор Hendrik Skarpeid написал: Igor M. Liplianin skrev: On 3 марта 2010 18:42:42 Hendrik Skarpeid wrote: Igor M

Re: [linux-dvb] TeVii S470 (cx23885 / ds3000) makes the machine unstable

2011-05-05 Thread Igor M. Liplianin
ideas! Hello, Your kernel seems necessary to update... Best Regards Igor -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH] dm1105: GPIO handling added, I2C on GPIO added, LNB control through GPIO reworked

2011-05-05 Thread Igor M. Liplianin
. Signed-off-by: Igor M. Liplianin liplia...@me.by diff -r abd3aac6644e linux/drivers/media/dvb/dm1105/dm1105.c --- a/linux/drivers/media/dvb/dm1105/dm1105.c Fri Jul 02 00:38:54 2010 -0300 +++ b/linux/drivers/media/dvb/dm1105/dm1105.c Sat Oct 23 11:58:32 2010 +0300 @@ -20,6 +20,7

[GIT PATCHES FOR 2.6.39] cx23885, altera-ci, stv0367: uncorrected blocks counter and other fixes

2011-03-05 Thread Igor M. Liplianin
The following changes since commit 88a763df226facb74fdb254563e30e9efb64275c: [media] dw2102: prof 1100 corrected (2011-03-02 16:56:54 -0300) are available in the git repository at: git://linuxtv.org/liplianin/media_tree.git dual_dvb_t_c_ci_rf-1 Abylay Ospan (5): cx23885: Altera FPGA

Re: [GIT PATCHES FOR 2.6.39] cx23885, altera-ci: remove operator return value in void procedure

2011-03-01 Thread Igor M. Liplianin
Abylay Ospan (1): stv0900: Update status when LOCK is missed Igor M. Liplianin (2): cx23885, altera-ci: remove operator return value in void procedure stv0900: speed up DVB-S searching drivers/media/dvb/frontends/stv0900_core.c |6 +- drivers/media/video/cx23885/altera-ci.h

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
stv0900 to stv090x. The card now works much more reliable. There is no problem with switching from DVB-S2 to DVB-S, tunning works flawless. Igor, can I get your ACK on this patch? regards, Never. Think first what you are asking for. -- Igor M. Liplianin Microsoft Windows Free Zone

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
В сообщении от 28 февраля 2011 18:09:56 автор Andreas Oberritter написал: Hello Igor, On 02/28/2011 04:41 PM, Igor M. Liplianin wrote: В сообщении от 28 февраля 2011 13:37:01 автор Mariusz Bialonczyk написал: On 2011-01-16 21:44, Mariusz Bialonczyk wrote: Fixing the very annoying tunning

Re: [GIT PATCHES FOR 2.6.39] cx23885, altera-ci: remove operator return value in void procedure

2011-02-28 Thread Igor M. Liplianin
M. Liplianin (2): cx23885, altera-ci: remove operator return value in void procedure stv0900: speed up DVB-S searching drivers/media/dvb/frontends/stv0900_core.c |5 - drivers/media/video/cx23885/altera-ci.h|2 -- 2 files changed, 4 insertions(+), 3 deletions

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
В сообщении от 28 февраля 2011 21:45:46 автор Mariusz Bialonczyk написал: On 02/28/2011 06:01 PM, Igor M. Liplianin wrote: For those who ... He asked me to get rid of my driver. Why should I? Maybe because (now) your frontend has problems with tunning on this card? I though

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
В сообщении от 28 февраля 2011 21:45:46 автор Mariusz Bialonczyk написал: On 02/28/2011 06:01 PM, Igor M. Liplianin wrote: For those who ... He asked me to get rid of my driver. Why should I? Maybe because (now) your frontend has problems with tunning on this card? I though

Re: [PATCH] Prof 7301: switching frontend to stv090x, fixing LOCK FAILED issue

2011-02-28 Thread Igor M. Liplianin
В сообщении от 1 марта 2011 00:24:32 автор Mariusz Bialonczyk написал: On 02/28/2011 09:37 PM, Igor M. Liplianin wrote: Sorry, I have nothing against you personally. me too :) I have excuses, but you not intresting, I think. Peace, friendship, chewing gum, like we use to say in my

Re: dw2102.c: quadratic increment intended?

2011-02-27 Thread Igor M. Liplianin
= dw2102_op_rw(d-udev, 0xb5, value + i, buf6, 2, DW2102_READ_MSG); msg[1].buf[i] = buf6[0]; } Accidentally, this didn't affect driver, as it reads registers by one register at one time. But it should be corrected. Best regards, --Edwin -- Igor M

Re: dw2102.c: quadratic increment intended?

2011-02-27 Thread Igor M. Liplianin
В сообщении от 27 февраля 2011 22:57:50 автор Malcolm Priestley написал: On Sun, 2011-02-27 at 20:30 +0200, Igor M. Liplianin wrote: В сообщении от 27 февраля 2011 16:40:19 автор Török Edwin написал: Hi, Hi Please see http://llvm.org/bugs/show_bug.cgi?id=9259#c5, is the code

[GIT PATCHES FOR 2.6.39] cx23885, altera-ci: remove operator return value in void procedure

2011-02-27 Thread Igor M. Liplianin
M. Liplianin (1): cx23885, altera-ci: remove operator return value in void procedure drivers/media/video/cx23885/altera-ci.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

[GIT PATCHES FOR 2.6.39] dw2102 updates

2011-02-27 Thread Igor M. Liplianin
The following changes since commit 9e650fdb12171a5a5839152863eaab9426984317: [media] drivers:media:radio: Update Kconfig and Makefile for wl128x FM driver (2011-02-27 07:50:42 -0300) are available in the git repository at: git://linuxtv.org/liplianin/media_tree.git dw2102 Igor M

[GIT PATCHES FOR 2.6.39] ds3000: wrong hardware tune function implemented

2011-02-27 Thread Igor M. Liplianin
The following changes since commit 9e650fdb12171a5a5839152863eaab9426984317: [media] drivers:media:radio: Update Kconfig and Makefile for wl128x FM driver (2011-02-27 07:50:42 -0300) are available in the git repository at: git://linuxtv.org/liplianin/media_tree.git ds3000-new Igor M

Re: [PATCH 5/9 v2] ds3000: clean up in tune procedure

2011-02-25 Thread Igor M. Liplianin
В сообщении от 25 февраля 2011 01:33:41 автор Mauro Carvalho Chehab написал: Em 24-02-2011 17:25, Igor M. Liplianin escreveu: В сообщении от 24 февраля 2011 21:11:13 автор Mauro Carvalho Chehab написал: Em 24-02-2011 16:04, Mauro Carvalho Chehab escreveu: Hi Igor, Em 01-02-2011 20:40

[GIT PATCHES FOR 2.6.39] ds3000 frontend, dw2102 driver patches

2011-02-25 Thread Igor M. Liplianin
] pvrusb2: Use sysfs_attr_init() where appropriate (2011-02-24 20:47:36 -0300) are available in the git repository at: git://linuxtv.org/liplianin/media_tree.git ds3000 Igor M. Liplianin (17): dw2102: Extend keymap parameter for not used remote dw2102: use separate firmwares

Re: [PATCH 5/9 v2] ds3000: clean up in tune procedure

2011-02-24 Thread Igor M. Liplianin
В сообщении от 24 февраля 2011 21:11:13 автор Mauro Carvalho Chehab написал: Em 24-02-2011 16:04, Mauro Carvalho Chehab escreveu: Hi Igor, Em 01-02-2011 20:40, Igor M. Liplianin escreveu: Variable 'retune' does not make sense. Loop is not needed for only one try. Remove unnecessary

Re: [PATCH 5/9 v2] ds3000: clean up in tune procedure

2011-02-24 Thread Igor M. Liplianin
В сообщении от 24 февраля 2011 22:25:35 автор Igor M. Liplianin написал: В сообщении от 24 февраля 2011 21:11:13 автор Mauro Carvalho Chehab написал: Em 24-02-2011 16:04, Mauro Carvalho Chehab escreveu: Hi Igor, Em 01-02-2011 20:40, Igor M. Liplianin escreveu: Variable 'retune

Re: DM1105: could not attach frontend 195d:1105

2011-02-02 Thread Igor M. Liplianin
В сообщении от 1 февраля 2011 07:17:19 автор Matt Vickers написал: On 1/02/2011 6:55 a.m., Igor M. Liplianin wrote: В сообщении от 31 января 2011 11:33:54 автор Matt Vickers написал: On 23/10/2010 10:20 p.m., Igor M. Liplianin wrote: В сообщении от 10 марта 2010 14:15:49 автор Hendrik

Re: DM1105: could not attach frontend 195d:1105

2011-02-02 Thread Igor M. Liplianin
В сообщении от 2 февраля 2011 20:39:33 автор Igor M. Liplianin написал: В сообщении от 1 февраля 2011 07:17:19 автор Matt Vickers написал: On 1/02/2011 6:55 a.m., Igor M. Liplianin wrote: В сообщении от 31 января 2011 11:33:54 автор Matt Vickers написал: On 23/10/2010 10:20 p.m., Igor M

[PATCH 2/9 v2] ds3000: decrease mpeg clock output

2011-02-01 Thread Igor M. Liplianin
TeVii s480 works fine with that on DVB-S2 channels Signed-off-by: Igor M. Liplianin liplia...@me.by --- drivers/media/dvb/frontends/ds3000.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c

[PATCH 3/9 v2] ds3000: loading firmware in bigger chunks

2011-02-01 Thread Igor M. Liplianin
Decrease firmware loading time. Before it is ~4000 i2c calls, now it is ~256 i2c calls to load ds3000 firmware. Signed-off-by: Igor M. Liplianin liplia...@me.by --- drivers/media/dvb/frontends/ds3000.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media

[PATCH 5/9 v2] ds3000: clean up in tune procedure

2011-02-01 Thread Igor M. Liplianin
Variable 'retune' does not make sense. Loop is not needed for only one try. Remove unnecessary dprintk's. Signed-off-by: Igor M. Liplianin liplia...@me.by --- drivers/media/dvb/frontends/ds3000.c | 442 +- 1 files changed, 216 insertions(+), 226 deletions

[PATCH 4/9 v2] ds3000: loading firmware during demod init

2011-02-01 Thread Igor M. Liplianin
Speed up tuning, as firmware is not necessary to load every attempt to tune Signed-off-by: Igor M. Liplianin liplia...@me.by --- drivers/media/dvb/frontends/ds3000.c | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/media/dvb/frontends/ds3000.c b

[PATCH 6/9 v2] ds3000: yet clean up in tune procedure

2011-02-01 Thread Igor M. Liplianin
Remove a lot of debug messages and delays. Signed-off-by: Igor M. Liplianin liplia...@me.by --- drivers/media/dvb/frontends/ds3000.c | 50 +- 1 files changed, 7 insertions(+), 43 deletions(-) diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media

[PATCH 9/9 v2] ds3000: hardware tune algorithm

2011-02-01 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@me.by --- drivers/media/dvb/frontends/ds3000.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c index e2037b5..3c6e08e 100644

[PATCH 7/9 v2] ds3000: remove unnecessary dnxt, dcur structures

2011-02-01 Thread Igor M. Liplianin
All necessary parameters already stored in frontend cache. Signed-off-by: Igor M. Liplianin liplia...@me.by --- drivers/media/dvb/frontends/ds3000.c | 108 - 1 files changed, 13 insertions(+), 95 deletions(-) diff --git a/drivers/media/dvb/frontends/ds3000.c b

Re: DM1105: could not attach frontend 195d:1105

2011-01-31 Thread Igor M. Liplianin
В сообщении от 31 января 2011 11:33:54 автор Matt Vickers написал: On 23/10/2010 10:20 p.m., Igor M. Liplianin wrote: В сообщении от 10 марта 2010 14:15:49 автор Hendrik Skarpeid написал: Igor M. Liplianin skrev: On 3 марта 2010 18:42:42 Hendrik Skarpeid wrote: Igor M. Liplianin wrote

[PATCH 5/9 v3] Initial commit to support NetUP Dual DVB-T/C CI RF card.

2011-01-25 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 liplia...@netup.ru --- drivers/media/dvb/frontends/stv0367.h |4

[PATCH 2/9 v3] Altera FPGA based CI driver module.

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

[PATCH 7/9 v3] cx23885: implement num_fds_portb, num_fds_portc parameters for cx23885_board structure.

2011-01-25 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 liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-cards.c |2 ++ drivers/media/video

[PATCH 8/9 v3] cx23885: disable MSI for NetUP cards, otherwise CI is not working

2011-01-25 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-core.c |4 drivers/media/video/cx23885/cx23885-reg.h |1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video

[PATCH 9/9 v3] cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID filter.

2011-01-25 Thread Igor M. Liplianin
It takes too long time to scan due to low symbol rate PID's like PAT, PMT, CAT, NIT. For that matter we enabled permanently all PID's less 0x20 in hardware PID filter for NetUP Dual DVB-T/C CI RF card to combine rates. Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video

[PATCH 4/9 v3] xc5000: add support for DVB-C tuning.

2011-01-25 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/common/tuners/xc5000.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index 76ac5cd..e3218c9 100644

[PATCH 6/9 v3] cx23885: implement tuner_bus parameter for cx23885_board structure.

2011-01-25 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 liplia

Re: [PATCH 2/9 v2] Altera FPGA based CI driver module.

2011-01-18 Thread Igor M. Liplianin
В сообщении от 16 января 2011 19:52:38 автор Mauro Carvalho Chehab написал: Em 02-01-2011 10:01, Igor M. Liplianin escreveu: An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. Signed-off-by: Igor M. Liplianin liplia...@netup.ru Igor, There's something wrong with this patch

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

2011-01-10 Thread Igor M. Liplianin
uses userspace utilities to push firmware inside. If someone has something to put on table, I mean code implementation, then put it on. Everithing is possible to change, but it is needed to begin with something. -- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks

[PATCH 4/9 v2] xc5000: add support for DVB-C tuning.

2011-01-02 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/common/tuners/xc5000.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index 76ac5cd..e3218c9 100644

[PATCH 5/9 v2] Initial commit to support NetUP Dual DVB-T/C CI RF card.

2011-01-02 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 liplia...@netup.ru --- drivers/media/video/cx23885/Kconfig |3

[PATCH 9/9 v2] cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID filter.

2011-01-02 Thread Igor M. Liplianin
It takes too long time to scan due to low symbol rate PID's like PAT, PMT, CAT, NIT. For that matter we enabled permanently all PID's less 0x20 in hardware PID filter for NetUP Dual DVB-T/C CI RF card to combine rates. Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video

[PATCH 7/9 v2] cx23885: implement num_fds_portb, num_fds_portc parameters for cx23885_board structure.

2011-01-02 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 liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-cards.c |2 ++ drivers/media/video

[PATCH 8/9 v2] cx23885: disable MSI for NetUP cards, otherwise CI is not working

2011-01-02 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-core.c |4 drivers/media/video/cx23885/cx23885-reg.h |1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video

[PATCH 6/9 v2] cx23885: implement tuner_bus parameter for cx23885_board structure.

2011-01-02 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 liplia

[PATCH 2/9 v2] Altera FPGA based CI driver module.

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

Re: TeVii S470 dvb-s2 issues - 2nd try ,)

2011-01-02 Thread Igor M. Liplianin
-- Igor M. Liplianin Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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 through cx23885 GPIO. Signed

[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 liplia...@netup.ru --- drivers/media/video/cx23885/Kconfig |9 + drivers/media/video/cx23885/Makefile|1 + drivers/media/video/cx23885/altera-ci.c | 837

[PATCH 04/18] xc5000: add support for DVB-C tuning.

2011-01-01 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/common/tuners/xc5000.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index 76ac5cd..e3218c9 100644

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

2011-01-01 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 liplia...@netup.ru --- drivers/media/video/cx23885/Kconfig |3

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

2011-01-01 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 liplia

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

2011-01-01 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 liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-cards.c |2 ++ drivers/media/video

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

2011-01-01 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- 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

[PATCH 13/18] stv0367: coding style corrections

2011-01-01 Thread Igor M. Liplianin
--- drivers/media/dvb/frontends/stv0367.c | 68 1 files changed, 34 insertions(+), 34 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index aaa2b44..67301a3 100644 ---

[PATCH 14/18] cx25840: Fix subdev registration in cx25840-core.c

2011-01-01 Thread Igor M. Liplianin
On my system, cx23885 based card reports default volume value above 7. So, register cx25840 subdev fails. Although, the card don't have a/v inputs it needs a/v firmware to be loaded. Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx25840/cx25840-core.c |2

[PATCH 14/18] cx25840: Fix subdev registration in cx25840-core.c

2011-01-01 Thread Igor M. Liplianin
On my system, cx23885 based card reports default volume value above 7. So, register cx25840 subdev fails. Although, the card don't have a/v inputs it needs a/v firmware to be loaded. Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx25840/cx25840-core.c |2

[PATCH 15/18] cx23885: disable MSI for NetUP cards, otherwise CI is not working

2011-01-01 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-core.c |4 drivers/media/video/cx23885/cx23885-reg.h |1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video

[PATCH 18/18] cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID filter.

2011-01-01 Thread Igor M. Liplianin
It takes too long time to scan due to low symbol rate PID's like PAT, PMT, CAT, NIT. For that matter we enabled permanently all PID's less 0x20 in hardware PID filter for NetUP Dual DVB-T/C CI RF card to combine rates. Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video

[PATCH] cx23885, cimax2.c: Fix case of two CAM insertion irq.

2010-12-30 Thread Igor M. Liplianin
For example boot up with two CAM inserted. Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/video/cx23885/cimax2.c | 24 1 files changed, 16 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/cx23885/cimax2.c

[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 liplia...@netup.ru --- drivers/media/video/cx23885/Kconfig |9 + drivers/media/video/cx23885/Makefile|1 + drivers/media/video/cx23885/altera-ci.c | 834

[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 liplia...@netup.ru --- drivers/media/video/cx23885/Kconfig |3

[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 liplia

[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 liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-cards.c |2 ++ drivers/media/video

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

2010-12-30 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- 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

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

2010-12-30 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- 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

Re: [PATCH] support of GoTView PCI-E X5 3D Hybrid in cx23885

2010-12-05 Thread Igor M. Liplianin
В сообщении от 5 декабря 2010 17:07:05 автор Alexey Chernov написал: On Sunday 05 December 2010 17:20:05 Igor M. Liplianin wrote: В сообщении от 21 ноября 2010 01:51:36 автор Alexey Chernov написал: Hello, Hello Alexey, Hello Igor, thank you very much for reviewing the patch

Re: DM1105: could not attach frontend 195d:1105

2010-10-23 Thread Igor M. Liplianin
В сообщении от 10 марта 2010 14:15:49 автор Hendrik Skarpeid написал: Igor M. Liplianin skrev: On 3 марта 2010 18:42:42 Hendrik Skarpeid wrote: Igor M. Liplianin wrote: Now to find GPIO's for LNB power control and ... watch TV :) Yep. No succesful tuning at the moment. There might also

[GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card V.2

2010-10-17 Thread Igor M. Liplianin
M. Liplianin (14): Altera FPGA firmware download module. Altera FPGA based CI driver module. Support for stv0367 multi-standard demodulator. xc5000: add support for DVB-C tuning. Initial commit to support NetUP Dual DVB-T/C CI RF card. cx23885: implement

Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card V.2

2010-10-17 Thread Igor M. Liplianin
В сообщении от 17 октября 2010 20:59:48 автор Mauro Carvalho Chehab написал: Em 17-10-2010 15:52, Mauro Carvalho Chehab escreveu: Em 17-10-2010 14:55, Igor M. Liplianin escreveu: Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. http://linuxtv.org/wiki/index.php

Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-16 Thread Igor M. Liplianin
В сообщении от 14 октября 2010 21:59:07 автор Mauro Carvalho Chehab написал: Em 14-10-2010 15:11, Mauro Carvalho Chehab escreveu: Em 03-10-2010 19:35, Igor M. Liplianin escreveu: Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. http://linuxtv.org/wiki/index.php

Re: [GIT PATCHES FOR 2.6.37] Support for NetUP Dual DVB-T/C CI RF card

2010-10-14 Thread Igor M. Liplianin
В сообщении от 14 октября 2010 20:54:52 автор Mauro Carvalho Chehab написал: Em 14-10-2010 14:48, Mauro Carvalho Chehab escreveu: Em 03-10-2010 19:35, Igor M. Liplianin escreveu: Patches to support for NetUP Dual DVB-T/C-CI RF from NetUP Inc. http://linuxtv.org/wiki/index.php

  1   2   3   >