cron job: media_tree daily build: ERRORS

2017-05-27 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: Sun May 28 05:00:24 CEST 2017 media-tree git hash:36bcba973ad478042d1ffc6e89afd92e8bd17030 media_build

Re: Build fails Ubuntu 17.04 / "error: implicit declaration of function"

2017-05-27 Thread Vincent McIntyre
I saw this too, ([regression] Build failure on ubuntu 16.04 LTS) 857313e51006ff51524579bcd8808b70f9a80812 media: utilize new cdev_device_add helper function introduced these in March this year. More backport patches are needed.

Re: [PATCH] Doc*/media/uapi: fix control name

2017-05-27 Thread Pavel Machek
On Sat 2017-05-27 22:30:35, Sakari Ailus wrote: > On Sat, May 27, 2017 at 10:12:40AM +0200, Pavel Machek wrote: > > V4L2_CID_EXPOSURE_BIAS does not exist, fix documentation. > > > > Signed-off-by: Pavel Machek > > > > diff --git a/Documentation/media/uapi/v4l/extended-controls.rst

Re: [PATCH v3 1/1] [media] i2c: add support for OV13858 sensor

2017-05-27 Thread Sakari Ailus
Hi Hyungwoo, Thanks for the update. A few comments below. On Fri, May 26, 2017 at 05:27:27PM -0700, Hyungwoo Yang wrote: > This patch adds driver for Omnivision's ov13858 > sensor, the driver supports following features: > > - manual exposure/analog gain > - two link frequencies > - VBLANK

RE: [PATCH 1/1] [media] i2c: add support for OV13858 sensor

2017-05-27 Thread Yang, Hyungwoo
I dropped the changing bayer order support. -Hyungwoo -Original Message- > From: Sakari Ailus [mailto:sakari.ai...@iki.fi] > Sent: Saturday, May 27, 2017 12:53 PM > To: Yang, Hyungwoo > Cc: linux-media@vger.kernel.org; sakari.ai...@linux.intel.com; Zheng, Jian

Re: [PATCH 1/1] [media] i2c: add support for OV13858 sensor

2017-05-27 Thread Sakari Ailus
On Fri, May 26, 2017 at 10:53:30PM +, Yang, Hyungwoo wrote: > Hi Sakari, > > I've submitted V2 yesterday. If possible, can you review that one also ? > I'm learning many things from your review comments. > > I think in V2, I've addressed most of comments except raw bayer format. > > For ray

Re: [PATCH] Doc*/media/uapi: fix control name

2017-05-27 Thread Sakari Ailus
On Sat, May 27, 2017 at 10:12:40AM +0200, Pavel Machek wrote: > V4L2_CID_EXPOSURE_BIAS does not exist, fix documentation. > > Signed-off-by: Pavel Machek > > diff --git a/Documentation/media/uapi/v4l/extended-controls.rst > b/Documentation/media/uapi/v4l/extended-controls.rst >

Build fails Ubuntu 17.04 / "error: implicit declaration of function"

2017-05-27 Thread Karl Wallin
Hi! Sorry if this is something I should have figured out, I am bit experienced with Linux but not at all a pro. Trying to build v4l-dvb on Ubuntu 17.04 (kernel 4.10.0-21-generic) and get build errors. Dependencies are met: ubuntu@nuc-d54250wyk:~/media_build$ sudo apt-get install

Re: Fwd: [PATCH] em28xx: add support for Hauppauge WinTV-dualHD DVB tuner

2017-05-27 Thread Christian Steiner
Hello, I have found patches that add support for the second tuner: https://github.com/b-rad-NDi/Ubuntu-media-tree-kernel-builder/tree/master/patches/ubuntu-zesty-4.10.0/extra I can confirm that they also work with the latest kernel (4.12.0-rc2). Would it be possible to integrate these patches

Re: [patch, libv4l]: add sdlcam example for testing digital still camera functionality

2017-05-27 Thread Hans Verkuil
On 05/26/2017 10:41 PM, Pavel Machek wrote: > Hi! > >> Add simple SDL-based application for capturing photos. Manual >> focus/gain/exposure can be set, flash can be controlled and >> autofocus/autogain can be selected if camera supports that. >> >> It is already useful for testing

[PATCH] Doc*/media/uapi: fix control name

2017-05-27 Thread Pavel Machek
V4L2_CID_EXPOSURE_BIAS does not exist, fix documentation. Signed-off-by: Pavel Machek diff --git a/Documentation/media/uapi/v4l/extended-controls.rst b/Documentation/media/uapi/v4l/extended-controls.rst index abb1057..76c5b1a 100644 ---

Re: [PATCH 1/1] ad5820: unregister async sub-device

2017-05-27 Thread Pavel Machek
On Fri 2017-05-26 16:00:48, Sakari Ailus wrote: > The async sub-device was not unregistered in ad5820_remove() as it should > have been; do it now. Also remove the now-redundant > v4l2_device_unregister_subdev(). > > Signed-off-by: Sakari Ailus Acked-by: Pavel