cron job: media_tree daily build: WARNINGS

2015-02-10 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: Wed Feb 11 04:00:22 CET 2015 git branch: test git hash: d6d4c0e00fe559ef54b414e2e6266beaa50b4d8e gcc

Fwd: [PATCH] Correction doco NV12/NV21M Chroma indexes

2015-02-10 Thread Miguel Casas-Sanchez
In the linuxtv.org entry with the description of V4L2_PIX_FMT_NV{12,21} @ http://linuxtv.org/downloads/v4l-dvb-apis/re30.html it reads: start + 0:Y'00 Y'01 Y'02 Y'03 start + 4:Y'10 Y'11 Y'12 Y'13 start + 8:Y'20 Y'21 Y'22 Y'23 start + 12:Y'30 Y'31 Y'32 Y'33 start + 16:Cb00 Cr00 Cb01 Cr01 start

[PATCH] media: vivid: adding YU12, YV12, NV12, NV21 formats

2015-02-10 Thread Miguel Casas-Sanchez
Following our previous discussions, attached is the patch adding vertical + horizontal subsampled formats to vivid and applying to those in the subject as defined in [1,2]. These formats are tightly packed N planar, because they provide chroma(s) as a separate array, but they are not mplanar yet,

Re: divide error: 0000 in the gspca_topro

2015-02-10 Thread Hans de Goede
Hi, On 09-02-15 16:56, Mauro Carvalho Chehab wrote: Em Mon, 09 Feb 2015 10:23:48 + Luis de Bethencourt l...@debethencourt.com escreveu: On Sun, Feb 08, 2015 at 06:07:45PM -0800, Linus Torvalds wrote: I got this, and it certainly seems relevant,. It would seem that that whole 'quality'

[PATCH v5 0/4] media: ov2640: add device tree support

2015-02-10 Thread Josh Wu
This patch series add device tree support for ov2640. And also add the document for the devicetree properties. v4-v5: 1. based on soc-camera v4l2-clk changes. 2. remove the master_clk related (one commit), we only have one clk. v3-v4: 1. refined the dt document. 2. Add Laurent's acked-by.

[PATCH v5 2/4] media: ov2640: add async probe function

2015-02-10 Thread Josh Wu
In async probe, there is a case that ov2640 is probed before the host device which provided 'mclk'. To support this async probe, we will get 'mclk' at first in the probe(), if failed it will return -EPROBE_DEFER. That will let ov2640 wait for the host device probed. Signed-off-by: Josh Wu

Re: [PATCH] media: Pinnacle 73e infrared control stopped working since kernel 3.17

2015-02-10 Thread David Cimbůrek
Please include this patch to kernel! It takes too much time for such a simple fix! 2015-01-07 13:51 GMT+01:00 David Cimbůrek david.cimbu...@gmail.com: No one is interested? I'd like to get this patch to kernel to fix the issue. Can someone here do it please? 2014-12-20 14:36 GMT+01:00 David

Re: [PATCH] rtl2832: remove compiler warning

2015-02-10 Thread Antti Palosaari
On 02/09/2015 12:44 AM, Luis de Bethencourt wrote: Cleaning the following compiler warning: rtl2832.c:703:12: warning: 'tmp' may be used uninitialized in this function Even though it could never happen since if rtl2832_rd_demod_reg () doesn't set tmp, this line would never run because we go to

[PATCH v5 4/4] media: ov2640: dt: add the device tree binding document

2015-02-10 Thread Josh Wu
Add the document for ov2640 dt. Cc: devicet...@vger.kernel.org Signed-off-by: Josh Wu josh...@atmel.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Sylwester Nawrocki s.nawro...@samsung.com --- Changes in v5: None Changes in v4: - remove aggsigned-clocks as it's

[PATCH] rc: img-ir: fix error in parameters passed to irq_free()

2015-02-10 Thread Sifan Naeem
img_ir_remove() passes a pointer to the ISR function as the 2nd parameter to irq_free() instead of a pointer to the device data structure. This issue causes unloading img-ir module to fail with the below warning after building and loading img-ir as a module. WARNING: CPU: 2 PID: 155 at

Re: [PATCH] media: Pinnacle 73e infrared control stopped working since kernel 3.17

2015-02-10 Thread Antti Palosaari
David Härdeman, Could you look that as it is your patch which has broken it commit af3a4a9bbeb00df3e42e77240b4cdac5479812f9 Author: David Härdeman da...@hardeman.nu Date: Thu Apr 3 20:31:51 2014 -0300 [media] dib0700: NEC scancode cleanup Antti On 02/10/2015 12:38 PM, David Cimbůrek

[PATCH v5 3/4] media: ov2640: add primary dt support

2015-02-10 Thread Josh Wu
Add device tree support for ov2640. In device tree, user needs to provide the master clock (xvclk). User can add the reset/pwdn pins if they have. Cc: devicet...@vger.kernel.org Signed-off-by: Josh Wu josh...@atmel.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Changes in

[PATCH v5 1/4] media: soc-camera: use icd-control instead of icd-pdev for reset()

2015-02-10 Thread Josh Wu
icd-control is the sub device dev, i.e. i2c device. icd-pdev is the soc camera device's device. To be consitent with power() function, we will call reset() with icd-control as well. Signed-off-by: Josh Wu josh...@atmel.com --- Changes in v5: None Changes in v4: None Changes in v3: None Changes

Re: [PATCH] rc: img-ir: fix error in parameters passed to irq_free()

2015-02-10 Thread James Hogan
On Tue, Feb 10, 2015 at 10:41:56AM +, Sifan Naeem wrote: img_ir_remove() passes a pointer to the ISR function as the 2nd parameter to irq_free() instead of a pointer to the device data structure. This issue causes unloading img-ir module to fail with the below warning after building and

Re: [PATCH] media: i2c: add support for omnivision's ov2659 sensor

2015-02-10 Thread Benoit Parrot
Laurent Pinchart laurent.pinch...@ideasonboard.com wrote on Thu [2015-Feb-05 16:52:22 +0200]: Hi Prabhakar, (CC'ing Benoit Parrot) On Thursday 05 February 2015 11:55:28 Lad, Prabhakar wrote: On Thu, Feb 5, 2015 at 11:53 AM, Laurent Pinchart wrote: On Wednesday 04 February 2015

Re: [PATCH] rtl2832: remove compiler warning

2015-02-10 Thread Mauro Carvalho Chehab
Em Tue, 10 Feb 2015 12:57:24 +0200 Antti Palosaari cr...@iki.fi escreveu: On 02/09/2015 12:44 AM, Luis de Bethencourt wrote: Cleaning the following compiler warning: rtl2832.c:703:12: warning: 'tmp' may be used uninitialized in this function Even though it could never happen since if

Re: [PATCH] rtl2832: remove compiler warning

2015-02-10 Thread Luis de Bethencourt
On Tue, Feb 10, 2015 at 12:57:24PM +0200, Antti Palosaari wrote: On 02/09/2015 12:44 AM, Luis de Bethencourt wrote: Cleaning the following compiler warning: rtl2832.c:703:12: warning: 'tmp' may be used uninitialized in this function Even though it could never happen since if