[GIT PULL]: minor dma-buf updates for 4.7

2016-05-31 Thread Sumit Semwal
Hi Linus, A tiny pull request with mostly cosmetic changes in dma-buf for 4.7; may I request you to please pull? The following changes since commit 852f42a69b93dc71507adedeed876d57b8c2c2fa: Merge branch 'uuid' (lib/uuid fixes from Andy) (2016-05-30 15:27:07 -0700) are available in the git re

cron job: media_tree daily build: ERRORS

2016-05-31 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 Jun 1 04:00:24 CEST 2016 git branch: test git hash: de42e7655d504ceeda53e009b8860ba4bd007ab5 gcc versi

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

2016-05-31 Thread Pavel Machek
On Wed 2016-06-01 00:22:22, Sakari Ailus wrote: > Hi Pavel, > > On Fri, May 27, 2016 at 10:51:40PM +0200, Pavel Machek wrote: > > > > This adds support for AD5820 autofocus coil, found for example in > > Nokia N900 smartphone. > > > > Signed-off-by: Pavel Machek > > The patch looks good to me

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

2016-05-31 Thread Sakari Ailus
Hi Pavel, On Fri, May 27, 2016 at 10:51:40PM +0200, Pavel Machek wrote: > > This adds support for AD5820 autofocus coil, found for example in > Nokia N900 smartphone. > > Signed-off-by: Pavel Machek The patch looks good to me but then I came to think of a question I've missed so far: is there

Re: multi-sensor media controller

2016-05-31 Thread Jeremy Gebben
Guennadi, On 5/29/16 8:43 AM, Guennadi Liakhovetski wrote: Hi Jeremy, On Fri, 27 May 2016, Jeremy Gebben wrote: Hi, Can someone give me a quick sanity check on a media controller set up? We have have devices (well, phones) that can have 2 or more sensors and 2 or more 'front end' ISPs. Th

[PATCH v2 3/3] sur40: fix occasional oopses on device close

2016-05-31 Thread Florian Echtler
Closing the V4L2 device sometimes triggers a kernel oops. Present patch fixes this. Signed-off-by: Martin Kaltenbrunner Signed-off-by: Florian Echtler --- drivers/input/touchscreen/sur40.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/sur40.c b

[PATCH v2 1/3] sur40: properly report a single frame rate of 60 FPS

2016-05-31 Thread Florian Echtler
The device hardware is always running at 60 FPS, so report this both via PARM_IOCTL and ENUM_FRAMEINTERVALS. Signed-off-by: Martin Kaltenbrunner Signed-off-by: Florian Echtler --- drivers/input/touchscreen/sur40.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff

[PATCH v2 2/3] sur40: lower poll interval to fix occasional FPS drops to ~56 FPS

2016-05-31 Thread Florian Echtler
The framerate sometimes drops below 60 Hz if the poll interval is too high. Lowering it to the minimum of 1 ms fixes this. Signed-off-by: Martin Kaltenbrunner Signed-off-by: Florian Echtler --- drivers/input/touchscreen/sur40.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[PATCH 1/2] [media] DocBook: add dmabuf as streaming I/O in VIDIOC_REQBUFS description

2016-05-31 Thread Javier Martinez Canillas
Commit 4b9c1cb641c46 ("[media] Documentation: media: description of DMABUF importing in V4L2") documented the V4L2 dma-buf importing support but did not update the VIDIOC_REQBUFS description, so only the Memory Mapping and User Pointer I/O methods are mentioned. Signed-off-by: Javier Martinez Cani

[PATCH 2/2] [media] DocBook: mention the memory type to be set for all streaming I/O

2016-05-31 Thread Javier Martinez Canillas
The DMA buffer importing streaming I/O section mentions the memory type value that has to be set when calling the VIDIOC_REQBUFS ioctl but this isn't mentioned in neither the Memory Mapping nor User Pointer sections. A user can know the values by looking at the examples but it's better to explicit

[GIT PULL FOR v4.8 v3] Add HDMI CEC framework

2016-05-31 Thread Hans Verkuil
Hi Mauro, Here is the pull request for the HDMI CEC framework. The code of this pull request is identical to the v16 patch series: http://www.mail-archive.com/linux-media@vger.kernel.org/msg97057.html plus these fixes: https://patchwork.linuxtv.org/patch/34262/ https://patchwork.linuxtv.org/pat

[PATCH v4] [media] vimc: Virtual Media Controller core, capture and sensor

2016-05-31 Thread Helen Koike
From: Helen Fornazier First version of the Virtual Media Controller. Add a simple version of the core of the driver, the capture and sensor nodes in the topology, generating a grey image in a hardcoded format. Signed-off-by: Helen Fornazier --- Changes since v3: fix rmmod crash and built-in co

[PATCH 1/2] MAINTAINERS: add entry for the Sync File Framework

2016-05-31 Thread Gustavo Padovan
From: Gustavo Padovan Add Gustavo as maintainer for the Sync File Framework. Sumit is co-maintainer as he maintains drivers/dma-buf/. It also uses Sumit's tree as base. Signed-off-by: Gustavo Padovan Acked-by: Sumit Semwal Acked-by: Maarten Lankhorst --- MAINTAINERS | 11 +++ 1 file

[PATCH 2/2] dma-buf/sync_file: improve Kconfig description for Sync Files

2016-05-31 Thread Gustavo Padovan
From: Gustavo Padovan We've got a complaint saying that the description was quite obtuse and indeed it was. This patch tries to improve it. Cc: Dave Jones Signed-off-by: Gustavo Padovan --- drivers/dma-buf/Kconfig | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --

[PATCH] cec: fix comment and inverted condition

2016-05-31 Thread Hans Verkuil
The inverted condition caused received events to be replied to with Feature Abort, even though they were the reply to an earlier transmit that the caller was waiting for and so they would be processed and Feature Abort was inappropriate. Signed-off-by: Hans Verkuil --- This patch sits on top of

Re: [PATCH 0/4] RCar r8a7795 FCPF support

2016-05-31 Thread Geert Uytterhoeven
Hi Kieran, On Fri, May 27, 2016 at 7:19 PM, Kieran Bingham wrote: > An RCar FCP driver is available with support for the FCPV module for VSP. > This series updates that driver to support the FCPF and then provide the > relevant nodes in the r8a7795 device tree. > > Checkpatch generates a warning

Re: [PATCH v3 0/2] [media] atmel-isc: add driver for Atmel ISC

2016-05-31 Thread Geert Uytterhoeven
Hi Songjun, On Tue, May 31, 2016 at 8:58 AM, Songjun Wu wrote: > The Image Sensor Controller driver includes two parts. > 1) Driver code to implement the ISC function. > 2) Device tree binding documentation, it describes how >to add the ISC in device tree. Please reduce the CC list. Not ever

[PATCH v3 0/2] [media] atmel-isc: add driver for Atmel ISC

2016-05-31 Thread Songjun Wu
The Image Sensor Controller driver includes two parts. 1) Driver code to implement the ISC function. 2) Device tree binding documentation, it describes how to add the ISC in device tree. Changes in v3: - Add pm runtime feature. - Modify the isc clock code since the dt is changed. - Remove the '

[PATCH v3 1/2] [media] atmel-isc: add the Image Sensor Controller code

2016-05-31 Thread Songjun Wu
Add driver for the Image Sensor Controller. It manages incoming data from a parallel based CMOS/CCD sensor. It has an internal image processor, also integrates a triple channel direct memory access controller master interface. Signed-off-by: Songjun Wu --- Changes in v3: - Add pm runtime feature