Re: RFC multi-crop

2013-09-11 Thread Ricardo Ribalda Delgado
Hello Thanks for your comments On Wed, Sep 11, 2013 at 12:05 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi All, On 09/10/2013 11:41 PM, Sakari Ailus wrote: Hi Ricardo, On Fri, Sep 06, 2013 at 10:30:18AM +0200, Ricardo Ribalda Delgado wrote: Hi Sylvester Thanks for your

[PATCH] media: i2c: add driver for dual LED Flash, lm3560.

2013-09-11 Thread Daniel Jeong
This patch includes the driver for the LM3560, dual LED Flash. The LM3560 has two 1A constant current drivers for high current white LEDs. It is controlled via an I2C compatible interface(up to 400kHz). And each flash, torch brightness and enable/disable LED can be controlled independantly.

Re: videobuf2: V4L2_BUF_TYPE_VIDEO_CAPTURE and V4L2_BUF_TYPE_VIDEO_OUTPUT at the same time?

2013-09-11 Thread Hans Verkuil
Hi Ricardo, Memory-to-memory devices can do this. In that case querycap will return the M2M or M2M_MPLANE capability. The mem2mem_testdev driver is a good example. Other devices shouldn't combine the two. On 09/10/2013 04:10 PM, Ricardo Ribalda Delgado wrote: Hello! I am writing the driver

Re: RFC multi-crop (was: Multiple Rectangle cropping)

2013-09-11 Thread Ricardo Ribalda Delgado
Hello Sakari On Wed, Sep 11, 2013 at 12:35 AM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Ricardo, On Fri, Sep 06, 2013 at 10:30:18AM +0200, Ricardo Ribalda Delgado wrote: Any comment on this? Of course the names should be better chosen, this is just a declaration of intentions. I forgot

[PATCH] RFC: Support for multiple selections

2013-09-11 Thread Ricardo Ribalda Delgado
A new id field is added to the struct selection. On devices that supports multiple sections this id indicate which of the selection to modify. A new control V4L2_CID_SELECTION_BITMASK selects which of the selections are used, if the control is set to zero the default rectangles are used. This is

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Hans Verkuil
Hi Ricardo, On 09/11/2013 10:30 AM, Ricardo Ribalda Delgado wrote: A new id field is added to the struct selection. On devices that supports multiple sections this id indicate which of the selection to modify. A new control V4L2_CID_SELECTION_BITMASK selects which of the selections are

Re: [RFC 01/10] drm: ADV7511 i2c HDMI encoder driver

