cron job: media_tree daily build: OK

2016-05-01 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: Mon May 2 04:00:15 CEST 2016 git branch: test git hash: 45c175c4ae9695d6d2f30a45ab7f3866cfac184b gcc

Re: [PATCH 1/2] media: exynos4-is: fix deadlock on driver probe

2016-05-01 Thread Hans Verkuil
On 04/28/2016 12:25 PM, Marek Szyprowski wrote: > Commit 0c426c472b5585ed6e59160359c979506d45ae49 ("[media] media: Always > keep a graph walk large enough around") changed > media_device_register_entity() function to take mdev->graph_mutex. This > causes deadlock in driver probe, which calls

Re: 4.6 regression: deadlock in exynos fimc_md_probe()

2016-05-01 Thread Hans Verkuil
Oh never mind, Marek posted a patch for this on Thursday which I didn't notice. Mauro, these two patches: [PATCH 1/2] media: exynos4-is: fix deadlock on driver probe [PATCH 2/2] media: s3c-camif: fix deadlock on driver probe() should be fasttracked for 4.6. Hans On 05/01/2016 06:43

Re: [PATCH 1/2] media: exynos4-is: fix deadlock on driver probe

2016-05-01 Thread Sakari Ailus
Hi Marek, Marek Szyprowski wrote: Commit 0c426c472b5585ed6e59160359c979506d45ae49 ("[media] media: Always keep a graph walk large enough around") changed media_device_register_entity() function to take mdev->graph_mutex. This causes deadlock in driver probe, which calls (indirectly) this

Re: gstreamer: v4l2videodec plugin

