Re: v4l2: circular locking between mmap_sem and device mutex

2014-05-22 Thread Hans Verkuil
On 05/23/2014 04:53 AM, Sasha Levin wrote: > ping? I've reproduced it and plan to look at it soon. Regards, Hans > > On 05/05/2014 11:49 AM, Sasha Levin wrote: >> Hi all, >> >> While fuzzing with trinity inside a KVM tools guest running latest -next >> kernel I've stumbled on the follo

Re: [PATCH v2 2/3] [media] atmel-isi: convert the pdata from pointer to structure

2014-05-22 Thread Josh Wu
Hi, Guennadi On 5/19/2014 4:59 AM, Guennadi Liakhovetski wrote: Hi Josh, I'm still waiting for an update of Ben's patches to then also apply yours, but I decided to have a look at yours now to see if I find anything, that might be worth changing. A small note to this one below. On Tue, 25 Mar

Re: [PATCH v2 3/3] [media] atmel-isi: add primary DT support

2014-05-22 Thread Josh Wu
Hi, Guennadi On 5/19/2014 5:51 AM, Guennadi Liakhovetski wrote: On Tue, 25 Mar 2014, Josh Wu wrote: This patch add the DT support for Atmel ISI driver. It use the same v4l2 DT interface that defined in video-interfaces.txt. Signed-off-by: Josh Wu Cc: devicet...@vger.kernel.org --- v1 --> v2:

Re: v4l2: circular locking between mmap_sem and device mutex

2014-05-22 Thread Sasha Levin
ping? On 05/05/2014 11:49 AM, Sasha Levin wrote: > Hi all, > > While fuzzing with trinity inside a KVM tools guest running latest -next > kernel I've stumbled on the following: > > > [ 2179.111265] == > [ 2179.112228] [ INFO: possible circular

cron job: media_tree daily build: OK

2014-05-22 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 23 04:00:25 CEST 2014 git branch: test git hash: e899966f626f1f657a4a7bac736c0b9ae5a243ea gcc versi

[PATCH] Staging: Media: sn9c102: Fixed a pointer declaration coding style issue

2014-05-22 Thread Chaitanya
Fixed the ERROR thrown off by checkpatch.pl. Signed-off-by: Chaitanya Hazarey --- drivers/staging/media/sn9c102/sn9c102_tas5130d1b.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/media/sn9c102/sn9c102_tas5130d1b.c b/drivers/staging/media/s

[PATCH] [media] dm644x_ccdc: remove check for CONFIG_DM644X_VIDEO_PORT_ENABLE

2014-05-22 Thread Paul Bolle
A check for CONFIG_DM644X_VIDEO_PORT_ENABLE was added in v2.6.32. The related Kconfig symbol was never added so this check has always evaluated to false. Remove that check. Signed-off-by: Paul Bolle --- Untested. Related, trivial, cleanup: make ccdc_enable_vport() a oneliner. drivers/media/pla

Re: am i in the right list?

2014-05-22 Thread Steven Toth
> Should i email Hans Verkuil or would he see this already ? > Fresco Logic FL2000 USB to VGA adapter He would have seen this already. - Steve -- Steven Toth - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a messag

Re: am i in the right list?

2014-05-22 Thread Michael Durkin
Should i email Hans Verkuil or would he see this already ? Fresco Logic FL2000 USB to VGA adapter Mike KC7NOA On Wed, May 21, 2014 at 11:39 AM, Antti Palosaari wrote: > Moikka > > > On 05/21/2014 09:28 PM, Michael Durkin wrote: >> >> Im looking for support for a Fresco logic FL2000 USB to VGA ad

[PATCH] [media] dib0090: remove manual configuration system

2014-05-22 Thread Paul Bolle
dib0900.c has always shipped with its own, manual, configuration system. There a three problems with it. 1) macros that are defined, but not used: CONFIG_SYS_DVBT CONFIG_DIB0090_USE_PWM_AGC 2) checks for macros that are always true: CONFIG_SYS_ISDBT CONFIG_BAND_CBAND CONFIG_BA

V4L2 control API - choosing base CID for private controls

2014-05-22 Thread Krzysztof Czarnowski
Hi, I got completely confused while trying to create private controls with control API and when I finally got down to sanity checks in v4l2_ctrl_new() in v4l2-ctrls.c... It would be nice if the following explanation by Hans (archive msg69922) or maybe some more elaborate version could somehow mak

Re: [PATCH 2/8] [media] au0828: Improve debug messages for urb_completion

2014-05-22 Thread Mauro Carvalho Chehab
Em Thu, 22 May 2014 10:36:24 +0200 Ricardo Ribalda Delgado escreveu: > Hello Mauro > > Are you aware that using dynamic printk you can decide to print > __func__ on demand? > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/dynamic-debug-howto.txt#n213 Yes,

Re: [PATCH 2/8] [media] au0828: Improve debug messages for urb_completion

2014-05-22 Thread Ricardo Ribalda Delgado
Hello Mauro Are you aware that using dynamic printk you can decide to print __func__ on demand? https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/dynamic-debug-howto.txt#n213 Perhaps it is better to not add __func__ Regards! On Wed, May 21, 2014 at 8:19 PM, Ma