Re: davinci vpif_capture

2013-09-03 Thread Darryl
On 08/31/2013 06:15 AM, Prabhakar Lad wrote: On Fri, Aug 30, 2013 at 10:09 PM, Darryl wrote: I am working on an application involving the davinci using the vpif. My board file has the inputs configured to use VPIF_IF_RAW_BAYER if_type. When my application starts up, I have it enumerate the for

[PATCH] gspca: print small buffers via %*ph

2013-09-03 Thread Andy Shevchenko
Instead of passing each byte through stack let's use %*ph specifier to do this job better. Signed-off-by: Andy Shevchenko --- drivers/media/usb/gspca/sonixb.c | 5 + drivers/media/usb/gspca/xirlink_cit.c | 12 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a

Re: [PATCH 2/6] si4713 : Modified i2c driver to handle cases where interrupts are not used

2013-09-03 Thread edubez...@gmail.com
Hi Dinesh and Hans, On Mon, Sep 2, 2013 at 6:29 AM, Dinesh Ram wrote: > Hi Hans and Eduardo, > > Sorry for my radio silence. I was infact travelling and didn't have much > opportunity to check my mails. > I will go through the list of comments in the thread and try to fix / justify > them in th

Alerta final‏

2013-09-03 Thread WEBMAIL
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 v11 0/8] PHY framework

2013-09-03 Thread Kishon Vijay Abraham I
Hi Greg, On Wednesday 28 August 2013 12:50 AM, Felipe Balbi wrote: > Hi, > > On Mon, Aug 26, 2013 at 01:44:49PM +0530, Kishon Vijay Abraham I wrote: >> On Wednesday 21 August 2013 11:16 AM, Kishon Vijay Abraham I wrote: >>> Added a generic PHY framework that provides a set of APIs for the PHY >>

Re: [PATCH v11 0/8] PHY framework

2013-09-03 Thread Greg KH
On Tue, Sep 03, 2013 at 08:55:23PM +0530, Kishon Vijay Abraham I wrote: > Hi Greg, > > On Wednesday 28 August 2013 12:50 AM, Felipe Balbi wrote: > > Hi, > > > > On Mon, Aug 26, 2013 at 01:44:49PM +0530, Kishon Vijay Abraham I wrote: > >> On Wednesday 21 August 2013 11:16 AM, Kishon Vijay Abraham

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

2013-09-03 Thread Laurent Pinchart
Hi Lars-Peter, (CC'ing Hans Verkuil and the dri-devel and linux-media mailing lists) On Monday 02 September 2013 17:09:11 Lars-Peter Clausen wrote: > On 09/02/2013 05:01 PM, Laurent Pinchart wrote: > > On Monday 02 September 2013 16:43:25 Lars-Peter Clausen wrote: > >> On 09/02/2013 04:15 PM, Lau

Re: [PATCH v1.1 3/5] media: Pads that are not connected by even a disabled link are fine

2013-09-03 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Saturday 31 August 2013 19:28:06 Sakari Ailus wrote: > Do not require a connected link to a pad if a pad has no links connected to > it. > > Signed-off-by: Sakari Ailus > --- > Hi Laurent, > > This goes on top of patch 2/4. I can combine the two in the en

Re: [PATCH v1 01/19] uvcvideo: Add UVC query tracing.

2013-09-03 Thread Laurent Pinchart
Hi Pawel, Thank you so much for the patch (set) ! I'll probably need a couple of days to review it all, let's start. On Friday 30 August 2013 11:17:00 Pawel Osciak wrote: > Add a new trace argument enabling UVC query details and contents logging. > > Signed-off-by: Pawel Osciak > --- > driver

Re: [PATCH v1 02/19] uvcvideo: Return 0 when setting probe control succeeds.

2013-09-03 Thread Laurent Pinchart
Hi Pawel, Thank you for the patch. On Friday 30 August 2013 11:17:01 Pawel Osciak wrote: > Return 0 instead of returning size of the probe control on successful set. This looks good, but could you update the commit message to explain why ? > Signed-off-by: Pawel Osciak > --- > drivers/media/u

Re: [PATCH v1 04/19] uvcvideo: Create separate debugfs entries for each streaming interface.

2013-09-03 Thread Laurent Pinchart
Hi Pawel, Thank you for the patch. On Friday 30 August 2013 11:17:03 Pawel Osciak wrote: > Add interface number to debugfs entry name to be able to create separate > entries for each streaming interface for devices exposing more than one, > instead of failing to create more than one. > > Signed-

Re: [PATCH v1 07/19] uvcvideo: Unify error reporting during format descriptor parsing.

2013-09-03 Thread Laurent Pinchart
Hi Pawel, Thank you for the patch. On Friday 30 August 2013 11:17:06 Pawel Osciak wrote: > Add common error handling paths for format parsing failures. > > Signed-off-by: Pawel Osciak > --- > drivers/media/usb/uvc/uvc_driver.c | 35 ++- > 1 file changed, 14 inser

Re: [PATCH v1 05/19] uvcvideo: Add support for UVC1.5 P&C control.

2013-09-03 Thread Laurent Pinchart
Hi Pawel, Thank you for the patch. On Friday 30 August 2013 11:17:04 Pawel Osciak wrote: > Add support for UVC 1.5 Probe & Commit control. > > Signed-off-by: Pawel Osciak > --- > drivers/media/usb/uvc/uvc_video.c | 52 +--- > include/uapi/linux/usb/video.h|

Re: [PATCH v1.1 3/5] media: Pads that are not connected by even a disabled link are fine

2013-09-03 Thread Sakari Ailus
Hi Laurent, Thanks for the comments!! On Tue, Sep 03, 2013 at 08:07:43PM +0200, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Saturday 31 August 2013 19:28:06 Sakari Ailus wrote: > > Do not require a connected link to a pad if a pad has no links connected to > > it. >

[RFC v1.2 2/4] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag

2013-09-03 Thread Sakari Ailus
Do not allow streaming if a pad with MEDIA_PAD_FL_MUST_CONNECT flag is connected by links that are all inactive. This patch makes it possible to avoid drivers having to check for the most common case of link state validation: a sink pad that must be connected. Signed-off-by: Sakari Ailus --- dr

Re: davinci vpif_capture

2013-09-03 Thread Prabhakar Lad
Hi, On Tue, Sep 3, 2013 at 5:01 PM, Darryl wrote: > On 08/31/2013 06:15 AM, Prabhakar Lad wrote: >> >> On Fri, Aug 30, 2013 at 10:09 PM, Darryl wrote: >>> >>> I am working on an application involving the davinci using the vpif. My >>> board file has the inputs configured to use VPIF_IF_RAW_BAYE

cron job: media_tree daily build: WARNINGS

2013-09-03 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 Sep 4 04:00:30 CEST 2013 git branch: test git hash: f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16 gcc versi

[PATCH] dma-buf: Expose buffer size to userspace (v2)

2013-09-03 Thread Christopher James Halse Rogers
Each dma-buf has an associated size and it's reasonable for userspace to want to know what it is. Since userspace already has an fd, expose the size using the size = lseek(fd, SEEK_END, 0); lseek(fd, SEEK_CUR, 0); idiom. v2: Added Daniel's sugeested documentation, with minor fixups Signed-off-by