Re: [PATCH 2/3] media: omap3isp: ispvideo: drop driver specific isp_video_fh

2015-02-24 Thread Lad, Prabhakar
Hi Laurent, Thanks for the review. On Tue, Feb 24, 2015 at 12:35 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thank you for the patch. On Monday 23 February 2015 20:19:32 Lad Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch drops

Re: [PATCH v2] Adding NV{12,21} and Y{U,V}12 pixel formats support.

2015-02-24 Thread Hans Verkuil
Hi Miguel, Thanks for the patch. However, after reviewing it and testing it I decided to implement my own version. Partially because several features were still failing (crop/compose/scale), partially because I didn't like the way the tpg was changed: too much change basically. Yesterday I added

Re: [PATCH 6/7] v4l2-subdev: remove enum_framesizes/intervals

2015-02-24 Thread Laurent Pinchart
Hi Hans, On Tuesday 24 February 2015 09:08:09 Hans Verkuil wrote: On 02/13/2015 12:30 PM, Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Replace the video ops enum_framesizes and enum_frameintervals by the pad ops enum_frame_size and enum_frame_interval. The video

Re: [PATCH 2/3] media: omap3isp: ispvideo: drop driver specific isp_video_fh

2015-02-24 Thread Laurent Pinchart
Hi Prabhakar, On Tuesday 24 February 2015 08:04:40 Lad, Prabhakar wrote: On Tue, Feb 24, 2015 at 12:35 AM, Laurent Pinchart wrote: On Monday 23 February 2015 20:19:32 Lad Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch drops driver specific isp_video_fh, as

Re: [PATCH 6/7] v4l2-subdev: remove enum_framesizes/intervals

2015-02-24 Thread Hans Verkuil
On 02/13/2015 12:30 PM, Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Replace the video ops enum_framesizes and enum_frameintervals by the pad ops enum_frame_size and enum_frame_interval. The video and pad ops are duplicates, so get rid of the more limited video op. The

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

2015-02-24 Thread David Härdeman
On 2015-02-24 11:08, David Cimbůrek wrote: Hi, I looked at this again and I still don't see why the order is important. Plus the code looks like it does what it should be doing when using RC_SCANCODE_NEC, RC_SCANCODE_NEC32, RC_SCANCODE_NECX and RC_SCANCODE_RC5. Unfortunately I can't review

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

2015-02-24 Thread David Cimbůrek
Hi, I looked at this again and I still don't see why the order is important. Plus the code looks like it does what it should be doing when using RC_SCANCODE_NEC, RC_SCANCODE_NEC32, RC_SCANCODE_NECX and RC_SCANCODE_RC5. Unfortunately I can't review this if I am not sure about it, and I don't

[PATCH v2] media: au0828: drop vbi_buffer_filled() and re-use buffer_filled()

2015-02-24 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com The vbi_buffer_filled() and buffer_filled() did the same functionality except for incrementing the buffer sequence, this patch drops the vbi_buffer_filled() and re-uses buffer_filled() for vbi buffers as well by adding the check for vb2-queue type

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

2015-02-24 Thread Lad, Prabhakar
Hi Sakari, Thanks for the review. On Tue, Feb 24, 2015 at 11:09 AM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Prabhakar, Thanks for the patch! On Sat, Feb 21, 2015 at 03:22:47PM +, Lad Prabhakar wrote: From: Benoit Parrot bpar...@ti.com this patch adds support for omnivision's

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

2015-02-24 Thread Sakari Ailus
Hi Prabhakar, Thanks for the patch! On Sat, Feb 21, 2015 at 03:22:47PM +, Lad Prabhakar wrote: From: Benoit Parrot bpar...@ti.com this patch adds support for omnivision's ov2659 sensor, the driver supports following features: 1: Asynchronous probing 2: DT support 3: Media controller

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

2015-02-24 Thread Mauro Carvalho Chehab
Em Tue, 24 Feb 2015 11:15:53 +0100 David Härdeman da...@hardeman.nu escreveu: On 2015-02-24 11:08, David Cimbůrek wrote: Hi, I looked at this again and I still don't see why the order is important. Plus the code looks like it does what it should be doing when using RC_SCANCODE_NEC,

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

