Re: VIMC: API proposal, configuring the topology through user space

2015-08-17 Thread Laurent Pinchart
Hi Hans, On Friday 14 August 2015 12:54:44 Hans Verkuil wrote: > On 08/13/2015 07:29 PM, Laurent Pinchart wrote: > > On Tuesday 11 August 2015 17:07:04 Helen Fornazier wrote: > >> On Tue, Aug 11, 2015 at 6:36 AM, Mauro Carvalho Chehab wrote: > >>> Hans Verkuil escreveu: > On 08/10/15 19:21,

cron job: media_tree daily build: ERRORS

2015-08-17 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: Tue Aug 18 04:00:18 CEST 2015 git branch: test git hash: 3a6b0605c73d1d695f6d4e49289deaa3fa3e73ee gcc versi

Re: terratec HTC XS HD USB

2015-08-17 Thread BadTenMan
Robert N gmail.com> writes: > > I will reply my own question. it seems that w_scan is able to find the > muxes/services if I push the antenna cable only half way into the > tuner stick. I assume my problem is related to RF signal strength. is > there a range of valid strengths? > > On Fri, Nov

[ANNOUNCE] Report for the Media Controller Workshop - Espoo - Aug, 17 2015

2015-08-17 Thread Mauro Carvalho Chehab
Report of the Media Controller workshop in Espoo, Finland – July, 29-31 2015 PS.: For those that prefer, a web version is at: http://li

Re: [RFC] Media Controller, the next generation

2015-08-17 Thread Mauro Carvalho Chehab
Em Mon, 17 Aug 2015 15:21:22 +0200 Hans Verkuil escreveu: > On 08/17/2015 02:39 PM, Mauro Carvalho Chehab wrote: > > Em Mon, 17 Aug 2015 12:33:30 +0200 > > Hans Verkuil escreveu: > >> That's not what I meant. I meant using the mc_ prefix instead of the media_ > >> prefix for internal structs. So

Re: [PATCH v2 05/11] ARM: DT: STi: STiH407: Add c8sectpfe LinuxDVB DT node.

2015-08-17 Thread Mauro Carvalho Chehab
Em Thu, 30 Jul 2015 18:08:55 +0100 Peter Griffin escreveu: > This patch adds in the required DT node for the c8sectpfe > Linux DVB demux driver which allows the tsin channels > to be used on an upstream kernel. > > Signed-off-by: Peter Griffin > --- > arch/arm/boot/dts/stihxxx-b2120.dtsi | 38

Re: [RFC] Media Controller, the next generation

2015-08-17 Thread Hans Verkuil
On 08/17/2015 02:39 PM, Mauro Carvalho Chehab wrote: > Em Mon, 17 Aug 2015 12:33:30 +0200 > Hans Verkuil escreveu: >> That's not what I meant. I meant using the mc_ prefix instead of the media_ >> prefix for internal structs. So media_entity in the public API would map to >> mc_entity in the inter

Re: [RFC] Media Controller, the next generation

2015-08-17 Thread Mauro Carvalho Chehab
Em Mon, 17 Aug 2015 12:33:30 +0200 Hans Verkuil escreveu: > On 08/16/2015 03:37 PM, Mauro Carvalho Chehab wrote: > > Em Sat, 15 Aug 2015 21:25:40 +0300 > > Laurent Pinchart escreveu: > > > >> Hi Hans, > >> > >> Thank you for the RFC. I believe it's quite good (at least to my eyes). > >> Everyt

Re: [PATCH v2] [media] m2m: fix bad unlock balance

2015-08-17 Thread Marek Szyprowski
Hello, On 2015-08-17 12:13, Zahari Doychev wrote: This patch removes unnecessary mutex queue unlock/lock sequence causing bad unlock balance in v4l2_m2m_poll when the last buffer on the destination queue has been dequeued and adds spin lock protection for the done list list_empty calls. [ 144.

[PATCH] [media] DocBook media: Fix typo "the the" in xml files

2015-08-17 Thread Masanari Iida
This patch fix spelling typo "the the" found in controls.xml and vidioc-g-param.xml. These xml files are generated from NOT any files, so I have to fix these xml files. Signed-off-by: Masanari Iida --- Documentation/DocBook/media/v4l/controls.xml | 2 +- Documentation/DocBook/media/v4l/vidi

Re: [RFC] Media Controller, the next generation

2015-08-17 Thread Hans Verkuil
On 08/16/2015 03:37 PM, Mauro Carvalho Chehab wrote: > Em Sat, 15 Aug 2015 21:25:40 +0300 > Laurent Pinchart escreveu: > >> Hi Hans, >> >> Thank you for the RFC. I believe it's quite good (at least to my eyes). >> Everything is of course not perfect yet so please see below for some >> comments.

[PATCH v2] [media] m2m: fix bad unlock balance

2015-08-17 Thread Zahari Doychev
This patch removes unnecessary mutex queue unlock/lock sequence causing bad unlock balance in v4l2_m2m_poll when the last buffer on the destination queue has been dequeued and adds spin lock protection for the done list list_empty calls. [ 144.990873] = [ 144.

Re: [PATCH 2/2] [media] m2m: fix bad unlock balance

2015-08-17 Thread Zahari Doychev
On Fri, Aug 14, 2015 at 01:57:51PM +0200, Hans Verkuil wrote: > On 08/12/2015 05:50 PM, Kamil Debski wrote: > > Hi, > > > > On 12 August 2015 at 13:42, Marek Szyprowski > > wrote: > >> Hello Hans, > >> > >> I'm sorry for a delay. Once again I've been busy with some other internal > >> stuff. > >