Re: [PATCH] [media] ad9389b: fix error return code in ad9389b_probe()

2013-05-12 Thread Hans Verkuil
On Mon May 13 2013 08:00:10 Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Acked-by: Hans Verkuil Thanks! Hans > --- > drivers/media/i2c/

Re: [PATCH] [media] vpif_capture: fix error return code in vpif_probe()

2013-05-12 Thread Prabhakar Lad
Hi Wei Thanks for the patch. On Mon, May 13, 2013 at 11:27 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return -ENODEV in the subdevice register error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Acked-by: Lad, Prabhakar Regards,

Re: [PATCH] [media] vpif_display: fix error return code in vpif_probe()

2013-05-12 Thread Prabhakar Lad
Hi Wei, Thanks for the patch. On Mon, May 13, 2013 at 11:27 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return -ENODEV in the subdevice register error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Acked-by: Lad, Prabhakar Regards,

[PATCH] [media] ad9389b: fix error return code in ad9389b_probe()

2013-05-12 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/media/i2c/ad9389b.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/i2c/ad9389b.c b/drivers/media/i2c/

[PATCH] [media] sta2x11_vip: fix error return code in sta2x11_vip_init_one()

2013-05-12 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/media/pci/sta2x11/sta2x11_vip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/pci/st

[PATCH] [media] blackfin: fix error return code in bcap_probe()

2013-05-12 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/media/platform/blackfin/bfin_capture.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/blackf

[PATCH] [media] vpif_capture: fix error return code in vpif_probe()

2013-05-12 Thread Wei Yongjun
From: Wei Yongjun Fix to return -ENODEV in the subdevice register error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/media/platform/davinci/vpif_capture.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/davinc

[PATCH] [media] vpif_display: fix error return code in vpif_probe()

2013-05-12 Thread Wei Yongjun
From: Wei Yongjun Fix to return -ENODEV in the subdevice register error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/media/platform/davinci/vpif_display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/davinc

[PATCH] [media] s5p-tv: fix error return code in mxr_acquire_video()

2013-05-12 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code in the vb2_dma_contig_init_ctx() error handling case instead of 0, as done elsewhere in this function. Also vb2_dma_contig_init_ctx() return ERR_PTR() in case of error and never return NULL, so use IS_ERR() replace IS_ERR_OR_NULL(). Signed-of

[PATCH] [media] v4l: vb2: fix error return code in __vb2_init_fileio()

2013-05-12 Thread Wei Yongjun
From: Wei Yongjun Fix to return -EINVAL in the get kernel address error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/media/v4l2-core/videobuf2-core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/media/v

[PATCH RFC V4 FINAL] media: i2c: mt9p031: add OF support

2013-05-12 Thread Lad Prabhakar
From: Lad, Prabhakar add OF support for the mt9p031 sensor driver. Alongside this patch sorts the header inclusion alphabetically. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus

[PATCH] smscoreapi: fixing memory leak

2013-05-12 Thread Roberto Alcântara
- Roberto mem.patch Description: Binary data

[GIT PULL - BUG FIXES FOR 3.10] Samsung media driver fixes

2013-05-12 Thread Sylwester Nawrocki
Hi Mauro, The following are couple bug fixes for the Samsung SoC camera and sensor drivers. I have included also a patch correcting the Exynos FIMC-LITE device DT binding documentation, so as to avoid confusing any board integrators trying to write .dts files including support for those devices.

cron job: media_tree daily build: WARNINGS

2013-05-12 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 May 12 19:00:27 CEST 2013 git branch: test git hash: 02615ed5e1b2283db2495af3cf8f4ee172c77d80 gcc versi

Re: [PATCH] smscoreapi: Make Siano firmware load more verbose

2013-05-12 Thread Roberto Alcântara
Hi Sakari, Ok I will review code looking for memory leaks. Thank you for the tip. - Roberto On Sun, May 12, 2013 at 4:17 AM, Sakari Ailus wrote: > Hi Roberto, > > On Sat, May 11, 2013 at 12:53:29PM -0300, Roberto Alcântara wrote: >> Signed-off-by: Roberto Alcantara >> >> diff --git a/driver

Si2169 support

2013-05-12 Thread Johann Wilhelm
Hi there! I got one of these Hauppauge HVR-930C HD. They seem not to be supported by the kernel so far. Is there anyone working on the Si2169 support (afaik the demodulator is the only problem)? If not does anyone have a "programmers manual" from SiLabs? The datasheet I found isn't worth

V4L read I&Q data and constellation visualization added

2013-05-12 Thread Abylay Ospan
Hello, Reading I&Q data from frontend and generation PNG image was added. Linux kernel (v4l subsystem) should be patched. DTV_READ_IQ and .read_iq added. Here is a description with some images obtained from real environment: http://www.linuxtv.org/wiki/index.php/Dvb_constellation Currently .read

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

2013-05-12 Thread Soeren Moch
On 10.05.2013 21:39, Sakari Ailus wrote: 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. Since dvb_ringbuffer_flush() modifies the

Re: [Q] Querying Y/Gb Average Level in a sensor.

2013-05-12 Thread Sakari Ailus
Hi Javier, My apologies for the late reply. On Mon, Jan 21, 2013 at 12:20:23PM +0100, javier Martin wrote: > Hi, > ov7670 and ov7675 sensors have the possibility of querying the average > value of the Y/Cb components of the image reading a register. This > could be useful for applications such as

Re: [PATCH] smscoreapi: Make Siano firmware load more verbose

2013-05-12 Thread Sakari Ailus
Hi Roberto, On Sat, May 11, 2013 at 12:53:29PM -0300, Roberto Alcântara wrote: > Signed-off-by: Roberto Alcantara > > diff --git a/drivers/media/common/siano/smscoreapi.c > b/drivers/media/common/siano/smscoreapi.c > index 45ac9ee..dbe9b4d 100644 > --- a/drivers/media/common/siano/smscoreapi.c >