Fwd: DVB recording failures in recent Fedora kernel

2013-05-10 Thread Paul Wilson
Up until recently My recording has been very stable but the last couple of kernels or updates I'm seeing occasion failures in my recordings. Can someone tell if the following errors are driver bugs? Linux mythbox.salsola 3.8.11-100.fc17.i686 #1 SMP Here is my dmesg output 248375.223277]

Fwd: DVB recording failures in recent Fedora kernel

2013-05-10 Thread Paul Wilson
Up until recently My recording has been very stable but the last couple of kernels or updates I'm seeing occasion failures in my recordings. Can someone tell if the following errors are driver bugs? Linux mythbox.salsola 3.8.11-100.fc17.i686 #1 SMP Here is my dmesg output 248375.223277]

[PATCH V1 0/1] saa7115: Add register setup for gm7113c

2013-05-10 Thread Jon Arne Jørgensen
This patch will make the saa7115 driver work with the stk1160 and smi2021 devices. This is an extension to the patches posted by Mauro here: https://patchwork.linuxtv.org/patch/18233/ https://patchwork.linuxtv.org/patch/18232/ This patch along with the two patches posted by Mauro should probably

[PATCH V1 1/1] saa7115: Add register setup and config for gm7113c

2013-05-10 Thread Jon Arne Jørgensen
The gm7113c chip is similar to the original saa7113 chip, so I try to re-use most of the saa7113 specific setup-/configuration registers. According to the datasheet, the gm7113c chip has not implemented any register-addresses after 0x1f, so I add a new entry to for the chip to the saa711x_has_reg

Re: [PATCH 2/4] [media] hdpvr: Removed unnecessary use of kzalloc() in get_video_info()

2013-05-10 Thread Hans Verkuil
Hi Leonid, I've accepted patch 1 3, but this patch needs a bit more work, see below: On Thu April 25 2013 11:59:55 Leonid Kegulskiy wrote: Signed-off-by: Leonid Kegulskiy l...@lumanate.com --- drivers/media/usb/hdpvr/hdpvr-control.c | 21

Re: [kbuild] [linuxtv-samsung:next/exynos-is 3/17] drivers/media/media-entity.c:477:1-11: second lock on line 479

2013-05-10 Thread Sylwester Nawrocki
On 05/10/2013 01:26 AM, Dan Carpenter wrote: Hi Sylwester, FYI, there are coccinelle warnings in Thanks a lot for this bug report. I've just re-tested the patch and the bug is evident there, looks like it was introduced in a last minute changes and the test environment wasn't updated

[RFC PATCH v2 1/2] media: Add function removing all media entity links

2013-05-10 Thread Sylwester Nawrocki
This function allows to remove all media entity's links to other entities, leaving no references to a media entity's links array at its remote entities. Currently when a driver of some entity is removed it will free its media entities links[] array, leaving dangling pointers at other entities

Re: [PATCH] davinci: vpfe: fix error path in probe

2013-05-10 Thread Hans Verkuil
On Fri May 10 2013 06:48:38 Lad Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com The error path on failure was calling mutex_unlock(), but there was no actuall call before for mutex_lock(). This patch fixes this issue by pointing it to proper go label. Reported-by: Jose

Re: [PATCH] davinci: vpfe: fix error path in probe

2013-05-10 Thread Prabhakar Lad
Hi Hans, On Fri, May 10, 2013 at 4:25 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Fri May 10 2013 06:48:38 Lad Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com [Snip] Just FYI: After applying this patch I get a compiler warning that the probe_free_lock label is unused.

Re: Terratec Grabby hwrev 2

2013-05-10 Thread Tomasz Moń
On Mon, Mar 25, 2013 at 8:12 PM, Timo Teras timo.te...@iki.fi wrote: Seems that USBPcap needs compiling and TESTSIGNING enabled - so I'd rather avoid it. Since USBPcap 1.0.0.3 release there is digitally signed driver and installer available. -- To unsubscribe from this list: send the line

[GIT PULL FOR v3.10] Fixes for 3.10

