cron job: media_tree daily build: OK

2016-05-17 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 May 18 04:00:29 CEST 2016 git branch: test git hash: d1532d5575696965a52b19553dd7dacf75f3fec5 gcc

Re: [PATCH v7 1/3] create SMAF module

2016-05-17 Thread Emil Velikov
On 17 May 2016 at 22:29, Daniel Vetter wrote: > Please don't use __kernel_size_t, it's only for backwards compat if you > already botched an ioctl definition ;-) > That explains why I've not seen it in (m)any other UAPI headers but our legacy ones. Thank you ! Emil -- To

Re: [PATCH v7 1/3] create SMAF module

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 08:04:59PM +0100, Emil Velikov wrote: > On 17 May 2016 at 14:50, Benjamin Gaignard > wrote: > > Hello Emil, > > > > thanks for your review. > > I have understand most of your remarks and I'm fixing them > > but some points aren't obvious for

Re: [PATCH v7 1/3] create SMAF module

2016-05-17 Thread Emil Velikov
On 17 May 2016 at 14:50, Benjamin Gaignard wrote: > Hello Emil, > > thanks for your review. > I have understand most of your remarks and I'm fixing them > but some points aren't obvious for me... > Sure thing. Thanks for being honest. > > No because a device could

Re: [PATCH] support for AD5820 camera auto-focus coil

