Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread Andreas Regel
David Lister schrieb: I didn't want to write a long mail, but here goes: The TechnoTrend company, as of Februay 2009, doesn't exists any more. *It is bankrupt*. First, its owner Novabase sold as many of its shares as it could in 2007, in hope that the proceeds would allow TechnoTrend to get

stv090x/stv6110x improvements and bug fixes

2009-10-14 Thread Andreas Regel
Hi, some time ago, I made some improvements and fixed some bugs in the stv090x and stv6110x frontend drivers. These include: - increased search range on STV090x based on symbol rate - fixed some STV090x register definitions and typos - fix STR and SNR calculation and normalize the value into

[PATCH] stv6110x: fix r divider calculation

2009-11-02 Thread Andreas Regel
This patch fixed the calculation of the r divider in stv6110x_set_frequency. It had always the value 3 no matter what frequency was given. Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r 43878f8dbfb0 linux/drivers/media/dvb/frontends/stv6110x.c --- a/linux/drivers/media/dvb/frontends

[PATCH 0/9] stv090x improvements and fixes

2009-11-02 Thread Andreas Regel
Hi, the following patches fix several issues with the stv090x driver and make locking more reliable. They were available since more than two months and tested successfully using TT S2-1600 card by me and other people from vdrportal.de. Regards, Andreas Regel -- To unsubscribe from this list

[PATCH 1/9] stv090x: increase search range based on symbol rate

2009-11-02 Thread Andreas Regel
This patch increases search range based on symbol rate. Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r 69d4b117a9e5 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 21:38:25 2009 +0100 +++ b/linux/drivers/media/dvb

[PATCH 2/9] stv090x: fixes in stv090x register definitions

2009-11-02 Thread Andreas Regel
This patch fixes errors and typos in stv090x register definitions. Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r 4e2c22a2b45e linux/drivers/media/dvb/frontends/stv090x_reg.h --- a/linux/drivers/media/dvb/frontends/stv090x_reg.h Mon Nov 02 21:44:35 2009 +0100 +++ b/linux/drivers

[PATCH 3/9] stv090x: fix STR and SNR calculation

2009-11-02 Thread Andreas Regel
This patch fixes STR and SNR calculation and normalizes the value into the 0..0x range. Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r 24f72ae37236 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 22:06:31 2009 +0100

[PATCH 4/9] stv090x: fix some typos

2009-11-02 Thread Andreas Regel
This patch fixes some typos like wrong register or variable names. Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r 817da160d9e8 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 22:25:01 2009 +0100 +++ b/linux/drivers/media

[PATCH 5/9] stv090x: fix calculation of AGC2

2009-11-02 Thread Andreas Regel
This patch fixes calculation of AGC2 and uses a different AGC2 threshold for cut 3 chips. Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r 6e8847485f78 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 22:33:03 2009 +0100

[PATCH 6/9] stv090x: several small fixes

2009-11-02 Thread Andreas Regel
This patch contains several fixes for the stv090x driver: - added missing else - use calculated timeout instead of fixed one - use correct frequency when doing zigzag scan - added missing read of GENCFG register Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r e87448c29625 linux

[PATCH 7/9] stv090x: additional check for signal presence based on AGC1

2009-11-02 Thread Andreas Regel
This patch adds an additional check for signal presence based on AGC1. Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r c6b33af45211 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 23:03:44 2009 +0100 +++ b/linux/drivers

[PATCH 8/9] stv090x: additional check for packet delineator lock in stv090x_read_status

2009-11-02 Thread Andreas Regel
This patch add an additional check for packet delineator lock in stv090x_read_status in case of a tuned DVB-S2 signal. Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r 07782fabbff1 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon

[PATCH 9/9] stv090x: corrections of some register values, blind scan related fixes

2009-11-02 Thread Andreas Regel
This patch adds corrections of some register values. It also contains some blind scan related fixes. Signed-off-by: Andreas Regel andreas.re...@gmx.de diff -r e8ae419fa64f linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 23:16:29

Re: TT S2-1600 and NOVA-HD-S2 tuning problems on some transponders

2009-11-04 Thread Andreas Regel
Hi Magnus, Magnus Hörlin schrieb: The S2-1600's are more inconsistent. They have problems tuning to 11421, 12130, 12226 and 12341 MHz. Sometimes they do and once locked, they run forever with perfect reception. I don't understand why there's a problem with these transponders since they tune

Re: stv0903bab i2c-repeater question

2010-03-31 Thread Andreas Regel
Hi Sergey, Am 31.03.2010 12:14, schrieb Sergey Mironov: Hello maillist! I am integrating frontend with dvb-demux driver of one device called mdemux. The frontend includes following parts: - stv0903bab demodulator - stv6110a tuner - lnbp21 power supply controller stv6110a is connected

[PATCH 1/3] stv090x: Fix typo in register macros

2012-02-27 Thread Andreas Regel
Fix typo in register macros of ERRCNT2. Signed-off-by: Andreas Regel andreas.re...@gmx.de --- drivers/media/dvb/frontends/stv090x.c |2 +- drivers/media/dvb/frontends/stv090x_reg.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/frontends

[PATCH 2/3] stv090x: use error counter 1 for BER estimation

