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,

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 ricardo.riba...@gmail.com escreveu: Hello Mauro Are you aware that using dynamic printk you can decide to print __func__ on demand?

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

[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

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 cr...@iki.fi wrote: Moikka On 05/21/2014 09:28 PM, Michael Durkin wrote: Im looking for support for a Fresco logic FL2000 USB to

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 message

[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 c...@24.io --- 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

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

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

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 josh...@atmel.com Cc:

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