[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: 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] 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

[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

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

[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

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

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

[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

[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

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

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: [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: [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 gi

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

2011-10-11 Thread Igor M. Liplianin
ree, assuming we can get these merged, then I'll > rebase and regenerate any 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 Comp

[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

Re: Media_build Issue with altera on cx23885

2011-10-06 Thread Igor M. Liplianin
> 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 Hi Evan, Just try attached patch against media_build. It fixes altera-stapl build f

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

[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 --- drivers/media/dvb/dvb-usb/pctv452e.c | 16 +--- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/drivers/medi

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. Lipliani

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

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 f

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
ructions. > > Thanks again, > Oliver 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 Zo

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 Date: Fri, 23 Sep 2011 23:31:25 +0300 Subject: [PATCH] Add support for pctv452e To: , Signed-off-by: Igor M. Liplianin

Fwd: various patches for TT S2-3650 CI

2011-09-23 Thread Igor M. Liplianin
-- Forwarded Message -- Subject: various patches for TT S2-3650 CI Date: 16 мая 2011, 00:53:18 From: Damien Fouilleul Получатель: "Igor M. Liplianin" Копия: Dominik Kuhlen Hi Igor, I do not know what procedure you expect for submitting patches to s2-lilip

[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] Revert "V4L/DVB: cx23885: Enable Message Signaled Interrupts(MSI)"

2011-06-30 Thread Igor M. Liplianin
; @@ -2114,7 +2110,6 @@ static void __devexit cx23885_finidev(struct pci_dev > *pci_dev) > > /* unregister stuff */ > free_irq(pci_dev->irq, dev); > - pci_disable_msi(pci_dev); > > cx23885_dev_unregister(dev); > v4l2_device_unregister(v4l2_dev); -- Igor M. Liplianin Mic

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 majord...@vger.k

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

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

2011-05-05 Thread Igor M. Liplianin
O related stuff now. Signed-off-by: Igor M. Liplianin 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 @@ */

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

2011-05-05 Thread Igor M. Liplianin
> # uname -a > Linux mythbackend 2.6.34.8-68.fc13.i686.PAE #1 SMP Thu Feb 17 14:54:10 UTC > 2011 i686 i686 i386 GNU/Linux # > > > I searched the Net and found a similar question that was raised some time > ago, but there was not even a discussion on this topic... > > If som

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 марта

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

Re: [GIT PATCHES FOR 2.6.39] cx23885, altera-ci: remove operator return 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 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
В сообщении от 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, c

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

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

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

2011-02-28 Thread Igor M. Liplianin
M. Liplianin (2): cx23885, altera-ci: remove operator return 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(-) -- To

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 wrot

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

2011-02-28 Thread Igor M. Liplianin
t; > > The patch is changing the frontend from 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

[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

[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] cx23885, altera-ci: remove operator return in void procedure

2011-02-27 Thread Igor M. Liplianin
M. Liplianin (1): cx23885, altera-ci: remove operator return 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

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 htt

Re: dw2102.c: quadratic increment intended?

2011-02-27 Thread Igor M. Liplianin
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. 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

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

2011-02-25 Thread Igor M. Liplianin
[media] 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 fir

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: > >>

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-20

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.

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 написал: > > &g

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: > >>> В сообщении о

[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 --- drivers/media/dvb/frontends/ds3000.c | 108 - 1 files changed, 13 insertions(+), 95 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 --- 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 --- a/drivers/media/dvb

[PATCH 8/9 v2] ds3000: add carrier offset calculation

2011-02-01 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin --- drivers/media/dvb/frontends/ds3000.c | 30 -- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c index b2ba5f4..e2037b5 100644 --- a

[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 --- 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/dvb/frontends

[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 --- 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 --- drivers/media/dvb/frontends/ds3000.c | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb

[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 --- drivers/media/dvb/frontends/ds3000.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/dvb/frontends

[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 --- 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 index 4773916

[PATCH 1/9 v2] ds3000: fill in demod init function

2011-02-01 Thread Igor M. Liplianin
Make some initializations in init, not in tune function Signed-off-by: Igor M. Liplianin --- drivers/media/dvb/frontends/ds3000.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c

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

[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

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

2011-01-25 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin --- 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 --- a/drivers/media

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

[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 --- 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/cx23885/cx23885

[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 --- drivers/media/video/cx23885/a

[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 --- drivers/media/dvb/frontends/stv0367.h |4 +- drivers/media/v

[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 --- drivers/media/video/cx23885/Kconfig |9 + drivers/media/video/cx23885/Makefile|1 + drivers/media/video/cx23885/altera-ci.c | 830 +++ drivers/media

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 > > Igor, > > There's

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

2011-01-10 Thread Igor M. Liplianin
endant devices, but no one of them 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 -- 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: TeVii S470 dvb-s2 issues - 2nd try ,)

2011-01-02 Thread Igor M. Liplianin
; on your kernel command line to prevent the > cx23885 driver, and your whole system unfortunately, from using MSI. > Clearing bit 8 in RDR_RDRCTL1 register disables MSI for cx23885 chip effectively. It is usefull workaround for now. I submitted appropriate patch for NetUP cards already. &

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

[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 --- 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/cx23885/cx23885

[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

[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 --- drivers/media/video/cx23885/a

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

[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 --- drivers/media/video/cx23885/Kconfig |3 +- drivers/media/v

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

2011-01-02 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin --- 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 --- a/drivers/media

[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 --- drivers/media/video/cx23885/a

[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 --- 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/cx23885/cx23885

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

2011-01-01 Thread Igor M. Liplianin
; I do not see the above patch at linux next. And I couldn't find it in your > kernel.org tree. What is its status? > > This fixes a regression that is known to break cx23885 hardware > initialization and can break ivtv hardware initialization. > > Regards, > Andy > >

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

2011-01-01 Thread Igor M. Liplianin
В сообщении от 1 января 2011 11:43:28 автор Benny Amorsen написал: > It is always good to see more DVB-C devices supported... Do you happen > to know some devices which have DVB-C support and use this chip? > > > /Benny See next patch ... -- Igor M. Liplianin Microsoft Wi

[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 --- drivers/media/video/cx25840/cx25840-core.c |2 ++ 1 files ch

[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 --- drivers/media/video/cx25840/cx25840-core.c |2 ++ 1 files ch

[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 --- a/drivers/media/dvb/frontends/stv0367

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

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

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

[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 --- drivers/media/video/cx23885/Kconfig |3 +- drivers/media/v

[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

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

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

2011-01-01 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin --- 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 --- a/drivers/media

[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

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

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

  1   2   3   >