[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 --- drivers/media/tuners/si2157.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/tuners/si2157

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 versi

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 --- drivers/media/dvb-frontends/si2168.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/media/dvb-frontend

[PATCH] dma-buf: fix kernel-doc warning

2014-08-16 Thread Randy Dunlap
From: Randy Dunlap 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 Cc: Rob Clark Cc: Maarten Lankhorst --- include/linux/seqno-fence.h |1 + 1 file changed, 1 inser

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 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 necessary to always des

[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 Signed-off-by: Lad, Prabhak

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

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 time

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

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 ;) Thank

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

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" 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. > for exampl

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 wrote: > This ensures device->streaming has correct status. > > Signed-off-by: Axel Lin Acked-By: Lad, Prabhakar Regards, --Prabhakar Lad > --- > drivers/media/i2c/tvp7002.c | 21 - > 1 file change