2016-05-17 Thread Marcus Folkesson
Hi Pavel, On Tue, May 17, 2016 at 08:19:27PM +0200, Pavel Machek wrote: > +static int ad5820_set_ctrl(struct v4l2_ctrl *ctrl) > +{ > + struct ad5820_device *coil = > + container_of(ctrl->handler, struct ad5820_device, ctrls); > + u32 code; > + int r = 0; > + > + switch

[PATCH] support for AD5820 camera auto-focus coil

2016-05-17 Thread Pavel Machek
This adds support for AD5820 autofocus coil, found for example in Nokia N900 smartphone. Signed-off-by: Pavel Machek diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 993dc50..77313a1 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@

Re: [PATCH v7 1/3] create SMAF module

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 03:50:41PM +0200, Benjamin Gaignard wrote: > 2016-05-17 0:58 GMT+02:00 Emil Velikov : > > On 9 May 2016 at 16:07, Benjamin Gaignard > > wrote: > >> + * @fd:returned file descriptor > >> + */ > >>

Re: [PATCH 0/7] fix typo

2016-05-17 Thread Kalle Valo
Julia Lawall writes: > On Tue, 17 May 2016, Kalle Valo wrote: > >> Julia Lawall writes: >> >> > firmare -> firmware >> > >> > --- >> > >> > drivers/media/dvb-frontends/mn88473.c |2 +- >> > drivers/net/wireless/ath/ath6kl/core.h |2

Re: [PATCH v7 3/3] SMAF: add fake secure module

2016-05-17 Thread Benjamin Gaignard
2016-05-17 1:10 GMT+02:00 Emil Velikov : > Hi Benjamin, > > On 9 May 2016 at 16:07, Benjamin Gaignard > wrote: >> This module is allow testing secure calls of SMAF. >> > "Add fake secure module" does sound like something not (m)any people >

Re: [Q] Asynchronous controls vs. events

2016-05-17 Thread Sakari Ailus
Hi Guennadi, On Tue, May 17, 2016 at 04:51:07PM +0200, Guennadi Liakhovetski wrote: > Hi, > > I need to add asynchronous control support to the UVC driver. Some UVC > cameras support some controls in asynchronous mode. For those controls a > USB status is returned to the host, but the control

Re: [PATCH 0/7] fix typo

2016-05-17 Thread Julia Lawall
On Tue, 17 May 2016, Kalle Valo wrote: > Julia Lawall writes: > > > firmare -> firmware > > > > --- > > > > drivers/media/dvb-frontends/mn88473.c |2 +- > > drivers/net/wireless/ath/ath6kl/core.h |2 +- > > drivers/net/wireless/marvell/mwifiex/pcie.c |

Re: [PATCH 0/7] fix typo

2016-05-17 Thread Kalle Valo
Julia Lawall writes: > firmare -> firmware > > --- > > drivers/media/dvb-frontends/mn88473.c |2 +- > drivers/net/wireless/ath/ath6kl/core.h |2 +- > drivers/net/wireless/marvell/mwifiex/pcie.c |2 +- It would be good to know in advance what tree you

[PATCH 3/7] [media] mn88472: fix typo

2016-05-17 Thread Julia Lawall
firmare -> firmware Signed-off-by: Julia Lawall --- drivers/staging/media/mn88472/mn88472.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/mn88472/mn88472.c b/drivers/staging/media/mn88472/mn88472.c index 7ea749c..5cfa22a

Re: [PATCH] media: Add a driver for the ov5645 camera sensor.

2016-05-17 Thread Todor Tomov
Hi Stan, Thanks for the review. My comments are inline: On 05/15/2016 12:53 PM, Stanimir Varbanov wrote: > Hi Todor, > > On 05/12/2016 05:59 PM, Todor Tomov wrote: >> The ov5645 sensor from Omnivision supports up to 2592x1944 >> and CSI2 interface. >> >> The driver adds support for the

[PATCH 0/7] fix typo

2016-05-17 Thread Julia Lawall
firmare -> firmware --- drivers/media/dvb-frontends/mn88473.c |2 +- drivers/net/wireless/ath/ath6kl/core.h |2 +- drivers/net/wireless/marvell/mwifiex/pcie.c |2 +- drivers/scsi/pm8001/pm8001_init.c |2 +- drivers/scsi/snic/snic_fwint.h |2

[PATCH 2/7] [media] mn88473: fix typo

2016-05-17 Thread Julia Lawall
firmare -> firmware Signed-off-by: Julia Lawall --- drivers/media/dvb-frontends/mn88473.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/mn88473.c b/drivers/media/dvb-frontends/mn88473.c index 6c5d5921..8f7b68f 100644

Re: [PATCH v7 2/3] SMAF: add CMA allocator

2016-05-17 Thread Benjamin Gaignard
Hi Emil, 2016-05-17 1:05 GMT+02:00 Emil Velikov : > Hi Benjamin, > > On 9 May 2016 at 16:07, Benjamin Gaignard > wrote: >> SMAF CMA allocator implement helpers functions to allow SMAF >> to allocate contiguous memory. >> >> match() each if

[PATCH v2.2 3/5] media: Refactor copying IOCTL arguments from and to user space

2016-05-17 Thread Sakari Ailus
Refactor copying the IOCTL argument structs from the user space and back, in order to reduce code copied around and make the implementation more robust. As a result, the copying is done while not holding the graph mutex. Signed-off-by: Sakari Ailus --- since v2.1:

[Q] Asynchronous controls vs. events

2016-05-17 Thread Guennadi Liakhovetski
Hi, I need to add asynchronous control support to the UVC driver. Some UVC cameras support some controls in asynchronous mode. For those controls a USB status is returned to the host, but the control will only be completed, when an Interrupt packet is sent by the device. I can see two ways to

Re: [PATCH v7 1/3] create SMAF module

2016-05-17 Thread Benjamin Gaignard
Hello Emil, thanks for your review. I have understand most of your remarks and I'm fixing them but some points aren't obvious for me... 2016-05-17 0:58 GMT+02:00 Emil Velikov : > Hi Benjamin, > > I'd suspect you're interested in some feedback on these, so here is a few

Re: [PATCH/RFC v2 0/4] Meta-data video device type

2016-05-17 Thread Sakari Ailus
Hi Laurent, On Mon, May 16, 2016 at 12:21:17PM +0300, Laurent Pinchart wrote: > Hi Hans, > > On Friday 13 May 2016 11:26:22 Hans Verkuil wrote: > > On 05/12/2016 02:17 AM, Laurent Pinchart wrote: > > > Hello, > > > > > > This RFC patch series is a second attempt at adding support for passing >

Re: [PATCH 4/4] Support setting control from values stored in a file

2016-05-17 Thread Sakari Ailus
Hi Laurent, Thanks for the set! On Mon, May 16, 2016 at 01:02:12PM +0300, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- > yavta.c | 24 > 1 file changed, 24 insertions(+) > > diff --git a/yavta.c b/yavta.c > index

Re: [RFC 00/22] Media request API

2016-05-17 Thread Sakari Ailus
On Fri, May 06, 2016 at 01:53:09PM +0300, Sakari Ailus wrote: > Hello all, > > Here's a set of patches to implement support for the request API that has > been discussed many, many times over the past few years. Some of the > patches are my own while some have been written by Laurent and Hans.

Re: [PATCH v4] media: vb2-dma-contig: configure DMA max segment size properly

2016-05-17 Thread Marek Szyprowski
Dear Mauro, On 2016-05-09 12:09, Mauro Carvalho Chehab wrote: Em Mon, 09 May 2016 08:13:06 +0200 Marek Szyprowski escreveu: Hi Mauro On 2016-05-06 20:52, Mauro Carvalho Chehab wrote: Em Wed, 04 May 2016 11:00:03 +0200 Marek Szyprowski