2016-05-01 Thread Nicolas Dufresne
Le jeudi 28 avril 2016 à 14:33 +0300, Stanimir Varbanov a écrit : > So I'm wondering is that intensional? > > Depending on the answer I should make the same in the Gallium dri2 in > dri2_from_dma_bufs(). It's DRI format that are confusing. In GStreamer DRI_FORMAT_GR88 would be named RG88 (if it

Re: camera application for testing (was Re: v4l subdevs without big device)

2016-05-01 Thread Pavel Machek
Hi! > > > > What is reasonable camera application for testing? > > > > N900 looks like a low-end digital camera. I have now have the hardware > > working (can set focus to X cm using command line), but that's not > > going to be useful for taking photos. > > I guess you already knew about

Re: 4.6 regression: deadlock in exynos fimc_md_probe()

2016-05-01 Thread Hans Verkuil
On 05/01/2016 06:42 PM, Hans Verkuil wrote: > I'm adding Sakari since this problem was introduced in his commit > 0c426c472b5585ed6e59160359c979506d45ae49: > "media: Always keep a graph walk large enough around". And now adding linux-media as well. Sorry about that. Hans > > Regards,

[GIT PULL for v4.7] Small fixes for adp1653, smiapp drivers

2016-05-01 Thread Sakari Ailus
Hi Mauro, This pull request contains two fixes, error handing ling adp1653 driver and passing information on image data start in the smiapp driver. Please pull. The following changes since commit 45c175c4ae9695d6d2f30a45ab7f3866cfac184b: [media] tw686x: avoid going past array (2016-04-26

Re: camera application for testing (was Re: v4l subdevs without big device)

2016-05-01 Thread Sakari Ailus
Hi Pavel, On Sat, Apr 30, 2016 at 12:13:59AM +0200, Pavel Machek wrote: > Hi! > > What is reasonable camera application for testing? > > N900 looks like a low-end digital camera. I have now have the hardware > working (can set focus to X cm using command line), but that's not > going to be

Re: [RFC PATCH 03/24] et8ek8: Toshiba 5MP sensor driver

2016-05-01 Thread Sakari Ailus
Hi Ivaylo, On Sun, May 01, 2016 at 03:50:47PM +0300, Ivaylo Dimitrov wrote: > Hi, > > On 1.05.2016 13:44, Sakari Ailus wrote: > >Hi Ivaylo, > > > >On Mon, Apr 25, 2016 at 12:08:03AM +0300, Ivaylo Dimitrov wrote: > >>add driver > >> > >>Signed-off-by: Ivaylo Dimitrov

Re: [RFC PATCH 03/24] et8ek8: Toshiba 5MP sensor driver

2016-05-01 Thread Ivaylo Dimitrov
Hi, On 1.05.2016 13:44, Sakari Ailus wrote: Hi Ivaylo, On Mon, Apr 25, 2016 at 12:08:03AM +0300, Ivaylo Dimitrov wrote: add driver Signed-off-by: Ivaylo Dimitrov --- drivers/media/i2c/smia/Kconfig |8 + drivers/media/i2c/smia/Makefile |1 +

Re: [RFC PATCH 03/24] et8ek8: Toshiba 5MP sensor driver

2016-05-01 Thread Ivaylo Dimitrov
Ignore that mail, I pushed send by mistake On 1.05.2016 15:31, Ivaylo Dimitrov wrote: Hi, On 1.05.2016 13:44, Sakari Ailus wrote: Hi Ivaylo, On Mon, Apr 25, 2016 at 12:08:03AM +0300, Ivaylo Dimitrov wrote: add driver Signed-off-by: Ivaylo Dimitrov ---

Re: [RFC PATCH 03/24] et8ek8: Toshiba 5MP sensor driver

2016-05-01 Thread Ivaylo Dimitrov
Hi, On 1.05.2016 13:44, Sakari Ailus wrote: Hi Ivaylo, On Mon, Apr 25, 2016 at 12:08:03AM +0300, Ivaylo Dimitrov wrote: add driver Signed-off-by: Ivaylo Dimitrov --- drivers/media/i2c/smia/Kconfig |8 + drivers/media/i2c/smia/Makefile |1 +

Re: [RFC PATCH 17/24] smiapp: add CCP2 support

2016-05-01 Thread Sakari Ailus
On Mon, Apr 25, 2016 at 12:08:17AM +0300, Ivaylo Dimitrov wrote: > From: Sebastian Reichel > > Add support for CCP2 connected SMIA sensors as found > on the Nokia N900. > > Signed-off-by: Sebastian Reichel Acked-by: Sakari Ailus

Re: [RFC PATCH 06/24] smiapp: Add quirk control support

2016-05-01 Thread Sakari Ailus
On Mon, Apr 25, 2016 at 12:08:06AM +0300, Ivaylo Dimitrov wrote: > From: Sakari Ailus > > Quirk controls can be set up in the init quirk. > > Signed-off-by: Sakari Ailus Do you need quirk controls for something at the moment? I guess

Re: [RFC PATCH 04/24] smiapp-pll: Take existing divisor into account in minimum divisor check

2016-05-01 Thread Sakari Ailus
Hi Ivaylo, On Mon, Apr 25, 2016 at 12:08:04AM +0300, Ivaylo Dimitrov wrote: > From: Sakari Ailus > > Required added multiplier (and divisor) calculation did not take into > account the existing divisor when checking the values against the minimum > divisor. Do just that. >

Re: [RFC PATCH 03/24] et8ek8: Toshiba 5MP sensor driver

2016-05-01 Thread Sakari Ailus
Hi Ivaylo, On Mon, Apr 25, 2016 at 12:08:03AM +0300, Ivaylo Dimitrov wrote: > add driver > > Signed-off-by: Ivaylo Dimitrov > --- > drivers/media/i2c/smia/Kconfig |8 + > drivers/media/i2c/smia/Makefile |1 + > drivers/media/i2c/smia/et8ek8.c | 1788 >

Re: [RFC PATCH 00/24] Make Nokia N900 cameras working

2016-05-01 Thread Sakari Ailus
Hi Ivaylo, On Fri, Apr 29, 2016 at 09:44:25PM +0300, Ivaylo Dimitrov wrote: > Hi, > > On 29.04.2016 20:45, Sebastian Reichel wrote: > >Hi, > > > >On Fri, Apr 29, 2016 at 02:05:52AM +0200, Sebastian Reichel wrote: > >>On Wed, Apr 27, 2016 at 08:12:50PM +0300, Ивайло Димитров wrote: > The

Re: [RFC PATCH 00/24] Make Nokia N900 cameras working

2016-05-01 Thread Pavel Machek
On Fri 2016-04-29 19:45:59, Sebastian Reichel wrote: > Ok, I found the problem. CONFIG_VIDEO_OMAP3=y does not work, > due to missing -EPROBE_DEFER handling for vdds_csib. I added > it and just got a test image with builtin CONFIG_VIDEO_OMAP3. > The below patch fixes the problem. > > commit