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 p
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 http://vger.kernel.org/majordomo-inf
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 ch
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
--- a/drivers/me
---
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
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 4aef1
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
---
drivers/media/dvb/frontends/stb0899_drv.c |2 +-
1 files
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
---
drivers/media/dvb/frontends/stb0899_drv.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb
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
---
drivers/media/dvb/frontends/stv090x.c | 141
Use error counter 1 of the STV090x to get a correct bit error rate value.
Signed-off-by: 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
Fix typo in register macros of ERRCNT2.
Signed-off-by: Andreas Regel
---
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
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 co
Hi Manu,
Am 23.01.2010 19:32, schrieb Manu Abraham:
On Sat, Jan 23, 2010 at 10:07 PM, Manu Abraham wrote:
Hi Andreas,
On Sat, Jan 23, 2010 at 9:50 PM, Andreas Regel wrote:
Hi Manu,
Am 22.01.2010 21:22, schrieb Manu Abraham:
On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller
wrote
Hi Manu,
Am 22.01.2010 21:22, schrieb Manu Abraham:
On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller
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 driver as there could potenti
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
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] Added
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 tun
This patch adds corrections of some register values. It also contains some
blind scan related fixes.
Signed-off-by: Andreas Regel
diff -r e8ae419fa64f linux/drivers/media/dvb/frontends/stv090x.c
--- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 23:16:29
2009 +0100
+++ b
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
diff -r 07782fabbff1 linux/drivers/media/dvb/frontends/stv090x.c
--- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 23:09:33
This patch adds an additional check for signal presence based on AGC1.
Signed-off-by: Andreas Regel
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/media/dvb/frontends
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
diff -r e87448c29625 linux/drivers/media/dvb
This patch fixes some typos like wrong register or variable names.
Signed-off-by: Andreas Regel
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/dvb/frontends
This patch fixes calculation of AGC2 and uses a different AGC2 threshold for
cut 3 chips.
Signed-off-by: Andreas Regel
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
+++ b/linux/drivers
This patch fixes STR and SNR calculation and normalizes the value into the
0..0x range.
Signed-off-by: Andreas Regel
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
+++ b/linux/drivers
This patch fixes errors and typos in stv090x register definitions.
Signed-off-by: Andreas Regel
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/media/dvb/frontends
This patch increases search range based on symbol rate.
Signed-off-by: Andreas Regel
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/frontends/stv090x.c
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
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
diff -r 43878f8dbfb0 linux/drivers/media/dvb/frontends/stv6110x.c
--- a/linux/drivers/media/dvb/frontends/stv6110x.c Sun
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 t
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 back
30 matches
Mail list logo