2012-02-27 Thread Andreas Regel
Use error counter 1 of the STV090x to get a correct bit error rate value. Signed-off-by: Andreas Regel andreas.re...@gmx.de --- drivers/media/dvb/frontends/stv090x.c | 30 +- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb

[PATCH 3/3] stv090x: On STV0903 do not set registers of the second path.

2012-02-27 Thread Andreas Regel
Sometimes there is a problem when trying to access the non-existing registers of the second demodulator path on the STV0903. This change removes the calls in case the driver is used on a STV0903. Signed-off-by: Andreas Regel andreas.re...@gmx.de --- drivers/media/dvb/frontends/stv090x.c | 141

[PATCH 1/2] stb0899: set FE_HAS_SIGNAL flag in read_status

2012-02-28 Thread Andreas Regel
In stb0899_read_status the FE_HAS_SIGNAL flag was not set in case of a successful carrier lock. This change fixes that. Signed-off-by: Andreas Regel andreas.re...@gmx.de --- drivers/media/dvb/frontends/stb0899_drv.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 2/2] stb0899: fixed reading of IF_AGC_GAIN register

2012-02-28 Thread Andreas Regel
When reading IF_AGC_GAIN register a wrong value for the base address register was used (STB0899_DEMOD instead of STB0899_S2DEMOD). That lead to a wrong signal strength value on DVB-S2 transponders. Signed-off-by: Andreas Regel andreas.re...@gmx.de --- drivers/media/dvb/frontends/stb0899_drv.c

Re: [PATCH 1/3] stv090x: Fix typo in register macros

2012-03-11 Thread Andreas Regel
Hi Mauro, it should be OK now. --- drivers/media/dvb/frontends/stv090x.c |2 +- drivers/media/dvb/frontends/stv090x_reg.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index

Re: [PATCH 2/3] stv090x: use error counter 1 for BER estimation

2012-03-11 Thread Andreas Regel
--- drivers/media/dvb/frontends/stv090x.c | 30 +- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index 6c3c095..afbd50c 100644 --- a/drivers/media/dvb/frontends/stv090x.c

Re: [PATCH 3/3] stv090x: On STV0903 do not set registers of the second path.

2012-03-11 Thread Andreas Regel
resend w/o line-wrapps. --- drivers/media/dvb/frontends/stv090x.c | 141 ++-- 1 files changed, 132 insertions(+), 9 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index afbd50c..ce064a3 100644 ---

Re: [PATCH 1/3] stv090x: Fix typo in register macros

2012-05-24 Thread Andreas Regel
Am 15.05.2012 14:43, schrieb Manu Abraham: Hi Andreas, Sorry about the late reply. Which datasheet revision are you using ? I looked at RevG and found that the register ERRCNT22 @ 0xF59D, 0xF39D do have bitfields by name Px_ERR_CNT2 on Page 227. Did you overlook that by some chance ?

Not receiving any messages since 2012-11-04

2012-12-01 Thread Andreas Regel
Hi, am I the only one that is receiveing no mails from linux-media since Nov 04, 2012? Best regards Andreas -- 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

Re: PULL http://jusst.de/hg/stv090x

2010-01-10 Thread Andreas Regel
Hi Mauro, Am 10.01.2010 13:52, schrieb Mauro Carvalho Chehab: Manu Abraham wrote: Mauro, Please pull http://jusst.de/hg/stv090x changesets: from 13880 - 13891 inclusive of both. The third changeset has some locking troubles: # Node ID 4dd17a6a5ecc320eab58590a8567e5ba03b9d53a [STV090x]

Re: PULL http://jusst.de/hg/stv090x

2010-01-10 Thread Andreas Regel
Hi Mauro, Am 10.01.2010 15:15, schrieb Mauro Carvalho Chehab: Andreas Regel wrote: Hi Mauro, Am 10.01.2010 13:52, schrieb Mauro Carvalho Chehab: Manu Abraham wrote: Mauro, Please pull http://jusst.de/hg/stv090x changesets: from 13880 - 13891 inclusive of both. The third changeset has

Re: PULL http://jusst.de/hg/stv090x

2010-01-23 Thread Andreas Regel
Hi Manu, Am 22.01.2010 21:22, schrieb Manu Abraham: On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Also, the dvb_frontend.c makes calls to i2c_gate_ctrl() at various points, so you would need to ensure that none of those occur before calling into your

Re: PULL http://jusst.de/hg/stv090x

2010-01-23 Thread Andreas Regel
Hi Manu, Am 23.01.2010 19:32, schrieb Manu Abraham: On Sat, Jan 23, 2010 at 10:07 PM, Manu Abrahamabraham.m...@gmail.com wrote: Hi Andreas, On Sat, Jan 23, 2010 at 9:50 PM, Andreas Regelandreas.re...@gmx.de wrote: Hi Manu, Am 22.01.2010 21:22, schrieb Manu Abraham: On Fri, Jan 22, 2010

Re: Upstreaming SAA716x driver to the media_tree

2014-01-07 Thread Andreas Regel
Hi Luis, Am 07.01.2014 12:58, schrieb Luis Alves: Hi, I'm finishing a new frontend driver for one of my dvb cards, but the pcie bridge uses the (cursed) saa716x. As far as I know the progress to upstream Manu's driver to the media_tree has stalled. In CC I've placed some of the people