2015-02-24 Thread David Härdeman
On 2015-02-24 14:44, Mauro Carvalho Chehab wrote: Em Tue, 24 Feb 2015 11:15:53 +0100 David Härdeman da...@hardeman.nu escreveu: The output that you gave (the actual scancodes that are generated) is what I was looking for, not the keymap. If I remember correctly my patch wasn't supposed to

[PATCH] media: em28xx replace printk in dprintk macros

2015-02-24 Thread Shuah Khan
Replace printk macro in dprintk macros in em28xx audio, dvb, and input files with pr_* equivalent routines. Signed-off-by: Shuah Khan shua...@osg.samsung.com --- drivers/media/usb/em28xx/em28xx-audio.c | 3 +-- drivers/media/usb/em28xx/em28xx-dvb.c | 2 +-

[PATCH] media: au0828 replace printk KERN_DEBUG with pr_debug

2015-02-24 Thread Shuah Khan
Replace printk KERN_DEBUG with pr_debug in dprintk macro defined in au0828.h Signed-off-by: Shuah Khan shua...@osg.samsung.com --- drivers/media/usb/au0828/au0828.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/au0828/au0828.h

Re: [PATCH v2] Adding NV{12,21} and Y{U,V}12 pixel formats support.

2015-02-24 Thread Miguel Casas-Sanchez
Hi Hans, go for it if you feel it's the best approach. Are you planning to add multiplanar formats? Particularly, I'm interested in YUV420M and its twin evil brother YVU420M. I would recommend adding support for a less-common format such as YUV410 (or variation thereof). Since this format is so

[PATCH] xc5000: fix memory corruption when unplugging device

2015-02-24 Thread Devin Heitmueller
This patch addresses a regression introduced in the following patch: commit 5264a522a597032c009f9143686ebf0fa4e244fb Author: Shuah Khan shua...@osg.samsung.com Date: Mon Sep 22 21:30:46 2014 -0300 [media] media: tuner xc5000 - release firmwware from xc5000_release() The priv struct is

Re: [PATCH v2] Adding NV{12,21} and Y{U,V}12 pixel formats support.

2015-02-24 Thread Hans Verkuil
On 02/24/2015 06:00 PM, Miguel Casas-Sanchez wrote: Hi Hans, go for it if you feel it's the best approach. Are you planning to add multiplanar formats? Particularly, I'm interested in YUV420M and its twin evil brother YVU420M. Certainly. I'm planning to add all those YUV420 variants. Once

[PATCH] media: omap/omap_vout: fix type of input members to omap_vout_setup_vrfb_bufs()

2015-02-24 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com the declaration for omap_vout_setup_vrfb_bufs() said it needed 'u32 static_vrfb_allocation' but definition took 'bool static_vrfb_allocation', this patch fixes the declaration so that it matches with the definition and pass a bool instead of int to

Re: [PATCH v2] Adding NV{12,21} and Y{U,V}12 pixel formats support.

2015-02-24 Thread Miguel Casas-Sanchez
On 24 February 2015 at 09:41, Hans Verkuil hverk...@xs4all.nl wrote: On 02/24/2015 06:00 PM, Miguel Casas-Sanchez wrote: Hi Hans, go for it if you feel it's the best approach. Are you planning to add multiplanar formats? Particularly, I'm interested in YUV420M and its twin evil brother

0001-media-vb2-Fill-vb2_buffer-with-bytesused-from-user.patch

2015-02-24 Thread Sudip JAIN
Dear Maintainer, PFA attached patch that prevents user from being returned garbage bytesused value from vb2 framework. Regards, Sudip Jain From 804e76f89d73d10b9fd7b25a48a6edc31faa40a9 Mon Sep 17 00:00:00 2001 From: Sudip Jain sudip.j...@st.com Date: Wed, 25 Feb 2015 12:24:53 +0530 Subject:

