cron job: media_tree daily build: ERRORS

2018-08-29 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 Aug 30 05:00:10 CEST 2018 media-tree git hash:3799eca51c5be3cd76047a582ac52087373b54b3 media_build gi

Re: [PATCH v3 1/2] media: dt-bindings: bind nokia,n900-ir to generic pwm-ir-tx driver

2018-08-29 Thread Mauro Carvalho Chehab
Em Fri, 13 Jul 2018 13:22:29 +0100 Sean Young escreveu: > The generic pwm-ir-tx driver should work for the Nokia n900. > > Compile tested only. It would be good to have some tests... > > Cc: Rob Herring > Cc: Ivaylo Dimitrov > Cc: Pali Rohár > Cc: Pavel Machek > Cc: Timo Kokkonen > Cc: T

Re: [PATCH v3 0/2] media: i2c: ov5640: Re-work MIPI startup sequence

2018-08-29 Thread jacopo mondi
Hello Loic, On Tue, Aug 28, 2018 at 05:08:07PM +0200, Loic Poulain wrote: > On 15 August 2018 at 12:28, Jacopo Mondi wrote: > > Hello ov5640 people, > >this driver has received a lot of attention recently, and this series > > aims > > to fix the CSI-2 interface startup on i.Mx6Q platforms. >

Re: [PATCH v2 00/23] V4L2 fwnode rework; support for default configuration

2018-08-29 Thread Sakari Ailus
Hi Steve, On Tue, Aug 28, 2018 at 05:53:51PM -0700, Steve Longerbeam wrote: > Hi Sakari, > > > On 08/27/2018 02:29 AM, Sakari Ailus wrote: > > Hello everyone, > > > > I've long thought the V4L2 fwnode framework requires some work (it's buggy > > and it does not adequately serve common needs). T

Re: Question regarding optimizing pipeline in Vimc

2018-08-29 Thread Helen Koike
On 8/22/18 3:49 AM, Hans Verkuil wrote: > On 08/22/2018 05:35 AM, Helen Koike wrote: >> Hello, >> >> One of the discussions we had when developing Vimc, was regarding >> optimizing image generation. >> The ideia was to generate the images directly in the capture instead >> of propagating through

[RFC 1/1] v4l: samsung, ov9650: Rely on V4L2-set sub-device names

2018-08-29 Thread Sakari Ailus
v4l2_i2c_subdev_init() sets the name of the sub-devices (as well as entities) to what is fairly certainly known to be unique in the system, even if there were more devices of the same kind. These drivers (m5mols, noon010pc30, ov9650, s5c73m3, s5k4ecgx, s5k6aa) set the name to the name of the drive

[PATCH 0/3] Uniformly assign sub-device names

2018-08-29 Thread Sakari Ailus
Hi all, Recently we noticed the sub-device drivers used a few different naming schemes, as well as a few more different implementations of that naming. This set adds a framework function to call to name sub-devices for cases where a sub-device driver exposes more than one sub-device. This set bri

[PATCH 2/3] smiapp: Use v4l2_i2c_subdev_set_name

2018-08-29 Thread Sakari Ailus
Use v4l2_i2c_subdev_set_name() to set the name of the smiapp driver's sub-devices. There is no functional change. Signed-off-by: Sakari Ailus --- drivers/media/i2c/smiapp/smiapp-core.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/media/i2c/smiapp/smiapp-

[PATCH 1/3] v4l: subdev: Add a function to set an I²C sub-device's name

2018-08-29 Thread Sakari Ailus
v4l2_i2c_subdev_set_name() can be used to assign a name to a sub-device. This way uniform names can be formed easily without having to resort to things such as snprintf in drivers. Signed-off-by: Sakari Ailus --- drivers/media/v4l2-core/v4l2-common.c | 18 ++ include/media/v4l2-c

[PATCH 3/3] sr030pc30: Remove redundant setting of sub-device name

2018-08-29 Thread Sakari Ailus
The sub-device name is set right after in v4l2_i2c_subdev_init(). Remove the redundant strcpy() call. Signed-off-by: Sakari Ailus --- drivers/media/i2c/sr030pc30.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/i2c/sr030pc30.c b/drivers/media/i2c/sr030pc30.c index 2a4882cddc51.

[GIT PULL FOR v4.20] RC changes

2018-08-29 Thread Sean Young
Hi Mauro, This includes a change which depends on gcc 4.6, since mainline now requires it. Also this removes the ir-rx51 for the Nokia N900, since this is covered by the generic pwm-ir-tx driver. Please pull. Thanks! Sean The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343

Profil.

2018-08-29 Thread Thomas Weber
Sehr geehrte Damen und Herren. Nachdem wir Ihre Webseite besucht und das Profil Ihrer Geschäftstätigkeit analysiert haben, wissen wir schon, wie Sie neue Kunden ab sofort gewinnen können. Wir verfügen über mehr als 100 000 Adressenangaben der potentiellen Kunden. Diese Daten wurden nach Branc

Re: [PATCH 4/5] videodev2.h: add new capabilities for buffer types

2018-08-29 Thread Tomasz Figa
On Tue, Aug 28, 2018 at 9:37 PM Hans Verkuil wrote: > > On 24/08/18 16:36, Tomasz Figa wrote: > > Hi Hans, > > > > On Fri, Aug 24, 2018 at 5:22 PM Hans Verkuil wrote: > >> > >> From: Hans Verkuil > >> > >> VIDIOC_REQBUFS and VIDIOC_CREATE_BUFFERS will return capabilities > >> telling userspace w