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 versio
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, a
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 +
Em Tue, 10 Feb 2015 12:57:24 +0200
Antti Palosaari 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 rtl2832
Laurent Pinchart 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 20:55:02 Lad, Prabhakar wrote:
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 rtl2832_
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 a
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 e
David Härdeman,
Could you look that as it is your patch which has broken it
commit af3a4a9bbeb00df3e42e77240b4cdac5479812f9
Author: David Härdeman
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 wrote:
Please inclu
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 ../kernel/i
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 :
> 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 Cimbůrek :
>> Hi,
>
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
---
Ch
Add the document for ov2640 dt.
Cc: devicet...@vger.kernel.org
Signed-off-by: Josh Wu
Acked-by: Laurent Pinchart
Acked-by: Sylwester Nawrocki
---
Changes in v5: None
Changes in v4:
- remove aggsigned-clocks as it's general.
- refine the explation.
Changes in v3:
- fix incorrect description.
-
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
Acked-by: Laurent Pinchart
---
Changes in v5:
- change the 'mclk' to 'xvclk'. As v4l2-clk will
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
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
d
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
Hi,
On 09-02-15 16:56, Mauro Carvalho Chehab wrote:
Em Mon, 09 Feb 2015 10:23:48 +
Luis de Bethencourt 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' thing needs some range
c
17 matches
Mail list logo