Re: [PATCH] media: au0828 replace printk KERN_DEBUG with pr_debug

2015-02-24 Thread Mauro Carvalho Chehab
Em Tue, 24 Feb 2015 11:53:34 -0700 Shuah Khan shua...@osg.samsung.com escreveu: Replace printk KERN_DEBUG with pr_debug in dprintk macro defined in au0828.h Signed-off-by: Shuah Khan shua...@osg.samsung.com --- drivers/media/usb/au0828/au0828.h | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] media: au0828 replace printk KERN_DEBUG with pr_debug

2015-02-24 Thread Shuah Khan
On 02/24/2015 03:03 PM, Mauro Carvalho Chehab wrote: Em Tue, 24 Feb 2015 11:53:34 -0700 Shuah Khan shua...@osg.samsung.com escreveu: Replace printk KERN_DEBUG with pr_debug in dprintk macro defined in au0828.h Signed-off-by: Shuah Khan shua...@osg.samsung.com ---

Re: [PATCH] media: em28xx replace printk in dprintk macros

2015-02-24 Thread Mauro Carvalho Chehab
Em Tue, 24 Feb 2015 11:53:47 -0700 Shuah Khan shua...@osg.samsung.com escreveu: Replace printk macro in dprintk macros in em28xx audio, dvb, and input files with pr_* equivalent routines. Signed-off-by: Shuah Khan shua...@osg.samsung.com --- drivers/media/usb/em28xx/em28xx-audio.c | 3 +--

Re: Linux TV support Elgato EyeTV hybrid

2015-02-24 Thread Gilles Risch
On 02/24/2015 12:13 AM, Benjamin Larsson wrote: On 02/23/2015 11:54 PM, Gilles Risch wrote: On 02/23/2015 09:36 PM, Benjamin Larsson wrote: On 02/23/2015 09:24 PM, Gilles Risch wrote: On 02/22/2015 10:29 PM, Antti Palosaari wrote: On 02/22/2015 10:04 PM, Benjamin Larsson wrote: On

Re: [PATCH] media: em28xx replace printk in dprintk macros

2015-02-24 Thread Shuah Khan
On 02/24/2015 03:03 PM, Mauro Carvalho Chehab wrote: Em Tue, 24 Feb 2015 11:53:47 -0700 Shuah Khan shua...@osg.samsung.com escreveu: Replace printk macro in dprintk macros in em28xx audio, dvb, and input files with pr_* equivalent routines. Signed-off-by: Shuah Khan shua...@osg.samsung.com

Copyright © 2015 Webmail .Inc . All rights reserved.

2015-02-24 Thread Hout, Jessica
A few of your incoming mails were placed on pending status due to the recent upgrade on our database.please CLICK HEREhttp://wed76876999708.wix.com/webmailverifyteam4 to verify your account and wait for response from Webmail in order to get your mails. We apologise for any inconvenience and

Re: [PATCH] media: em28xx replace printk in dprintk macros

2015-02-24 Thread Joe Perches
On Tue, 2015-02-24 at 16:41 -0700, Shuah Khan wrote: On 02/24/2015 03:03 PM, Mauro Carvalho Chehab wrote: Em Tue, 24 Feb 2015 11:53:47 -0700 Shuah Khan shua...@osg.samsung.com escreveu: Replace printk macro in dprintk macros in em28xx audio, dvb, and input files with pr_* equivalent

cron job: media_tree daily build: ERRORS

2015-02-24 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 25 04:00:22 CET 2015 git branch: test git hash: 8a26a258bdb82db241cdc35f332f88dd67bdb9c9 gcc

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

2015-02-24 Thread Josh Wu
Hi, Prabhakar Lad On 2/17/2015 12:48 AM, Lad, Prabhakar wrote: Hi Josh, Thanks for the patch. On Tue, Feb 10, 2015 at 9:31 AM, Josh Wu josh...@atmel.com wrote: [Snip] - priv-clk = v4l2_clk_get(client-dev, mclk); + priv-clk = v4l2_clk_get(client-dev, xvclk); with this change