TechnoTrend TT-connect S2-3650 CI support

2015-12-26 Thread konrad . kostecki
Hi guys, This is just a little thing, I'm sorry for disturbing you with this. I'm just slightly confused because TechnoTrend TT-connect S2-3650 CI device is listed on wiki as supported device but when you go to product wiki page you get information that this is currently experimental and not

Re: [PATCH] DocBook media: make explicit that standard/timings never change automatically

2015-12-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Thursday 24 December 2015 14:18:10 Hans Verkuil wrote: > A driver might detect a new standard or DV timings, but it will never > change to > those new timings automatically. Instead it will send an event and let > the application > take care of it. Your

[PATCH v2] coccinelle: api: check for propagation of error from platform_get_irq

2015-12-26 Thread Julia Lawall
The error return value of platform_get_irq seems to often get dropped. Signed-off-by: Julia Lawall --- v2: Check for the direct return case also. Added some mailing lists of common offenders. diff --git a/scripts/coccinelle/api/platform_get_irq_return.cocci

Re: [PATCH v2] coccinelle: api: check for propagation of error from platform_get_irq

2015-12-26 Thread Julia Lawall
On Sun, 27 Dec 2015, Sergei Shtylyov wrote: > On 12/26/2015 11:58 PM, Julia Lawall wrote: > > > The error return value of platform_get_irq seems to often get dropped. > > > > Signed-off-by: Julia Lawall > > > > --- > > > > v2: Check for the direct return case also.

Re: [PATCH v2] coccinelle: api: check for propagation of error from platform_get_irq

2015-12-26 Thread Sergei Shtylyov
On 12/27/2015 01:32 AM, Julia Lawall wrote: The error return value of platform_get_irq seems to often get dropped. Signed-off-by: Julia Lawall --- v2: Check for the direct return case also. Added some mailing lists of common offenders. diff --git

Re: per-frame camera metadata (again)

2015-12-26 Thread Laurent Pinchart
Hi Guennadi, On Thursday 24 December 2015 11:42:49 Guennadi Liakhovetski wrote: > Hi Laurent, > > Let me put this at the top: So far it looks like we converge on two > possibilities: > > (1) a separate video-device node with a separate queue. No user-space > visible changes are required apart

Re: [PATCH v2] coccinelle: api: check for propagation of error from platform_get_irq

2015-12-26 Thread Sergei Shtylyov
On 12/26/2015 11:58 PM, Julia Lawall wrote: The error return value of platform_get_irq seems to often get dropped. Signed-off-by: Julia Lawall --- v2: Check for the direct return case also. Added some mailing lists of common offenders. diff --git

[PATCH] media: Support Intersil/Techwell TW686x-based video capture cards

2015-12-26 Thread Ezequiel Garcia
This commit introduces the support for the Techwell TW686x video capture IC. This hardware supports a few DMA modes, including scatter-gather and frame (contiguous). This commit supports only DMA frame (contiguous) mode. DMA scatter-gather mode support may be added in the future. Currently

cron job: media_tree daily build: OK

2015-12-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: Sun Dec 27 04:00:22 CET 2015 git branch: test git hash: 768acf46e1320d6c41ed1b7c4952bab41c1cde79 gcc

Re: [PATCH v2] coccinelle: api: check for propagation of error from platform_get_irq

2015-12-26 Thread Julia Lawall
>Well, looking again, the patch should be good. I just thought its goal was > to fix the code as well... I could do that for the irq < 0 case, but I think that in that case, kbuild will only run the patch version, and the <= cases will not be reported on. I don't have a general fix for the <=