[PATCH] [media] videobuf2-core: print current state of buffer in vb2_buffer_done

2012-11-12 Thread Tushar Behera
In vb2_buffer_done, it would be better the print the value of 'state' (current state of buffer) than to print 'vb-state' which is always VB2_BUF_STATE_ACTIVE. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- drivers/media/v4l2-core/videobuf2-core.c |2 +- 1 files changed, 1

Re: [PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-12 Thread Kirill Smelkov
On Wed, Nov 07, 2012 at 03:30:01PM +0400, Kirill Smelkov wrote: On Fri, Nov 02, 2012 at 03:42:21PM +0100, Hans Verkuil wrote: Thanks for the ping, I forgot about this patch... Thanks for feedback and for waiting. I'm here again... On Tue October 23 2012 15:35:21 Kirill Smelkov wrote:

Re: [PATCH] [media] vpif_display: fix return value check in vpif_reqbufs()

2012-11-12 Thread Wei Yongjun
Hi Prabhakar, On 11/09/2012 08:33 PM, Prabhakar Lad wrote: Hi Wei, Thanks for the patch. On Wed, Oct 24, 2012 at 4:59 PM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn In case of error, the function vb2_dma_contig_init_ctx() returns ERR_PTR() and

ir rremote support for TeVii S471

2012-11-12 Thread Joakim Hernberg
Hello, First of all, thanks a lot for adding the S471 support to the kernel. It appears to work very well on 3.6 which is what I'm running. I am trying to get the included ir remote working. Tried the enable_885_ir=1 module parameter (for cx23885) to no effect. Any ideas? -- Joakim -- To

Re: [PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-12 Thread Hans Verkuil
On Mon 12 November 2012 09:12:58 Kirill Smelkov wrote: Ping. Is maybe something stupid on my side? No, I've been abroad and haven't had time to look at it. I want to do that this week. Ping me again if you haven't heard from me by Saturday. Regards, Hans -- To unsubscribe from this

Re: drivers without explicit MAINTAINERS entry - was: Re: [media-workshop] Tentative Agenda for the November workshop

2012-11-12 Thread Mauro Carvalho Chehab
Hi Sakari, Em Sat, 10 Nov 2012 22:55:22 +0200 Sakari Ailus sakari.ai...@iki.fi escreveu: Hi Mauro, On Fri, Nov 02, 2012 at 11:13:10AM -0200, Mauro Carvalho Chehab wrote: ... These are Maintained by me (with Laurent): i2c/adp1653.ko = i2c/adp1653.c i2c/as3645a.ko

Re: [PATCH v2] media: V4L2: add temporary clock helpers

2012-11-12 Thread Laurent Pinchart
Hi Sakari, On Monday 12 November 2012 00:33:17 Sakari Ailus wrote: On Wed, Oct 31, 2012 at 02:02:54PM +0100, Guennadi Liakhovetski wrote: On Wed, 31 Oct 2012, Laurent Pinchart wrote: ... +#include linux/atomic.h +#include linux/errno.h +#include linux/list.h +#include

Re: mt9t031-VPFE integration issues...

2012-11-12 Thread Laurent Pinchart
Hi Dario, On Saturday 10 November 2012 16:58:05 Dario Carmignani wrote: Hi, Thank you. The main issue I have is that when I use vpfe system and soc camera at the same time, I'm able to register ov772x i2c address with soc system, but vpfe seems not to be able to register ov772x device

Re: OMAP3 ISP: VIDIOC_STREAMON and VIDIOC_QBUF calls fail

2012-11-12 Thread Laurent Pinchart
Hi Andreas, On Saturday 10 November 2012 14:49:12 Andreas Nagel wrote: Sakari Ailus schrieb am 08.11.2012 10:29: On Thu, Nov 08, 2012 at 10:26:11AM +0100, Laurent Pinchart wrote: media-ctl doesn't show pad formats, that's a bit weird. Are you using a recent version ? This could as

Re: [PATCH v2] videobuf2-core: Verify planes lengths for output buffers

2012-11-12 Thread Laurent Pinchart
Hi Pawel, On Friday 09 November 2012 15:33:22 Pawel Osciak wrote: On Tue, Oct 16, 2012 at 8:37 AM, Laurent Pinchart wrote: For output buffers application provide to the kernel the number of bytes they stored in each plane of the buffer. Verify that the value is smaller than or equal to the

Re: Skeleton LinuxDVB framework

2012-11-12 Thread Mauro Carvalho Chehab
Hi Richard, Em 11-11-2012 07:25, Richard escreveu: Hi Mauro (and others), The documentation shows userspace applications quite clearly, and they are very easy - its the device driver that I would like to understand and implement on a SoC. The 'Copy someone elses' idea will get me to an end,

Re: [PATCH v7 5/8] fbmon: add videomode helpers

2012-11-12 Thread Laurent Pinchart
Hi Steffen, On Friday 09 November 2012 20:31:33 Steffen Trumtrar wrote: On Fri, Nov 09, 2012 at 04:54:16PM +, Manjunathappa, Prakash wrote: On Fri, Nov 09, 2012 at 02:55:45, Steffen Trumtrar wrote: On Wed, Oct 31, 2012 at 03:30:03PM +, Manjunathappa, Prakash wrote: On Wed, Oct

Re: V4L2 dma-buf support test with UVC + i915 test application

2012-11-12 Thread Laurent Pinchart
Hi Mauro, On Friday 09 November 2012 09:51:11 Mauro Carvalho Chehab wrote: Laurent Pinchart laurent.pinch...@ideasonboard.com escreveu: On Thursday 08 November 2012 19:14:18 Laurent Pinchart wrote: Hi Mauro, Here's the application I've used to test V4L2 dma-buf support with a UVC

Re: [RFC 4/4] v4l: Tell user space we're using monotonic timestamps

2012-11-12 Thread Laurent Pinchart
Hi Sakari, On Friday 09 November 2012 00:33:40 Sakari Ailus wrote: On Thu, Nov 08, 2012 at 01:18:15PM +0100, Laurent Pinchart wrote: On Monday 05 November 2012 16:04:32 Sakari Ailus wrote: On Sun, Nov 04, 2012 at 01:07:25PM +0100, Laurent Pinchart wrote: On Wednesday 24 October 2012

Re: ir rremote support for TeVii S471

2012-11-12 Thread Andy Walls
On Mon, 2012-11-12 at 10:04 +0100, Joakim Hernberg wrote: Hello, First of all, thanks a lot for adding the S471 support to the kernel. It appears to work very well on 3.6 which is what I'm running. I am trying to get the included ir remote working. Tried the enable_885_ir=1 module

DVB V5 API: Event Model

2012-11-12 Thread Martin Rudge
Hello All, When using the V5 API (DVB-S/S2) for the DVB frontend device (with the now merged SEC functionality), setting properties DTV_VOLTAGE and/or DTV_TONE generates extra (unwanted?) events. This is due to utilising the legacy FE_SET_FRONTEND IOCTL in their respective implementations.

[PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-12 Thread Tomi Valkeinen
Hi, This patch removes use of cpu_is_* funcs from omap_vout, and uses omapdss's version instead. The other patch removes an unneeded plat/dma.h include. These are based on current omapdss master branch, which has the omapdss version code. The omapdss version code is queued for v3.8. I'm not sure

[PATCH v8 2/6] video: add of helper for videomode

2012-11-12 Thread Steffen Trumtrar
This adds support for reading display timings from DT or/and convert one of those timings to a videomode. The of_display_timing implementation supports multiple children where each property can have up to 3 values. All children are read into an array, that can be queried. of_get_videomode

Re: drivers without explicit MAINTAINERS entry - was: Re: [media-workshop] Tentative Agenda for the November workshop

2012-11-12 Thread Alexey Klimov
Hi Mauro, Hans, all, On Fri, Nov 2, 2012 at 6:34 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em Fri, 2 Nov 2012 14:47:49 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: On Fri November 2 2012 14:13:10 Mauro Carvalho Chehab wrote: Em Thu, 1 Nov 2012 14:12:44 -0200 Mauro Carvalho

cron job: media_tree daily build: WARNINGS

2012-11-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:Mon Nov 12 19:00:20 CET 2012 git hash:2c4e11b7c15af70580625657a154ea7ea70b8c76 gcc version: i686-linux-gcc

Re: Way to request a time discontinuity in a V4L2 encoder device

2012-11-12 Thread Sakari Ailus
Hi Laurent, On Mon, Nov 12, 2012 at 12:18:10PM +0100, Laurent Pinchart wrote: On Sunday 11 November 2012 10:51:06 Sakari Ailus wrote: On Mon, Nov 05, 2012 at 09:47:00PM +0100, Sylwester Nawrocki wrote: On 11/05/2012 11:45 AM, Alain VOLMAT wrote: Hi Laurent, Yes indeed, meta

[PATCH 1/1] MAINTAINERS: Update maintainer for smiapp and adp1653 drivers

2012-11-12 Thread Sakari Ailus
And the smiapp-pll which is in a way part of the smiapp driver. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- MAINTAINERS | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f4b3aa8..9c2a6bb 100644 --- a/MAINTAINERS +++

[PATCH 0/3] Remove V4L2 int device and drivers using it

2012-11-12 Thread Sakari Ailus
Hi all, This patchset removes V4L2 int device interface and the two drivers using it: omap24xxcam and tcm825x. The status is that these drives do not work; the last time I hacked on it I managed to get them to compile about a year ago with a number of hacks. There was a hard crash without logs

[PATCH 3/3] v4l2-int-if: Remove interface

2012-11-12 Thread Sakari Ailus
Remove the V4L2 int device interface. There are no users left anymore. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/v4l2-core/Makefile |2 +- drivers/media/v4l2-core/v4l2-int-device.c | 164 --- include/media/v4l2-int-device.h | 308

[PATCH 2/3] tcm825x: Remove driver

2012-11-12 Thread Sakari Ailus
Remove tcm825x driver. It uses the obsolete V4L2 int device framework, and can only work with omap24xxcam driver. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/i2c/Kconfig |8 - drivers/media/i2c/Makefile |1 - drivers/media/i2c/tcm825x.c | 937

Re: [PATCH v2] media: V4L2: add temporary clock helpers

2012-11-12 Thread Sakari Ailus
Hi Laurent, On Mon, Nov 12, 2012 at 12:06:50PM +0100, Laurent Pinchart wrote: On Monday 12 November 2012 00:33:17 Sakari Ailus wrote: On Wed, Oct 31, 2012 at 02:02:54PM +0100, Guennadi Liakhovetski wrote: On Wed, 31 Oct 2012, Laurent Pinchart wrote: ... +#include linux/atomic.h

Re: [PATCH 0/3] Remove V4L2 int device and drivers using it

2012-11-12 Thread Hans Verkuil
On Mon November 12 2012 23:46:55 Sakari Ailus wrote: Hi all, This patchset removes V4L2 int device interface and the two drivers using it: omap24xxcam and tcm825x. The status is that these drives do not work; the last time I hacked on it I managed to get them to compile about a year ago