Re: [Workshop-2011] Media summit/KS-2012 proposals

2012-09-06 Thread Hans Verkuil
On Thu September 6 2012 06:09:44 Jun Nie wrote: 2012/9/5 Hans Verkuil hverk...@xs4all.nl: On Wed 5 September 2012 10:04:41 Jun Nie wrote: Is there any summary for this summit or presentation material? I am looking forward for some idea on CEC. It is really complex in functionality.

[PATCH v2] drivers/media/platform/s5p-tv/sdo_drv.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

Re: Camera not detected on linux-next

2012-09-06 Thread Prabhakar Lad
Hi Sylwester, On Wed, Sep 5, 2012 at 9:47 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi, On 09/05/2012 06:06 PM, Fabio Estevam wrote: I am running linux-next 20120905 on a mx31pdk board with a ov2640 CMOS and I am not able to get the ov2640 to be probed: soc-camera-pdrv

Re: [RFC PATCH] [media] rc: filter out not allowed protocols when decoding

2012-09-06 Thread Changbin Du
Sean , many thanks for your help. I know much more about IR framwork now. I'll try to work out a patch to remove allowed_protocols. Thanks again! [Du, Changbin] 2012/9/4 Sean Young s...@mess.org: On Tue, Sep 04, 2012 at 11:06:07AM +0800, Changbin Du wrote:

Re: [Workshop-2011] Media summit/KS-2012 proposals

2012-09-06 Thread Jun Nie
2012/9/6 Hans Verkuil hverk...@xs4all.nl: On Thu September 6 2012 06:09:44 Jun Nie wrote: 2012/9/5 Hans Verkuil hverk...@xs4all.nl: On Wed 5 September 2012 10:04:41 Jun Nie wrote: Is there any summary for this summit or presentation material? I am looking forward for some idea on CEC. It

Re: Camera not detected on linux-next

2012-09-06 Thread Sylwester Nawrocki
Hi Prabhakar, On 09/06/2012 11:16 AM, Prabhakar Lad wrote: Thanks for the patch. I too had created one but didnt submit. I guess you will post the patch soon to the list. I've posted it a few days ago, it's already queued in the patchwork: http://patchwork.linuxtv.org/patch/14046/

Re: Camera not detected on linux-next

2012-09-06 Thread Prabhakar Lad
Hi Sylwester, On Thu, Sep 6, 2012 at 4:19 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Prabhakar, On 09/06/2012 11:16 AM, Prabhakar Lad wrote: Thanks for the patch. I too had created one but didnt submit. I guess you will post the patch soon to the list. I've posted it a few

Re: [Workshop-2011] Media summit/KS-2012 proposals

2012-09-06 Thread Hans Verkuil
On Thu 6 September 2012 12:29:17 Jun Nie wrote: 2012/9/6 Hans Verkuil hverk...@xs4all.nl: On Thu September 6 2012 06:09:44 Jun Nie wrote: 2012/9/5 Hans Verkuil hverk...@xs4all.nl: On Wed 5 September 2012 10:04:41 Jun Nie wrote: Is there any summary for this summit or presentation

Question: em28xx and audio inputs?

2012-09-06 Thread Hans Verkuil
Hi all, I've started work on fixing v4l2-compliance failures in em28xx and I came across a broken ENUM/G/S_AUDIO implementation. This is the current implementation: static int vidioc_g_audio(struct file *file, void *priv, struct v4l2_audio *a) { struct em28xx_fh *fh= priv;

Re: [PATCH 10/12] [media] move i2c files into drivers/media/i2c

2012-09-06 Thread Mauro Carvalho Chehab
Em 24-08-2012 20:44, Sylwester Nawrocki escreveu: From: Sylwester Nawrocki sylvester.nawro...@gmail.com Date: Sat, 25 Aug 2012 01:23:14 +0200 Subject: [PATCH] [media] Fix link order of the V4L2 bridge and I2C modules All I2C modules must be linked first to ensure proper module

Re: [RFC PATCH v5] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-06 Thread Sangwook Lee
Hi Sylwester Thank you for the review again. On 5 September 2012 22:56, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Sangwook, On 09/05/2012 02:28 PM, Sangwook Lee wrote: [snip] +#includelinux/vmalloc.h What do we need this header for ? Ok, let me delete this. +

[RFC PATCH v6] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-06 Thread Sangwook Lee
This patch adds driver for S5K4ECGX sensor with embedded ISP SoC, S5K4ECGX, which is a 5M CMOS Image sensor from Samsung The driver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported:

pac7302-webcams and libv4lconvert interaction

2012-09-06 Thread Frank Schäfer
Hi, I'm currently looking into the gspca_pac7302-driver and how it interacts with libv4lconvert. This is how it currently works - driver announces v4l2_pix_format 640x480 (width x height) - the frames (jpeg) passed to userspace are encoded as 480x640 and this complies with the jpeg-header we

