find out on my site https://www.programs.gq/en/
With best regards, Igor.
P.S. If you want to reply on this message, please send a new letter to the
address flash...@protonmail.com
be
> allocated and accessed separately without those needed only in the case of
> platform data. The platform data related structs can be later removed once
> the support for platform data can be removed.
>
> Signed-off-by: Sakari Ailus
> Acked-by: Laurent Pinchart
> Cc: I
> activity recently I believe the risk of conflict is pretty low.
Indeed, as we work on DT stuff of cm-t35/3730 and pretty much stopped
updating the board-cm-t35.c file.
> Tony, would
> that be fine with you ?
>
>> Signed-off-by: Laurent Pinchart
Acked-by: Igor G
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
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
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
drivers/media/rc/ir-rx51.h
> new file mode 100644
> index 000..104aa89
> --- /dev/null
> +++ b/drivers/media/rc/ir-rx51.h
> @@ -0,0 +1,10 @@
> +#ifndef _LIRC_RX51_H
> +#define _LIRC_RX51_H
> +
> +struct lirc_rx51_platform_data {
> + int pwm_timer;
> +
>
ice_register(&rx51_lirc_device);
> +}
> +#else
> +static void __init rx51_init_lirc(void)
> +{
> +}
> +#endif
> +
> void __init rx51_peripherals_init(void)
> {
> rx51_i2c_init();
> @@ -1230,6 +1259,7 @@ void __init rx51_peripherals_init(void)
> rx51_i
like to formally propose this as a mini-summit or workshop or
> whatever you might want to call it. I can help organize it together
> with Rob and Grant if needed (especially since Grant has a lot of
> other things going on at the moment).
>
> If there's insufficent interes
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
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
tuner.
I was wondering is this my hardware specific? Can you test you cards with
attached patch?
Igor
diff --git a/drivers/media/dvb/frontends/m88rs2000.c b/drivers/media/dvb/frontends/m88rs2000.c
index f6d6e39..f5ece59 100644
--- a/drivers/media/dvb/frontends/m88rs2000.c
+++ b/drivers/media/dvb
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 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
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
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
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
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
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
].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
On 12/14/11 20:14, mar...@neutronstar.dyndns.org wrote:
> On Wed, Dec 14, 2011 at 11:31:35AM +0200, Igor Grinberg wrote:
>> Hi Martin,
>>
>> On 12/14/11 03:25, Martin Hostettler wrote:
>>> Adds board support for an MT9M032 based camera to omap3evm.
>>&g
git a/arch/arm/mach-omap2/board-omap3evm.c
> b/arch/arm/mach-omap2/board-omap3evm.c
> index ec00b2e..1b50539 100644
> --- a/arch/arm/mach-omap2/board-omap3evm.c
> +++ b/arch/arm/mach-omap2/board-omap3evm.c
> @@ -617,6 +617,8 @@ static struct gpio omap3_evm_ehci_gpios[] __initdata = {
> { OMAP3_EVM_EHCI_SELECT, GPIOF_OUT_INIT_LOW, "select EHCI port" },
> };
>
> +int omap3_evm_camera_init(void);
> +
> static void __init omap3_evm_init(void)
> {
> omap3_evm_get_revision();
> @@ -672,6 +674,8 @@ static void __init omap3_evm_init(void)
> pr_err("error setting wl12xx data\n");
> platform_device_register(&omap3evm_wlan_regulator);
> #endif
> +
> + omap3_evm_camera_init();
> }
>
> MACHINE_START(OMAP3EVM, "OMAP3 EVM")
--
Regards,
Igor.
--
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
В сообщении от 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
> > git://linuxtv.org/liplianin/media_tree.git cx23885-alsa-clean-2
>
> Thank you for working on this Igor.
>
> I most certainly have some additional patches that will probably no
> longer apply cleanly. However, given that you've gone to the trouble
> of building a new t
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
> 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
В сообщении от 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
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
В сообщении от 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
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
В сообщении от 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
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
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
-- 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
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
; @@ -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
>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 mess
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
--
On 05/23/11 10:47, Laurent Pinchart wrote:
> Hi Javier,
>
> On Monday 23 May 2011 09:25:01 javier Martin wrote:
>> On 22 May 2011 15:49, Igor Grinberg wrote:
> [snip]
>
>>>> @@ -309,6 +357,15 @@ static int beagle_twl_gpio_setup(struct device
>>>> *de
allel = {
> + .data_lane_shift = 0,
> + .clk_pol = 1,
> + .bridge = ISPCTRL_PAR_BRIDGE_DISABLE,
> + }
> + },
> + },
> + { },
> +};
> +
> +static struct isp_platform
From: Igor Novgorodov
This patch adds support for the "Iconbit Analog Stick U100 FM".
Only composite & s-video inputs, no tuner support now.
Signed-off-by: Igor Novgorodov
---
--- linux-2.6.38.6.orig/drivers/media/video/cx231xx/cx231xx-cards.c
2011-05-10 02:16:23.0
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 @@
*/
> # 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
В сообщении от 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 марта
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
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
В сообщении от 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
В сообщении от 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
В сообщении от 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
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 dual_dvb_t_c_ci_rf
Igor
В сообщении от 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
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
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
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
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 dual_dvb_t_c_ci_rf
Igor
В сообщении от 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
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
[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
В сообщении от 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:
> >>
В сообщении от 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
В сообщении от 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.
В сообщении от 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
В сообщении от 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:
> >>> В сообщении о
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
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
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
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
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(-
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
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
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
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
В сообщении от 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
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
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
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
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
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
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
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
В сообщении от 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
o every time the so-called
"firmware" has to be
loaded on early device initialization stage. Then FPGA itself drives CI and
hardware PID filter.
Fhysically, FPGA JTAG interface connected to cx23885 GPIO lines.
Take a look on media/dvb/dvb-usb drivers. There is a lot of FX2 firmware
dep
; 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.
&
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
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
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
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
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
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
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
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
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
В сообщении от 1 января 2011 14:58:30 автор Andy Walls написал:
> Igor,
>
> The proper fix is here:
>
> https://patchwork.kernel.org/patch/376612/
>
> So, NAK on your particular patch.
So, it is safe to skip my patch.
Mauro, please skip it.
>
> Mauro,
>
>
В сообщении от 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
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
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
---
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
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
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
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
1 - 100 of 262 matches
Mail list logo