Re: [PATCH 20/22] [media] tvp5150: Add input port connectors DT bindings

2018-08-03 Thread Marco Felsch
Hi Rob, first of all, thanks for the review. After some discussion with the media guys I have a question about the dt-bindings. On 18-07-03 17:23, Rob Herring wrote: > On Thu, Jun 28, 2018 at 06:20:52PM +0200, Marco Felsch wrote: > > The TVP5150/1 decoders support different video input sources

Re: [bug report] media: i2c: Add driver for Aptina MT9V111

2018-08-03 Thread jacopo mondi
Hi Dan, thanks for noticing this, On Tue, Jul 31, 2018 at 09:35:54PM +0300, Dan Carpenter wrote: > Hello Jacopo Mondi, > > The patch aab7ed1c3927: "media: i2c: Add driver for Aptina MT9V111" > from Jul 25, 2018, leads to the following static checker warning: > >

Re: [PATCH v6 00/13] media: staging/imx7: add i.MX7 media driver

2018-08-03 Thread Hans Verkuil
On 08/02/18 18:45, Rui Miguel Silva wrote: > Hi Hans, > On Thu 02 Aug 2018 at 13:37, Hans Verkuil wrote: >> Hi Rui, >> >> On 05/22/18 16:52, Rui Miguel Silva wrote: >>> Hi, >>> This series introduces the Media driver to work with the i.MX7 >>> SoC. it uses the >>> already existing imx media core

Re: [PATCHv5 01/12] media: add 'index' to struct media_v2_pad

2018-08-03 Thread Sakari Ailus
Hi Laurent, On Wed, Jul 11, 2018 at 02:33:47PM +0300, Laurent Pinchart wrote: > Hi Hans, > > On Monday, 9 July 2018 16:40:51 EEST Hans Verkuil wrote: > > On 09/07/18 14:55, Laurent Pinchart wrote: > > > On Friday, 29 June 2018 14:43:20 EEST Hans Verkuil wrote: > > >> From: Hans Verkuil > > >>

we look after your photos

2018-08-03 Thread Sam
Do you have photos for editing? We are image team and we can process 500+ images each day. We edit ecommerce photo, jewelry photos, and beauty model photos. also wedding photos. We do cut out and clipping path for photos, also retouching. You may send us a test photo to check our quality.

[GIT PULL FOR v4.19] SPDX headers for Renesas media drivers

2018-08-03 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 2c3449fb95c318920ca8dc645d918d408db219ac: media: usb: hackrf: Replace GFP_ATOMIC with GFP_KERNEL (2018-08-02 19:16:17 -0400) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git v4l2/renesas/spdx for you to fetch

[PATCH] media: i2c: mt9v111: Fix v4l2-ctrl error handling

2018-08-03 Thread Jacopo Mondi
Fix error handling of v4l2_ctrl creation by inspecting the ctrl.error flag instead of testing for each returned value correctness. As reported by Dan Carpenter returning PTR_ERR() on the v4l2_ctrl_new_std() return value is also wrong, as that function return NULL on error. While at there

Re: [PATCH] uvcvideo: add a D4M camera description

2018-08-03 Thread Guennadi Liakhovetski
Hi Laurent, Thanks for the review. A general note: I think you're requesting a rather detailed information about many parameters. That isn't a problem by itself, however, it is difficult to obtain some of that information. I'll address whatever comments I can in an updated version, just

Re: [PATCH 2/2] media: v4l2-common: simplify v4l2_i2c_subdev_init name generation

2018-08-03 Thread Sakari Ailus
Hi Philippe, On Wed, Aug 01, 2018 at 11:20:57PM +0200, Philippe De Muyter wrote: > When v4l2_i2c_subdev_init is called, dev_name(>dev) has already > been set. Use it to generate subdev's name instead of recreating it > with "%d-%04x". This improves the similarity in subdev's name creation >

[GIT PULL FOR v4.19] VSP1 changes

2018-08-03 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 2c3449fb95c318920ca8dc645d918d408db219ac: media: usb: hackrf: Replace GFP_ATOMIC with GFP_KERNEL (2018-08-02 19:16:17 -0400) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git v4l2/vsp1/interlace for you to fetch

[PATCH v2 2/2] uvcvideo: add a D4M camera description

2018-08-03 Thread Guennadi Liakhovetski
D4M is a mobile model from the D4XX family of Intel RealSense cameras. This patch adds a descriptor for it, which enables reading per-frame metadata from it. Signed-off-by: Guennadi Liakhovetski --- Documentation/media/uapi/v4l/meta-formats.rst | 1 +

