[PATCH] m88ts2022: fix high symbol rate transponders missing on 32bit platform.

2014-08-16 Thread nibble.max
The current m88ts2022 driver will miss the following high symbol rate transponders on Telstar 18 138.0. 12385 H 43200, 12690 H 43200, 12538 V 41250... the code for f_3db_hz will overflow for the high symbol rate. for example, symbol rate=41250 KS/s symbol_rate * 135UL = 556875(1 4BEC 61B0),

[PATCH] m88ts2022: fix high symbol rate transponders missing on 32bit platform.

2014-08-16 Thread nibble.max
The current m88ts2022 driver will miss the following high symbol rate transponders on Telstar 18 138.0. 12385 H 43200, 12690 H 43200, 12538 V 41250... the code for f_3db_hz will overflow for the high symbol rate. for example, symbol rate=41250 KS/s symbol_rate * 135UL = 556875(1 4BEC 61B0),

[PATCH] [media] tvp7002: Don't update device-streaming if write to register fails

2014-08-16 Thread Axel Lin
This ensures device-streaming has correct status. Signed-off-by: Axel Lin axel@ingics.com --- drivers/media/i2c/tvp7002.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/drivers/media/i2c/tvp7002.c b/drivers/media/i2c/tvp7002.c index

Re: [PATCH] [media] tvp7002: Don't update device-streaming if write to register fails

2014-08-16 Thread Prabhakar Lad
Hi Axel, Thanks for the patch! On Sat, Aug 16, 2014 at 7:57 AM, Axel Lin axel@ingics.com wrote: This ensures device-streaming has correct status. Signed-off-by: Axel Lin axel@ingics.com Acked-By: Lad, Prabhakar prabhakar.cse...@gmail.com Regards, --Prabhakar Lad ---

Re: [PATCH] m88ts2022: fix high symbol rate transponders missing on 32bit platform.

2014-08-16 Thread Mauro Carvalho Chehab
Em Sat, 16 Aug 2014 14:12:32 +0800 nibble.max nibble@gmail.com escreveu: The current m88ts2022 driver will miss the following high symbol rate transponders on Telstar 18 138.0. 12385 H 43200, 12690 H 43200, 12538 V 41250... the code for f_3db_hz will overflow for the high symbol rate.

Re: [PATCH] m88ts2022: fix high symbol rate transponders missing on 32bit platform.

2014-08-16 Thread Antti Palosaari
On 08/16/2014 02:38 PM, Mauro Carvalho Chehab wrote: Em Sat, 16 Aug 2014 14:12:32 +0800 nibble.max nibble@gmail.com escreveu: The current m88ts2022 driver will miss the following high symbol rate transponders on Telstar 18 138.0. 12385 H 43200, 12690 H 43200, 12538 V 41250... the code

Re: Re: [PATCH] m88ts2022: fix high symbol rate transponders missing on32bit platform.

2014-08-16 Thread Max Xiang
Em Sat, 16 Aug 2014 14:12:32 +0800 nibble.max nibble@gmail.com escreveu: The current m88ts2022 driver will miss the following high symbol rate transponders on Telstar 18 138.0. 12385 H 43200, 12690 H 43200, 12538 V 41250... the code for f_3db_hz will overflow for the high symbol rate.

S482

2014-08-16 Thread Jahn Kohlhas
Hey, is it possible to include the patches from Tevii for the media-build in your git repo? http://www.tevii.com/Tevii_Product_20140428_media_build_b6.tar.bz2.rar the files they have patched: dw2102.c patched m88ts202x.h new Would be very nice to get the S482 working with the git build ;)

Re: S482

2014-08-16 Thread Antti Palosaari
Moikka On 08/16/2014 05:08 PM, Jahn Kohlhas wrote: Hey, is it possible to include the patches from Tevii for the media-build in your git repo? http://www.tevii.com/Tevii_Product_20140428_media_build_b6.tar.bz2.rar the files they have patched: dw2102.c patched m88ts202x.h new Would be very nice

Re: S482

2014-08-16 Thread Dreamcat4
I've been told that the S482 is actually 2x S662, just in a different form-factor. Where S492 is 2 units on a single internal PCI card. The S662 is external single tuner. So if someone do submit for a S482 or S662 device, they should probably include for completeness the other one also at same

Re: [PATCH] m88ts2022: fix high symbol rate transponders missing on 32bit platform.

2014-08-16 Thread Matthias Schwarzott
On 16.08.2014 14:53, Antti Palosaari wrote: I will look that more carefully on end of next week, go through possible symbol rates and rounding errors. Maybe it should be something like that (didn't test any way, may not even compile): f_3db_hz = div_u64((u64) (c-symbol_rate * 135),

[PATCH] media: davinci: remove unneeded dependency ARCH_OMAP3

2014-08-16 Thread Lad, Prabhakar
this patch removes unneeded dependency of ARCH_OMAP3 on VIDEO_DM6446_CCDC. Also the top level platform Makefile descended into davinci/ without any dependency so just drop the dependency obj-y, as obj-$(CONFIG_ARCH_DAVINCI) already exists. Reported-by: Andreas Ruprecht rup...@einserver.de

Re: [PATCH] drivers: media: platform: Makefile: Add build dependency for davinci/

2014-08-16 Thread Prabhakar Lad
Hi Andreas, On Fri, Aug 15, 2014 at 6:10 PM, Andreas Ruprecht rup...@einserver.de wrote: In the davinci/ subdirectory, all drivers but one depend on CONFIG_ARCH_DAVINCI. The only exception, selected by CONFIG_VIDEO_DM6446_CCDC, is also available on CONFIG_ARCH_OMAP3. Thus, it is not

[PATCH] dma-buf: fix linux/seqno-fence.h kernel-doc warning

2014-08-16 Thread Randy Dunlap
From: Randy Dunlap rdun...@infradead.org Fix kernel-doc warning, missing parameter description: Warning(..//include/linux/seqno-fence.h:99): No description found for parameter 'cond' Signed-off-by: Randy Dunlap rdun...@infradead.org Cc: Rob Clark robdcl...@gmail.com Cc: Maarten Lankhorst

Re: [PATCH] si2168: DVB-T2 PLP selection implemented

2014-08-16 Thread CrazyCat
DVB-T2 PLP selection implemented for Si2168 demod. Tested with PCTV 292e. Signed-off-by: Evgeny Plehov evgenyple...@ukr.net --- drivers/media/dvb-frontends/si2168.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/si2168.c

cron job: media_tree daily build: WARNINGS

2014-08-16 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Sun Aug 17 04:00:16 CEST 2014 git branch: test git hash: 0f3bf3dc1ca394a8385079a5653088672b65c5c4 gcc

[PATCH] si2157: Add support for delivery system SYS_ATSC

2014-08-16 Thread Olli Salonen
Set the property for delivery system also in case of SYS_ATSC. This behaviour is observed in the sniffs taken with Hauppauge HVR-955Q Windows driver. Signed-off-by: Olli Salonen olli.salo...@iki.fi --- drivers/media/tuners/si2157.c | 3 +++ 1 file changed, 3 insertions(+) diff --git