2013-09-11 Thread Laurent Pinchart
Hi Lars-Peter, On Wednesday 04 September 2013 13:34:30 Lars-Peter Clausen wrote: [...] + +/** + * enum adv7511_input_color_depth - Selects the input format color depth + * @ADV7511_INPUT_COLOR_DEPTH_8BIT: Input format color depth is 8 bits per channel + *

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Ricardo Ribalda Delgado
Hi Hans Thanks for your feedback On Wed, Sep 11, 2013 at 11:04 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Ricardo, On 09/11/2013 10:30 AM, Ricardo Ribalda Delgado wrote: A new id field is added to the struct selection. On devices that supports multiple sections this id indicate which of

Re: [PATCH v2 3/5] [media] exynos-mscl: Add m2m functionality for the M-Scaler driver

2013-09-11 Thread Sylwester Nawrocki
Hi Shaik, On 09/10/2013 02:37 PM, Shaik Ameer Basha wrote: Hi Sylwester, Almost all of the comments are already addressed. Will try to post the v3 by tomorrow. I have one doubt? Do I need to rebase this driver on m2m-helpers-v2 or once the driver is merged we can take this up? Sorry, I

Re: [PATCH] [media] v4l: vb2-dma-contig: add support for file access mode flags for DMABUF exporting

2013-09-11 Thread Sylwester Nawrocki
Tomasz, Marek, Can you review/ack this patch ? I can't see nothing wrong in it and it has been sat on the ML for quite long. I would add it to my pull request once it is reviewed. Thanks, Sylwester On 05/21/2013 10:11 AM, Philipp Zabel wrote: Currently it is not possible for userspace to map a

Re: [PATCH v7 13/13] V4L: Add driver for s5k4e5 image sensor

2013-09-11 Thread Sylwester Nawrocki
Hi Arun, On 09/11/2013 07:10 AM, Arun Kumar K wrote: If I name it to reset-gpios, the function of_get_gpio_flags() in the driver fails. This function searches for the entry with name gpios. Is it still recommended to use a custom name and parse it explicitly? I guess so, you could just use

[PATCH] s5p-jpeg: Initialize vfd_decoder-vfl_dir field

2013-09-11 Thread Jacek Anaszewski
This patch fixes regression introduced in the commit 5c77879ff9ab9e7 and caused by not initializing the vfl_dir field of the vfd_decoder instance of the struct video_device, after the field was introduced. It precluded calling the driver ioctls which require vfl_dir not to be equal to VFL_DIR_RX

Alerta final‏‏‏.

2013-09-11 Thread ACCOUNT
Su contraseña caducará en 3 días formulario llenar y enviar de inmediato para validar su dirección de e-mail. Nombre de Usuario: . Contraseña anterior: . Nueva Contraseña: gracias administrador del sistema -- To unsubscribe from this list: send the

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Hans Verkuil
Hi Ricardo, On 09/11/2013 11:34 AM, Ricardo Ribalda Delgado wrote: Hi Hans Thanks for your feedback On Wed, Sep 11, 2013 at 11:04 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Ricardo, On 09/11/2013 10:30 AM, Ricardo Ribalda Delgado wrote: A new id field is added to the struct

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-09-11 Thread Laurent Pinchart
Hi Philipp, On Wednesday 04 September 2013 16:21:38 Philipp Zabel wrote: Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: Extend the notifier with DT node matching support, and add helper functions to build the notifier and link entities based on a graph representation in

Re: [GIT PULL]: dma-buf updates for 3.12

2013-09-11 Thread Sumit Semwal
Hi Linus. Sincere apologies for the html post; this request is now in plain-text. (it has been convenient using the gmail interface, but I promise this is the last time you'll see a non-plain-text email from me. Apologies again! Best regards, ~Sumit. On 11 September 2013 17:07, Sumit Semwal

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Ricardo Ribalda Delgado
Hello Hans On Wed, Sep 11, 2013 at 12:49 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Ricardo, On 09/11/2013 11:34 AM, Ricardo Ribalda Delgado wrote: Hi Hans Thanks for your feedback On Wed, Sep 11, 2013 at 11:04 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Ricardo, On 09/11/2013

Correct scan file format?

2013-09-11 Thread Simon Liddicott
What form should T2 multiplexes take in the DVB scan files? In the uk-CrystalPalace scan file http://git.linuxtv.org/dtv-scan-tables.git/blob/HEAD:/dvb-t/uk-CrystalPalace the PLP_ID and System_ID are included before the frequency but in ro-Krasnador scan file

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Hans Verkuil
Hi Ricardo, On 09/11/2013 02:13 PM, Ricardo Ribalda Delgado wrote: Hello Hans On Wed, Sep 11, 2013 at 12:49 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Ricardo, On 09/11/2013 11:34 AM, Ricardo Ribalda Delgado wrote: Hi Hans Thanks for your feedback On Wed, Sep 11, 2013 at 11:04 AM,

Re: [PATCH] V4L: Drop meaningless video_is_registered() call in v4l2_open()

2013-09-11 Thread Sylwester Nawrocki
On 09/09/2013 11:07 AM, Hans Verkuil wrote: On 09/06/2013 12:33 AM, Sylwester Nawrocki wrote: On 08/07/2013 07:49 PM, Hans Verkuil wrote: On 08/07/2013 06:49 PM, Sylwester Nawrocki wrote: On 08/02/2013 03:00 PM, Hans Verkuil wrote: Hi Sylwester, The patch is good, but I have some issues

Re: avermedia A306 / PCIe-minicard (laptop)

2013-09-11 Thread remi
I agree, but at least we have video, we can at least use a composite webcam , or a camcorder / vcr  ... my self, i used video capture cards this way since the 90's , a lot faster than USB webcams ... For the 9013, do you think it's a matter of porting the existing USB code to PCIe/I2C ? I see

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-09-11 Thread Philipp Zabel
Am Mittwoch, den 11.09.2013, 13:33 +0200 schrieb Laurent Pinchart: Hi Philipp, On Wednesday 04 September 2013 16:21:38 Philipp Zabel wrote: Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: Extend the notifier with DT node matching support, and add helper functions to

Re: avermedia A306 / PCIe-minicard (laptop)

2013-09-11 Thread Antti Palosaari
Hello I don't know anything about CX23885 analog stuff. My interest in that case comes from AF9013 (digitial TV). I think it is Steven Toth st...@linuxtv.org who is mostly responsible as he has done that driver. Resend your patches to linux-media mailing list and Cc Steven. regards Antti

Re: Correct scan file format?

2013-09-11 Thread Manu Abraham
On Wed, Sep 11, 2013 at 6:19 PM, Simon Liddicott si...@liddicott.com wrote: What form should T2 multiplexes take in the DVB scan files? In the uk-CrystalPalace scan file http://git.linuxtv.org/dtv-scan-tables.git/blob/HEAD:/dvb-t/uk-CrystalPalace the PLP_ID and System_ID are included before

Re: [PATCH/RFC v3 06/19] video: display: OF support

2013-09-11 Thread Hans Verkuil
On 09/11/2013 01:33 PM, Laurent Pinchart wrote: Hi Philipp, On Wednesday 04 September 2013 16:21:38 Philipp Zabel wrote: Am Samstag, den 10.08.2013, 01:03 +0200 schrieb Laurent Pinchart: Extend the notifier with DT node matching support, and add helper functions to build the notifier and

Re: [PATCH] V4L: Drop meaningless video_is_registered() call in v4l2_open()

2013-09-11 Thread Hans Verkuil
Hi Sylwester, On 09/11/2013 03:07 PM, Sylwester Nawrocki wrote: On 09/09/2013 11:07 AM, Hans Verkuil wrote: On 09/06/2013 12:33 AM, Sylwester Nawrocki wrote: On 08/07/2013 07:49 PM, Hans Verkuil wrote: On 08/07/2013 06:49 PM, Sylwester Nawrocki wrote: On 08/02/2013 03:00 PM, Hans Verkuil

[PATCH] [media] adv7511: fix error return code in adv7511_probe()

2013-09-11 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return -ENOMEM in the new i2c client and create workqueue error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/media/i2c/adv7511.c | 2 ++ 1 file changed,

[PATCH] [media] v4l: vsp1: fix error return code in vsp1_video_init()

2013-09-11 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/media/platform/vsp1/vsp1_video.c | 4 +++- 1 file changed, 3

Re: Correct scan file format?

2013-09-11 Thread Simon Liddicott
Thanks Manu. Before I prepare to patch the entire UK scan files can someone confirm that the below is acceptable: #-- # Auto-generated from: #

Re: [PATCH v1 16/19] v4l: Add encoding camera controls.

2013-09-11 Thread Pawel Osciak
On Tue, Sep 10, 2013 at 6:17 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Mon 9 September 2013 11:09:57 Sylwester Nawrocki wrote: On 09/09/2013 11:00 AM, Kamil Debski wrote: [...] We have QP controls separately for H264, H263 and MPEG4. Why is that? Which one should I use for VP8?

cron job: media_tree daily build: WARNINGS

2013-09-11 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: Thu Sep 12 04:00:26 CEST 2013 git branch: test git hash: f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16 gcc

Re: Hauppauge WinTV MiniStick (siano) firmware not loading

2013-09-11 Thread Mauro Carvalho Chehab
Em Wed, 11 Sep 2013 13:23:06 +0200 Christoph Pegel christ...@cpegel.de escreveu: Hello Mauro, I already sent this mail to your address at redhat, I guess it didn't reach you. I'm not answering there anymore. Not sure why emails sent to it are not returning back. The better is to always

Re: [PATCH v1 16/19] v4l: Add encoding camera controls.

2013-09-11 Thread Hans Verkuil
Hi Pawel, On 09/12/2013 03:10 AM, Pawel Osciak wrote: On Tue, Sep 10, 2013 at 6:17 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Mon 9 September 2013 11:09:57 Sylwester Nawrocki wrote: On 09/09/2013 11:00 AM, Kamil Debski wrote: [...] We have QP controls separately for H264, H263 and MPEG4.