[PATCH v2 1/2] uvcvideo: rename UVC_QUIRK_INFO to UVC_INFO_QUIRK

2018-08-03 Thread Guennadi Liakhovetski
This macro defines "information about quirks," not "quirks for information." Signed-off-by: Guennadi Liakhovetski --- drivers/media/usb/uvc/uvc_driver.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/media/usb/uvc/uvc_driver.c

Re: [PATCH v3 4/4] selftests: media_tests: Add a memory-to-memory concurrent stress test

2018-08-03 Thread Guillaume Tucker
Hi Ezequiel, On 01/08/18 22:50, Ezequiel Garcia wrote: Add a test for the memory-to-memory framework, to exercise the scheduling of concurrent jobs, using multiple contexts. This test needs to be run using the vim2m virtual driver, and so needs no hardware. While here, rework the media_tests

about the photos and

2018-08-03 Thread Sam
Do you have photos for editing? We are image team and we can process 500+ images each day. We edit ecommerce photo, jewelry photos, and beauty model photos. also wedding photos. We do cut out and clipping path for photos, also retouching. You may send us a test photo to check our quality.

Re: [PATCH 2/2] media: v4l2-common: simplify v4l2_i2c_subdev_init name generation

2018-08-03 Thread Philippe De Muyter
Hi Sakari, On Fri, Aug 03, 2018 at 03:43:15PM +0300, Sakari Ailus wrote: > Hi Philippe, > > On Wed, Aug 01, 2018 at 11:20:57PM +0200, Philippe De Muyter wrote: > > When v4l2_i2c_subdev_init is called, dev_name(>dev) has already > > been set. Use it to generate subdev's name instead of

Re: [PATCH 2/2] media: v4l2-common: simplify v4l2_i2c_subdev_init name generation

2018-08-03 Thread Sakari Ailus
On Fri, Aug 03, 2018 at 03:46:32PM +0200, Philippe De Muyter wrote: > Hi Sakari, > > On Fri, Aug 03, 2018 at 03:43:15PM +0300, Sakari Ailus wrote: > > Hi Philippe, > > > > On Wed, Aug 01, 2018 at 11:20:57PM +0200, Philippe De Muyter wrote: > > > When v4l2_i2c_subdev_init is called,

Re: [RFC PATCH 0/3] Media Controller Properties

2018-08-03 Thread Hans Verkuil
On 08/03/2018 04:36 PM, Hans Verkuil wrote: > From: Hans Verkuil > > This RFC patch series implements properties for the media controller. > > This is not finished, but I wanted to post this so people can discuss > this further. > > No documentation yet (too early for that). > > An updated

Re: [RFC PATCH 0/3] Media Controller Properties

2018-08-03 Thread Mauro Carvalho Chehab
Em Fri, 3 Aug 2018 17:03:20 +0200 Hans Verkuil escreveu: > On 08/03/2018 04:36 PM, Hans Verkuil wrote: > > From: Hans Verkuil > > > > This RFC patch series implements properties for the media controller. > > > > This is not finished, but I wanted to post this so people can discuss > > this

Enhancing your images

2018-08-03 Thread Sam
Do you have photos for editing? We are image team and we can process 500+ images each day. We edit ecommerce photo, jewelry photos, and beauty model photos. also wedding photos. We do cut out and clipping path for photos, also retouching. You may send us a test photo to check our quality.

Re: [PATCHv16 01/34] Documentation: v4l: document request API

2018-08-03 Thread Tomasz Figa
Hi Hans, On Fri, Jul 6, 2018 at 1:04 AM Hans Verkuil wrote: > > From: Alexandre Courbot > > Document the request API for V4L2 devices, and amend the documentation > of system calls influenced by it. > > Signed-off-by: Alexandre Courbot > Signed-off-by: Hans Verkuil > --- >

Re: [RESEND PATCH v4] media: imx208: Add imx208 camera sensor driver

2018-08-03 Thread Sakari Ailus
Hi Ping-chung, On Fri, Aug 03, 2018 at 11:04:57AM +0800, Ping-chung Chen wrote: > From: "Chen, Ping-chung" > > Add a V4L2 sub-device driver for the Sony IMX208 image sensor. > This is a camera sensor using the I2C bus for control and the > CSI-2 bus for data. > > Signed-off-by: Ping-Chung Chen

[RFC PATCH 0/3] Media Controller Properties

