Re: [media] V4L: Add driver for S3C24XX/S3C64XX SoC series camera interface

2013-08-25 Thread Sylwester Nawrocki
On 08/23/2013 11:46 AM, Dan Carpenter wrote: [ Going through some old warnings... ] Hello Sylwester Nawrocki, This is a semi-automatic email about new static checker warnings. The patch babde1c243b2: [media] V4L: Add driver for S3C24XX/S3C64XX SoC series camera interface from Aug 22, 2012,

Vážení E-mail užívateľa;

2013-08-25 Thread Šubert Ladislav
Vážení E-mail užívateľa; Prekročili ste 23432 boxy nastaviť svoje Webová služba / Administrátor, a budete mať problémy pri odosielaní a prijímať e-maily, kým znova overiť. Musíte aktualizovať kliknutím na odkaz nižšie a vyplňte údaje pre overenie vášho účtu Prosím,  kliknite na odkaz nižšie

Re: [GIT PULL FOR v3.12] Matrix and Motion Detection support, move solo/go7007 out of staging

2013-08-25 Thread Mauro Carvalho Chehab
Em Fri, 23 Aug 2013 15:14:51 +0200 Hans Verkuil hansv...@cisco.com escreveu: Hi Mauro, This pull request adds the motion detection and matrix API, implements it in the solo6x10 and go7007 drivers and moves both drivers out of staging. This pull request builds on top of my v3.12 pull

Re: [PATCH v5] media: i2c: tvp7002: add OF support

2013-08-25 Thread naim . dahnoun
Sent from my iPhone On 23 Aug 2013, at 18:25, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 08/13/2013 03:00 AM, Kumar Gala wrote: On Aug 11, 2013, at 1:25 AM, Lad, Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the tvp7002 driver.

[REGRESSION 3.11-rc] wm8775 9-001b: I2C: cannot write ??? to register R??

2013-08-25 Thread Knut Petersen
Booting current git kernel dmesg shows a set of new warnings: wm8775 9-001b: I2C: cannot write ??? to register R?? Nevertheless, the hardware seems to work fine. This is a new problem, introduced after kernel 3.10. If necessary I can bisect. dmesg snippet: [ 11.841431] Linux video

Re: Bug#719623: linux-image-3.10-2-amd64: kernel panic on inserting DVB-T stick

2013-08-25 Thread Johannes Rohr
Am 14.08.2013 10:34, schrieb Bjørn Mork: I took a quick look at the code and wonder if the problem is caused by an initial zero statistics message? This is all just a wild guess, but if it is correct, then the attached untested patch might fix it... I have just tested the patch against

[PATCH v4 3/3] v4l: Add V4L2_BUF_FLAG_TIMESTAMP_SOF and use it

2013-08-25 Thread Sakari Ailus
Some devices such as the uvc produce timestamps at the beginning of the frame rather than at the end of it. Add a buffer flag (V4L2_BUF_FLAG_TIMESTAMP_SOF) to tell about this. Also document timestamp_type in struct vb2_queue. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi ---

[PATCH v4 2/3] v4l: Use full 32 bits for buffer flags

2013-08-25 Thread Sakari Ailus
The buffer flags field is 32 bits but the defined only used 16. This is fine, but as more than 16 bits will be used in the very near future, define them as 32-bit numbers for consistency. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- Documentation/DocBook/media/v4l/io.xml | 30

[PATCH v4 0/3] Fix buffer timestamp documentation

2013-08-25 Thread Sakari Ailus
Hi, This patchset fixes the documentation related to V4L2 buffer timestamps. Timestamps in the vast majority of drivers is taken af the end of the frame rather than at the start of it. since v3: Besides the first patch, as suggested, I've added two more to add a new v4l2_buffer.flags flag

[PATCH v4 1/3] v4l: Document timestamp behaviour to correspond to reality

2013-08-25 Thread Sakari Ailus
Document that monotonic timestamps are taken after the corresponding frame has been received, not when the reception has begun. This corresponds to the reality of current drivers: the timestamp is naturally taken when the hardware triggers an interrupt to tell the driver to handle the received

Re: [PATCH v3 2/2] media: i2c: adv7343: add OF support

2013-08-25 Thread Prabhakar Lad
Hi Sylwester, On Fri, Aug 23, 2013 at 11:33 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Cc: DT binding maintainers On 07/20/2013 08:21 AM, Lad, Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the adv7343 driver. Signed-off-by: Lad, Prabhakar

Re: [patch] [media] sh_vou: almost forever loop in sh_vou_try_fmt_vid_out()

2013-08-25 Thread Prabhakar Lad
On Fri, Aug 23, 2013 at 3:24 PM, Dan Carpenter dan.carpen...@oracle.com wrote: The i part of the i ARRAY_SIZE() condition was missing. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Reviewed-by: Lad, Prabhakar prabhakar@ti.com Regards, --Prabhakar Lad diff --git