2013-05-10 Thread Hans Verkuil
Hi Mauro, It's all small stuff for 3.10. Note the DocBook change: while not a bug fix, I do want this fixed for 3.10: at least two companies I talked to assumed that there is no codec support in V4L2 due to this incorrect text. I consider that a major bug, which is why I'm queuing this for 3.10.

[GIT PULL FOR v3.11] Updates for 3.11.

2013-05-10 Thread Hans Verkuil
The following changes since commit 02615ed5e1b2283db2495af3cf8f4ee172c77d80: [media] cx88: make core less verbose (2013-04-28 12:40:52 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v3.11 for you to fetch changes up to

Re: [RFC PATCH 1/4] libv4l2rds: added support to decode RDS-EON information

2013-05-10 Thread Hans Verkuil
Hi Konke! Thank you very much for your work on this! I do have a number of comments, but nothing serious: On Tue May 7 2013 18:24:20 Konke Radlow wrote: Signed-off-by: Konke Radlow korad...@gmail.com --- lib/include/libv4l2rds.h| 35 +++- lib/libv4l2rds/libv4l2rds.c | 190

Re: [RFC PATCH 2/4] rds-ctl.cpp: added functionality to print RDS-EON information

2013-05-10 Thread Hans Verkuil
On Tue May 7 2013 18:24:21 Konke Radlow wrote: Signed-off-by: Konke Radlow korad...@gmail.com --- utils/rds-ctl/rds-ctl.cpp | 29 + 1 file changed, 29 insertions(+) diff --git a/utils/rds-ctl/rds-ctl.cpp b/utils/rds-ctl/rds-ctl.cpp index de76d9f..51536cf

Re: [RFC PATCH 3/4] libv4l2rds: added support to decode RDS-TMC tuning information

2013-05-10 Thread Hans Verkuil
On Tue May 7 2013 18:24:22 Konke Radlow wrote: Signed-off-by: Konke Radlow korad...@gmail.com --- lib/include/libv4l2rds.h| 39 +++ lib/libv4l2rds/libv4l2rds.c | 159 +-- 2 files changed, 194 insertions(+), 4 deletions(-) diff --git

Re: Media controller versus int device in V4L2

2013-05-10 Thread Hans Verkuil
On Wed May 8 2013 17:06:17 Phillip Norisez wrote: I have the following question, who or what can help me with some information on the specific differences, from a programming viewpoint, between the media controller and int device frameworks for V4L2? v4l2-int-device is deprecated and should

Re: WARNING: at drivers/media/v4l2-core/videobuf2-core.c:2065 vb2_queue_init+0x74/0x142()

2013-05-10 Thread Hans Verkuil
On Wed May 8 2013 22:11:18 Borislav Petkov wrote: This one looks legit: bw-qcam.c doesn't set q-timestamp_type. [ 146.989016] Colour QuickCam for Video4Linux v0.06 [ 147.713065] [ cut here ] [ 147.928854] WARNING: at drivers/media/v4l2-core/videobuf2-core.c:2065

[PATCH 05/11] media/si4713-i2c: take usecs_to_jiffies_min into use

2013-05-10 Thread Imre Deak
Use usecs_to_jiffies_min instead of open-coding the same. Signed-off-by: Imre Deak imre.d...@intel.com --- drivers/media/radio/si4713-i2c.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/radio/si4713-i2c.c b/drivers/media/radio/si4713-i2c.c index

Re: [PATCH RFC 2/3] media: added managed v4l2 control initialization

2013-05-10 Thread Hans Verkuil
On Thu May 9 2013 14:52:43 Andrzej Hajda wrote: This patch adds managed versions of initialization and cleanup functions for v4l2 control handler. Looks good, but please add the header changes needed for this to this patch instead of patch 3/3. With that change you can add my: Acked-by: Hans

Re: [PATCH RFC 3/3] media: added managed v4l2 subdevice initialization

2013-05-10 Thread Hans Verkuil
On Thu May 9 2013 14:52:44 Andrzej Hajda wrote: This patch adds managed versions of initialization functions for v4l2 subdevices. I am not convinced of the usefulness of this. The *_subdev_init functions are void functions and so do not return an error. So there isn't much to manage. It feels

Re: If the board were missdetected... more information

2013-05-10 Thread Eric Sander
Hi Antti, thank you for quick response. My system is a fresch Opensuse 12.3 with actual updates. I fixed the problem by giving the deviceID=86 in the modules.conf. so for me the Problem is fixed. regards Eric On 09.05.2013 11:49, Antti Palosaari wrote: Hello First I looked it has a broken

Working DVB-C USB-Sticks

2013-05-10 Thread Johannes Horn
Hello, I successfully use a Terratec Cinergy HTC Stick HD (ID 0ccd:00b2) in my Ubuntu 12.10 machine (Kernel 3.5.0-28). I just had to plug it in and it worked out of the box with tvheadend, i also didn't need to add any firmware. I noticed that only DVB-C seems to work out-of-the-box, but in my

Re: WARNING: at drivers/media/v4l2-core/videobuf2-core.c:2065 vb2_queue_init+0x74/0x142()

2013-05-10 Thread Borislav Petkov
On Fri, May 10, 2013 at 02:06:50PM +0200, Hans Verkuil wrote: Can you try this patch? This should fix it. Yep, it does. Tested-by: Borislav Petkov b...@suse.de diff --git a/drivers/media/parport/bw-qcam.c b/drivers/media/parport/bw-qcam.c index 06231b8..d12bd33 100644 ---

Re: [PATCH RFC 3/3] media: added managed v4l2 subdevice initialization

2013-05-10 Thread Andrzej Hajda
Hi Hans, Thank you for the review. On 10.05.2013 14:31, Hans Verkuil wrote: On Thu May 9 2013 14:52:44 Andrzej Hajda wrote: This patch adds managed versions of initialization functions for v4l2 subdevices. I am not convinced of the usefulness of this. The *_subdev_init functions are void

Re: [PATCH v2 1/1] v4l: Document timestamp behaviour to correspond to reality

2013-05-10 Thread Sakari Ailus
On Sun, Mar 24, 2013 at 12:04:34AM +0200, Sakari Ailus wrote: Document that monotonic timestamps are taken after the corresponding frame has been received, not when the reception has begun. This corresponds to the reality of current drivers: the timestamp is naturally taken when the hardware

[PATCH] exynos4-is: Remove sysreg clock handling

2013-05-10 Thread Sylwester Nawrocki
The sysreg clock is required by multiple subsystems and none of the other drivers handles this clock explicitly. It is currently assumed that this clock is always on, left in its default state after system reset. Remove handling of this clock from the FIMC-IS driver to avoid breaking other

cron job: media_tree daily build: ERRORS

2013-05-10 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: Fri May 10 19:00:23 CEST 2013 git branch: test git hash: 02615ed5e1b2283db2495af3cf8f4ee172c77d80 gcc

Re: [PATCH] media: dmxdev: remove dvb_ringbuffer_flush() on writer side

2013-05-10 Thread Sakari Ailus
Hi Soeren, Thanks for the patch! On Sun, Apr 14, 2013 at 11:03:42AM +0200, Soeren Moch wrote: In dvb_ringbuffer lock-less synchronizationof reader and writer threads is done with separateread and write pointers. Sincedvb_ringbuffer_flush() modifies the read pointer, this function must not

[PATCH] media_build: fix uvcvideo compilation for kernels 2.6.33 and 2.6.34

2013-05-10 Thread Gianluca Gennari
Patch v2.6.32_usb_ss_ep_comp.patch is needed also by kernels 2.6.33 and 2.6.34. Signed-off-by: Gianluca Gennari gennar...@gmail.com --- backports/backports.txt| 2 +- backports/v2.6.32_usb_ss_ep_comp.patch | 11 --- backports/v2.6.34_usb_ss_ep_comp.patch | 11 +++

Re: cron job: media_tree daily build: ERRORS

2013-05-10 Thread Gianluca Gennari
Il 10/05/2013 20:16, Hans Verkuil ha scritto: 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: Fri May 10 19:00:23 CEST 2013 git branch: test git hash: