Re: CX23103 Video Grabber seems to be supported by cx231xx driver

2013-07-14 Thread Hans Verkuil
Hi Florian, On 07/12/2013 06:26 PM, Florian Streibelt wrote: Hi, the chip CX23103 that is used in various devices sold e.g. in germany works with the cx231xx stock driver. The author of that driver is not reachable via the email adress stated in the source file:

Re: [media] cx25821 regression from 3.9: BUG: bad unlock balance detected!

2013-07-14 Thread Hans Verkuil
Hi Sander, On 07/12/2013 10:56 PM, Sander Eikelenboom wrote: Friday, May 17, 2013, 11:52:17 AM, you wrote: On Fri May 17 2013 11:04:50 Sander Eikelenboom wrote: Friday, May 17, 2013, 10:25:24 AM, you wrote: On Thu May 16 2013 19:41:42 Sander Eikelenboom wrote: Hi Hans / Mauro, With

Re: CX23103 Video Grabber seems to be supported by cx231xx driver

2013-07-14 Thread Florian Streibelt
On Sun, 14 Jul 2013 11:23:46 +0200 Hans Verkuil hverk...@xs4all.nl wrote: Hi Florian, On 07/12/2013 06:26 PM, Florian Streibelt wrote: Hi, the chip CX23103 that is used in various devices sold e.g. in germany works with the cx231xx stock driver. The author of that driver is

Re: [PATCH 00/50] USB: cleanup spin_lock in URB-complete()

2013-07-14 Thread Andy Walls
On Thu, 2013-07-11 at 17:05 +0800, Ming Lei wrote: Hi, As we are going to run URB-complete() in tasklet context[1][2], Hi, Please pardon my naivete, but why was it decided to use tasklets to defer work, as opposed to some other deferred work mechanism? It seems to me that getting rid of

Re: CX23103 Video Grabber seems to be supported by cx231xx driver

2013-07-14 Thread Devin Heitmueller
On Sun, Jul 14, 2013 at 9:23 AM, Florian Streibelt flor...@inet.tu-berlin.de wrote: Be aware that I consider this driver to be flaky, so I would not at all be surprised if there are bugs lurking in the code. Hum. Because of code quality or due to the missing documentation from the vendor?

Re: [PATCH 00/50] USB: cleanup spin_lock in URB-complete()

2013-07-14 Thread Ming Lei
On Sun, Jul 14, 2013 at 9:17 PM, Andy Walls awa...@md.metrocast.net wrote: On Thu, 2013-07-11 at 17:05 +0800, Ming Lei wrote: Hi, As we are going to run URB-complete() in tasklet context[1][2], Hi, Please pardon my naivete, but why was it decided to use tasklets to defer work, as opposed

cron job: media_tree daily build: WARNINGS

2013-07-14 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 Jul 14 19:00:22 CEST 2013 git branch: test git hash: 1c26190a8d492adadac4711fe5762d46204b18b0 gcc

Re: [PATCH RFC v3] media: OF: add video sync endpoint property

2013-07-14 Thread Sylwester Nawrocki
Hi Prabhakar, On 07/12/2013 06:29 AM, Prabhakar Lad wrote: On Fri, Jul 12, 2013 at 2:45 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 07/11/2013 01:41 PM, Prabhakar Lad wrote: [...] diff --git a/drivers/media/v4l2-core/v4l2-of.c b/drivers/media/v4l2-core/v4l2-of.c index

Re: [PATCH v2 2/2] media: i2c: tvp7002: add OF support

2013-07-14 Thread Sylwester Nawrocki
Hi Prabhakar, On 07/12/2013 06:43 AM, Prabhakar Lad wrote: On Fri, Jul 12, 2013 at 3:34 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 07/11/2013 07:09 PM, Prabhakar Lad wrote: [...] And include/media/tvp70002.h: * fid_polarity: * 0 - the field

Re: [PATCH v2] media: i2c: adv7343: add OF support

2013-07-14 Thread Sylwester Nawrocki
Hi Prabhakar, On 07/13/2013 01:12 PM, Prabhakar Lad wrote: From: Lad, Prabhakarprabhakar.cse...@gmail.com add OF support for the adv7343 driver. Signed-off-by: Lad, Prabhakarprabhakar.cse...@gmail.com --- Changes for v2: 1: Fixed naming of properties.

Re: [PATCH v3] ov10635: Add OmniVision ov10635 SoC camera driver

2013-07-14 Thread Guennadi Liakhovetski
Hi Phil I'll comment to this version, although the driver has to be updated to the V4L2 clock API at least, preferably also to asynchronous probing. On Wed, 5 Jun 2013, Phil Edworthy wrote: Signed-off-by: Phil Edworthy phil.edwor...@renesas.com --- v3: - Removed dupplicated writes to reg

Re: [media] cx25821 regression from 3.9: BUG: bad unlock balance detected!

2013-07-14 Thread Sander Eikelenboom
Sunday, July 14, 2013, 11:41:13 AM, you wrote: Hi Sander, On 07/12/2013 10:56 PM, Sander Eikelenboom wrote: Friday, May 17, 2013, 11:52:17 AM, you wrote: On Fri May 17 2013 11:04:50 Sander Eikelenboom wrote: Friday, May 17, 2013, 10:25:24 AM, you wrote: On Thu May 16 2013 19:41:42

Re: [media] cx25821 regression from 3.9: BUG: bad unlock balance detected!

2013-07-14 Thread Hans Verkuil
On Sunday, July 14, 2013 23:18:42 Sander Eikelenboom wrote: Sunday, July 14, 2013, 11:41:13 AM, you wrote: Hi Hans, After being busy for quite some time, i do have some spare time now. Since i'm still having trouble with this driver, is there a patch series for a similar driver

Re: [media] cx25821 regression from 3.9: BUG: bad unlock balance detected!

2013-07-14 Thread Devin Heitmueller
On Sun, Jul 14, 2013 at 5:39 PM, Hans Verkuil hverk...@xs4all.nl wrote: If you can get cx25821-video.c to work with vb2, then we can take a look at the alsa code. If I can make a suggestion: fix the lock problem first. The last thing you want to do is simultaneously debug a known buffer

Re: [media] cx25821 regression from 3.9: BUG: bad unlock balance detected!

2013-07-14 Thread Hans Verkuil
On Sunday, July 14, 2013 18:44:13 Devin Heitmueller wrote: On Sun, Jul 14, 2013 at 5:39 PM, Hans Verkuil hverk...@xs4all.nl wrote: If you can get cx25821-video.c to work with vb2, then we can take a look at the alsa code. If I can make a suggestion: fix the lock problem first.

Re: CX23103 Video Grabber seems to be supported by cx231xx driver

2013-07-14 Thread Florian Streibelt
On Sun, 14 Jul 2013 09:41:40 -0400 Devin Heitmueller dheitmuel...@kernellabs.com wrote: said, you don't need the register docs to debug a system hang. If you don't have the time to jam a few printk() statements into the source, then there's no point in going through the effort to get you