cron job: media_tree daily build: WARNINGS

2017-01-26 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: Fri Jan 27 05:00:21 CET 2017 media-tree git hash:40eca140c404505c09773d1c6685d818cb55ab1a media_build git

[PATCHv5 0/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 support

2017-01-26 Thread Niklas Söderlund
Hi, This is the latest incarnation of R-Car MIPI CSI-2 receiver driver. It's based on top of v4.10-rc1 and are tested on Renesas Salvator-X together with the out of tree patches for rcar-vin to add support for Gen3 VIN and a prototype driver for ADV7482. If anyone is interested to test video g

[PATCHv5 2/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver

2017-01-26 Thread Niklas Söderlund
A V4L2 driver for Renesas R-Car MIPI CSI-2 receiver. The driver supports the rcar-vin driver on R-Car Gen3 SoCs where separate CSI-2 hardware blocks are connected between the video sources and the video grabbers (VIN). Driver is based on a prototype by Koji Matsuoka in the Renesas BSP. Signed-off

[PATCHv5 1/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver documentation

2017-01-26 Thread Niklas Söderlund
Documentation for Renesas R-Car MIPI CSI-2 receiver. The CSI-2 receivers are located between the video sources (CSI-2 transmitters) and the video grabbers (VIN) on Gen3 of Renesas R-Car SoC. Each CSI-2 device is connected to more then one VIN device which simultaneously can receive video from the

Re: [PATCH] v4l: of: check for unique lanes in data-lanes and clock-lanes

2017-01-26 Thread Geert Uytterhoeven
Hi Niklas, On Thu, Jan 26, 2017 at 2:12 PM, Niklas Söderlund wrote: > diff --git a/drivers/media/v4l2-core/v4l2-of.c > b/drivers/media/v4l2-core/v4l2-of.c > index 93b33681776c..1042db6bb996 100644 > --- a/drivers/media/v4l2-core/v4l2-of.c > +++ b/drivers/media/v4l2-core/v4l2-of.c > @@ -32,12 +32

[PATCH] v4l: of: check for unique lanes in data-lanes and clock-lanes

2017-01-26 Thread Niklas Söderlund
All lines in data-lanes and clock-lanes properties must be unique. Instead of drivers checking for this add it to the generic parser. Signed-off-by: Niklas Söderlund --- drivers/media/v4l2-core/v4l2-of.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/drive

[RFCv3 PATCH 1/1] hdpvr: fix interrupted recording

2017-01-26 Thread Jonathan Sims
This is a reworking of a patch originally submitted by Ryley Angus, modified by Hans Verkuil and then seemingly forgotten before changes suggested by Keith Pyle here: http://www.mail-archive.com/linux-media@vger.kernel.org/msg75163.html were made and tested. I have implemented the suggested ch

Metadata node IRC discussion on 19.01.2017

2017-01-26 Thread Guennadi Liakhovetski
Hi all, A discussion of per-frame metadata took place on 19.01 on IRC. Participants: everybody in CC and myself. An earlier email on this mailing list https://www.mail-archive.com/linux-media@vger.kernel.org/msg107013.html served as a basis. The current state of the patches is: [v2.2,1/4] v4l

Re: [RFC v3 00/21] Make use of kref in media device, grab references as needed

2017-01-26 Thread Mauro Carvalho Chehab
Em Wed, 25 Jan 2017 13:02:31 +0200 Sakari Ailus escreveu: > Hi Mauro, > > On Tue, Jan 24, 2017 at 08:49:02AM -0200, Mauro Carvalho Chehab wrote: > > Hi Sakari, > > > > Just returned this week from vacations. I'm reading my long e-mail backlog, > > starting from my main inbox... > > > > Em Mon,