[PATCH 8/14] drivers/media/pci/ttpci/budget-av.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 4/14] drivers/media/v4l2-core/videobuf2-core.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 14/14] drivers/media/usb/gspca/cpia1.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 2/14] drivers/media/platform/soc_camera/mx2_camera.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 1/14] drivers/media/platform/soc_camera/soc_camera.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 3/14] drivers/media/platform/blackfin/bfin_capture.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 5/14] drivers/media/pci/cx25821/cx25821-video-upstream.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 13/14] drivers/media/usb/hdpvr/hdpvr-core.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 12/14] drivers/media/usb/tm6000/tm6000-video.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 6/14] drivers/media/pci/dm1105/dm1105.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 7/14] drivers/media/pci/ngene/ngene-core.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 9/14] drivers/media/radio/radio-cadet.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 10/14] drivers/media/i2c/mt9m032.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 11/14] drivers/media/usb/stk1160/stk1160-i2c.c: fix error return code

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl ( if@p1 (\(ret 0\|ret !=

[PATCH 6/10] drivers/media/pci/cx88/cx88-blackbird.c: removes unnecessary semicolon

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin peter.se...@gmail.com --- drivers/media/pci/cx88/cx88-blackbird.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[PATCH 5/10] drivers/media/dvb-frontends/itd1000.c: removes unnecessary semicolon

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin peter.se...@gmail.com --- drivers/media/dvb-frontends/itd1000.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -u

[PATCH 4/10] drivers/media/dvb-frontends/sp8870.c: removes unnecessary semicolon

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin peter.se...@gmail.com --- drivers/media/dvb-frontends/sp8870.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[PATCH 3/10] drivers/media/radio/si4713-i2c.c: removes unnecessary semicolon

2012-09-06 Thread Peter Senna Tschudin
From: Peter Senna Tschudin peter.se...@gmail.com removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin peter.se...@gmail.com --- drivers/media/radio/si4713-i2c.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)

Using omap3-isp-live example application on beagleboard with DVI

2012-09-06 Thread John Weber
Hello, My goal is to better understand how to write an application that makes use of the omap3isp and media controller frameworks and v4l2. I'm attempting to make use of Laurent's omap3-isp-live example application as a starting point and play with the AEC/WB capability. My problem is that when

Integrate camera interface of OMAP3530 in Angstrom Linux

2012-09-06 Thread Andreas Nagel
Hello, I am using an embedded module called TAO-3530 from Technexion, which has an OMAP3530 processor. This processor has a camera interface, which is part of the ISP submodule. For an ongoing project I want to capture a video signal from this interface. After several days of excessive

Re: go7007 question

2012-09-06 Thread Volokh Konstantin
On Mon, Sep 03, 2012 at 02:37:16PM -0400, Adam Rosi-Kessel wrote: Hi: I've been searching around for help with go7007 on a Plextor device (PX-TV402U) and can't find any forum for questions/help. You seem to be active in development--wondering if you might have any tips. I'm running

cron job: media_tree daily build: WARNINGS

2012-09-06 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:Thu Sep 6 19:00:20 CEST 2012 git hash:79e8c7bebb467bbc3f2514d75bba669a3f354324 gcc version: i686-linux-gcc

Re: [PATCH 10/12] [media] move i2c files into drivers/media/i2c

2012-09-06 Thread Sylwester Nawrocki
On 09/06/2012 04:07 PM, Mauro Carvalho Chehab wrote: Em 24-08-2012 20:44, Sylwester Nawrocki escreveu: From: Sylwester Nawrockisylvester.nawro...@gmail.com Date: Sat, 25 Aug 2012 01:23:14 +0200 Subject: [PATCH] [media] Fix link order of the V4L2 bridge and I2C modules All I2C modules must be

Re: [Workshop-2011] Media summit/KS-2012 proposals

2012-09-06 Thread Jun Nie
2012/9/6 Hans Verkuil hverk...@xs4all.nl: On Thu 6 September 2012 12:29:17 Jun Nie wrote: 2012/9/6 Hans Verkuil hverk...@xs4all.nl: On Thu September 6 2012 06:09:44 Jun Nie wrote: 2012/9/5 Hans Verkuil hverk...@xs4all.nl: On Wed 5 September 2012 10:04:41 Jun Nie wrote: Is there any

Re: [PATCH 10/12] [media] move i2c files into drivers/media/i2c

2012-09-06 Thread Prabhakar Lad
Hi Mauro, Thanks for the patch. On Thu, Sep 6, 2012 at 7:37 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 24-08-2012 20:44, Sylwester Nawrocki escreveu: From: Sylwester Nawrocki sylvester.nawro...@gmail.com Date: Sat, 25 Aug 2012 01:23:14 +0200 Subject: [PATCH] [media] Fix link