Please confirm (conf#7bf21e206a735e84e8b636b7a48cb88c)

2011-11-23 Thread Cisco certification
Hi, You have tried to post to a GroupStudy.com certification mailing list. Because the server does not recognize you as a confirmed poster, you will be required to authenticate that you are using a valid e-mail address and are not a spammer. By confirming this e-mail you certify that you are not

Re: [PATCH v2 1/2] MX2: Add platform definitions for eMMa-PrP device.

2011-11-23 Thread javier Martin
On 22 November 2011 20:29, Sylwester Nawrocki snj...@gmail.com wrote: Hi Javier, +struct platform_device *__init imx_alloc_mx2_emmaprp( +             const struct imx_mx2_camera_data *data) +{ +     struct resource res[] = { +             { +                     .start = data-iobaseemmaprp,

Re: [PATCH v2 2/2] MEM2MEM: Add support for eMMa-PrP mem2mem operations.

2011-11-23 Thread javier Martin
Hi Sascha and Sylwester, you comments are very appreciated. I will send an v3 version solving all the issues you mentioned. Regards -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Avda de los Castros s/n 39005- Santander. Cantabria. Spain +34 942 25 32 60

Re: [PATCH v2 1/2] MX2: Add platform definitions for eMMa-PrP device.

2011-11-23 Thread javier Martin
Hi Sascha, On 22 November 2011 22:06, Sascha Hauer s.ha...@pengutronix.de wrote: On Tue, Nov 22, 2011 at 01:01:55PM +0100, Javier Martin wrote: eMMa-PrP device included in Freescale i.MX2 chips can also be used separately to process memory buffers. Signed-off-by: Javier Martin

[RFC PATCH 0/4] Replace VIDEO_COMMAND with VIDIOC_DECODER_CMD

2011-11-23 Thread Hans Verkuil
During the 2011 workshop we discussed replacing the decoder commands in include/linux/dvb/video.h and audio.h by a proper V4L2 API. This patch series is the first phase of that. It adds new VIDIOC_(TRY_)DECODER_CMD ioctls to the V4L2 API. These are identical to the VIDEO_(TRY_)COMMAND from

[RFC PATCH 4/4] ivtv: implement new decoder command ioctls.

2011-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/ivtv/ivtv-driver.c |2 +- drivers/media/video/ivtv/ivtv-fileops.c |2 +- drivers/media/video/ivtv/ivtv-ioctl.c | 102 +++

[RFC PATCH 3/4] cx18/ddbridge: remove unused headers.

2011-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Work is in progress to deprecate include/linux/dvb/audio.h and video.h. The cx18 and ddbridge drivers include these headers without using them. Remove those includes. Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

[RFC PATCH 2/4] v4l spec: document VIDIOC_(TRY_)DECODER_CMD.

2011-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/v4l2.xml |1 + .../DocBook/media/v4l/vidioc-decoder-cmd.xml | 250 2 files changed, 251 insertions(+), 0 deletions(-) create

[RFC PATCH 1/4] v4l2: add VIDIOC_(TRY_)DECODER_CMD.

2011-11-23 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com As discussed during the 2011 V4L-DVB workshop, the API in dvb/video.h should be replaced by a proper V4L2 API. This patch turns the VIDEO_(TRY_)DECODER_CMD ioctls into proper V4L2 ioctls. Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

Re: [RFC PATCH 4/4] ivtv: implement new decoder command ioctls.

2011-11-23 Thread Martin Dauskardt
Hi Hans, I am not sure if I understand this right. You wrote: Comments are added on how to convert the legacy ioctls to standard V4L2 API in applications. Perhaps these legacy ioctls in ivtv can even be removed in a few years time. But the patch looks for me as if the currently used ioctls

Re: [RFC PATCH 4/4] ivtv: implement new decoder command ioctls.

2011-11-23 Thread Hans Verkuil
On Wednesday, November 23, 2011 12:54:18 Martin Dauskardt wrote: Hi Hans, I am not sure if I understand this right. You wrote: Comments are added on how to convert the legacy ioctls to standard V4L2 API in applications. Perhaps these legacy ioctls in ivtv can even be removed in a few

Re: [PATCH v2 2/2] MEM2MEM: Add support for eMMa-PrP mem2mem operations.

2011-11-23 Thread javier Martin
Hi Sascha, I was just trying to fix the issues you pointed previously and I have a question for you. On 22 November 2011 21:55, Sascha Hauer s.ha...@pengutronix.de wrote: Hi Javier, + +static int emmaprp_probe(struct platform_device *pdev) +{ +     struct emmaprp_dev *pcdev; +     struct

Re: [RFC PATCH 4/4] ivtv: implement new decoder command ioctls.

2011-11-23 Thread Mauro Carvalho Chehab
Em 23-11-2011 10:14, Hans Verkuil escreveu: On Wednesday, November 23, 2011 12:54:18 Martin Dauskardt wrote: Hi Hans, I am not sure if I understand this right. You wrote: Comments are added on how to convert the legacy ioctls to standard V4L2 API in applications. Perhaps these legacy

Re: [PATCH v2 2/2] MEM2MEM: Add support for eMMa-PrP mem2mem operations.

2011-11-23 Thread Fabio Estevam
On Tue, Nov 22, 2011 at 10:01 AM, Javier Martin javier.mar...@vista-silicon.com wrote: +/* In bytes, per queue */ +#define MEM2MEM_VID_MEM_LIMIT  (16 * SZ_1M) You could use SZ_16M instead. Regards, Fabio Estevam -- To unsubscribe from this list: send the line unsubscribe linux-media in the

Re: [PATCH v2 2/2] MEM2MEM: Add support for eMMa-PrP mem2mem operations.

2011-11-23 Thread Sascha Hauer
On Wed, Nov 23, 2011 at 01:32:29PM +0100, javier Martin wrote: Hi Sascha, I was just trying to fix the issues you pointed previously and I have a question for you. On 22 November 2011 21:55, Sascha Hauer s.ha...@pengutronix.de wrote: Hi Javier, + +static int emmaprp_probe(struct

Re: [PATCH 4/4] uvcvideo: Add UVC timestamps support

2011-11-23 Thread Laurent Pinchart
Hi Javier, On Thursday 17 November 2011 13:14:26 javier Martin wrote: On 8 November 2011 13:06, Laurent Pinchart wrote: void uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type, diff --git a/drivers/media/video/uvc/uvc_video.c b/drivers/media/video/uvc/uvc_video.c index

Re: UVC with continuous video buffers.

2011-11-23 Thread Laurent Pinchart
Hi Javier, On Thursday 17 November 2011 11:55:28 javier Martin wrote: On 4 November 2011 11:41, Laurent Pinchart wrote: On Wednesday 02 November 2011 17:33:16 javier Martin wrote: On 2 November 2011 17:12, Devin Heitmueller wrote: I've actually got a very similar issue and have been

AWARD NOTICE

2011-11-23 Thread VITTORIO FOUNDATION
You have been awarded $100,000,000.00 among the 5 beneficiaries from the Vittorio Foundation.Qualification numbers (P-333-7858,B-011-67) Email:{vittoriofoundati...@hotmail.com} Mr. Jennifer David -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

[PATCH v3 0/2] Add support form eMMa-PrP in i.MX2 chips as a mem2mem device.

2011-11-23 Thread Javier Martin
i.MX2x SoCs have a PrP which is capable of resizing and format conversion of video frames. This driver provides support for resizing and format conversion from YUYV to YUV420. This operation is of the utmost importance since some of these SoCs like i.MX27 include an H.264 video codec which only

[PATCH v3 1/2] MX2: Add platform definitions for eMMa-PrP device.

2011-11-23 Thread Javier Martin
eMMa-PrP device included in Freescale i.MX2 chips can also be used separately to process memory buffers. Changes since v2: - Define imx_add_mx2_emmaprp function which also registers device, not only alloc. - Change definition of emma_clk. - Minor fixes. Signed-off-by: Javier Martin

[PATCH v3 2/2] MEM2MEM: Add support for eMMa-PrP mem2mem operations.

2011-11-23 Thread Javier Martin
Changes since v2: - Use devres to simplify error handling. - Remove unused structures. - Fix clock handling. - Other minor problems. Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/Kconfig | 10 +

Re: [PATCH v3 2/2] MEM2MEM: Add support for eMMa-PrP mem2mem operations.

2011-11-23 Thread Fabio Estevam
Javier, On Wed, Nov 23, 2011 at 1:13 PM, Javier Martin javier.mar...@vista-silicon.com wrote: Changes since v2: - Use devres to simplify error handling. - Remove unused structures. - Fix clock handling. - Other minor problems. It would be better if you put such comments below the --- line.

Re: [PATCH v3 2/2] MEM2MEM: Add support for eMMa-PrP mem2mem operations.

2011-11-23 Thread javier Martin
Hi Fabio, On 23 November 2011 16:19, Fabio Estevam feste...@gmail.com wrote: Javier, On Wed, Nov 23, 2011 at 1:13 PM, Javier Martin javier.mar...@vista-silicon.com wrote: Changes since v2: - Use devres to simplify error handling. - Remove unused structures. - Fix clock handling. - Other

cron job: media_tree daily build: ERRORS

2011-11-23 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 Nov 23 19:00:17 CET 2011 git hash:6fd7dba026f17076ac4bd63a3590f993c1f5c2c6 gcc version: i686-linux-gcc

Re: good programm for FM radio

2011-11-23 Thread Norret Thierry
Hi I think your problem and mine are related For me tm6000 has stopped working since upgrade from kernel 2.6.38 to 2.6.39, 3.* Git don't solve the problem I don't know if it's a kernel regression or a problem with tm6000

Re: [RFC PATCH 4/4] ivtv: implement new decoder command ioctls.

2011-11-23 Thread Martin Dauskardt
I suggest to increase the ivtv driver version number when implementing the changes. The application (which must be backward compatible) should be able to determine which ioctl it has to use. These days the version number of all drivers is the same as the kernel version number, so it is

[PATCH 1/2] [media] ir-nec-decoder: Report what bit failed at debug msg

2011-11-23 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/rc/ir-nec-decoder.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/rc/ir-nec-decoder.c b/drivers/media/rc/ir-nec-decoder.c index 63ee722..a825318 100644 ---

[PATCH 2/2] [media] rc: Add support for decoding Sanyo protocol

2011-11-23 Thread Mauro Carvalho Chehab
This protocol is found on Sanyo/Aiwa remotes. Tested with an Aiwa RC-7AS06 remote control. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/rc/Kconfig| 10 ++ drivers/media/rc/Makefile |1 + drivers/media/rc/ir-raw.c |1 +

[Query] V4L2 Integer (?) menu control

2011-11-23 Thread Sylwester Nawrocki
Hi, I was wondering how to implement in v4l2 a standard menu control having integer values as the menu items. The menu item values would be irregular, e.g. ascending logarithmically and thus the step value would not be a constant. I'm not interested in private control and symbolic enumeration

Re: [PATCH] ir-rc6-decoder: Support RC6-6A variable length data

2011-11-23 Thread Mauro Carvalho Chehab
Em 31-10-2011 10:39, Lawrence Rust escreveu: Hi, Thanks for the comments and feedback that you gave concerning this patch. In the light of these I have made some small changes. In particular I would like to address Mauro's comments regarding changing the size of a scancode to accommodate

Re: [Query] V4L2 Integer (?) menu control

2011-11-23 Thread Rémi Denis-Courmont
On Wed, 23 Nov 2011 23:26:22 +0100, Sylwester Nawrocki snj...@gmail.com wrote: I don't seem to find a way to implement this in current v4l2 control framework. Such functionality isn't there, or is it ? You can use the menu control type, but you will need to remap the control values so

Re: good programm for FM radio

2011-11-23 Thread Dmitri Belimov
Hi It can be DVB-T part regression. In FM radio mode as I found all URB_MSG_AUDIO is zero size no data for fill to audio buffer. With my best regards, Dmitry. Hi I think your problem and mine are related For me tm6000 has stopped working since upgrade from kernel 2.6.38 to 2.6.39, 3.*