2018-08-03 Thread Hans Verkuil
From: Hans Verkuil This RFC patch series implements properties for the media controller. This is not finished, but I wanted to post this so people can discuss this further. No documentation yet (too early for that). An updated v4l2-ctl and v4l2-compliance that can report properties is

[RFC PATCH 3/3] vimc: add test properties

2018-08-03 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/platform/vimc/vimc-common.c | 18 ++ drivers/media/platform/vimc/vimc-core.c | 6 +++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/vimc/vimc-common.c

[PATCH 3/4] media: dvb-usb-v2: fix spelling mistake: "completition" -> "completion"

2018-08-03 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in dev_dbg and dev_err messages Signed-off-by: Colin Ian King --- drivers/media/usb/dvb-usb-v2/usb_urb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/usb_urb.c

[RFC PATCH 2/3] media: add support for properties

2018-08-03 Thread Hans Verkuil
From: Hans Verkuil Initially support u64/s64 and string properties. Signed-off-by: Hans Verkuil --- drivers/media/media-device.c | 98 +++- drivers/media/media-entity.c | 65 + include/media/media-device.h | 6 ++ include/media/media-entity.h | 172

[RFC PATCH 1/3] uapi/linux/media.h: add property support

2018-08-03 Thread Hans Verkuil
From: Hans Verkuil Add a new topology struct that includes properties. Signed-off-by: Hans Verkuil --- include/uapi/linux/media.h | 62 +- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h

[PATCH] Documentation/media: uapi: Explicitly say there are no Invariant Sections

2018-08-03 Thread Ben Hutchings
The GNU Free Documentation License allows for a work to specify Invariant Sections that are not allowed to be modified. (Debian considers that this makes such works non-free.) The Linux Media Infrastructure userspace API documentation does not specify any such sections, but it also doesn't say

Re: [PATCHv5 01/12] media: add 'index' to struct media_v2_pad

2018-08-03 Thread Mauro Carvalho Chehab
Em Fri, 3 Aug 2018 15:34:26 +0300 Sakari Ailus escreveu: > > Still thinking out loud, the fact that we can't change the size of the > > structures pointed to by media_v2_topology bothers me. We could add a > > version > > field to media_v2_topology that would be set by applications to tell

Re: [RFC PATCH 1/3] uapi/linux/media.h: add property support

2018-08-03 Thread Mauro Carvalho Chehab
Em Fri, 3 Aug 2018 16:36:24 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > Add a new topology struct that includes properties. > > Signed-off-by: Hans Verkuil > --- > include/uapi/linux/media.h | 62 +- > 1 file changed, 61 insertions(+), 1

Re: [RFC PATCH 2/3] media: add support for properties

2018-08-03 Thread Mauro Carvalho Chehab
Em Fri, 3 Aug 2018 16:36:25 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > Initially support u64/s64 and string properties. > > Signed-off-by: Hans Verkuil > --- > drivers/media/media-device.c | 98 +++- > drivers/media/media-entity.c | 65 + >

Re: [PATCH 20/22] [media] tvp5150: Add input port connectors DT bindings

2018-08-03 Thread Mauro Carvalho Chehab
Em Fri, 3 Aug 2018 09:29:53 +0200 Marco Felsch escreveu: > Hi Rob, > > first of all, thanks for the review. After some discussion with the > media guys I have a question about the dt-bindings. > > On 18-07-03 17:23, Rob Herring wrote: > > On Thu, Jun 28, 2018 at 06:20:52PM +0200, Marco Felsch

[GIT PULL for 4.19] Fix for mt9v111 driver

2018-08-03 Thread Sakari Ailus
Hi Mauro, Here's one more patch for 4.19. It's a fix, but the driver isn't in the fixes branch so it's on master. Please pull. The following changes since commit 2c3449fb95c318920ca8dc645d918d408db219ac: media: usb: hackrf: Replace GFP_ATOMIC with GFP_KERNEL (2018-08-02 19:16:17 -0400)

[RFC] minute notes from DT bindings discussion on Aug, 2

2018-08-03 Thread Mauro Carvalho Chehab
Hi all, In 2016, we had lots of discussions among the top media developers with regards to connectors and DT bindings. On that time, we didn't reach a final conclusion. We recently received a patchset from Marco changing how tvp5150 driver works, adding a new DT binding proposal:

cron job: media_tree daily build: ERRORS

2018-08-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: Sat Aug 4 05:00:10 CEST 2018 media-tree git hash:12f336c88090fb8004736fd4329184326a49673b media_build