cron job: media_tree daily build: ERRORS

2014-12-30 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: Wed Dec 31 04:00:09 CET 2014 git branch: test git hash: 99f3cd52aee21091ce62442285a68873e3be833f gcc versio

Re: dvbv5-scan needs which channel file?

2014-12-30 Thread Mauro Carvalho Chehab
Em Wed, 31 Dec 2014 00:11:34 -0200 Mauro Carvalho Chehab escreveu: > Hi David, > > Em Tue, 30 Dec 2014 07:49:05 -0800 > David Liontooth escreveu: > > > > > OK, perfect; thank you. This should be documented in dvbv5-scan. And we > > should have a man page for it. > > This is documented, and

Re: dvbv5-scan needs which channel file?

2014-12-30 Thread Mauro Carvalho Chehab
Hi David, Em Tue, 30 Dec 2014 07:49:05 -0800 David Liontooth escreveu: > > OK, perfect; thank you. This should be documented in dvbv5-scan. And we > should have a man page for it. This is documented, and there is a man page for it: dvbv5-scan(1)User Commands

[PATCH] media: au0828 analog_register error path fixes to do proper cleanup

2014-12-30 Thread Shuah Khan
au0828_analog_register() doesn't release video and vbi queues created by vb2_queue_init(). In addition, it doesn't unregister vdev when vbi register fails. Add vb2_queue_release() calls to release video and vbi queues to the failure path to be called when vdev register fails. Add video_unregister_d

Re: [RFC][PATCH] mn88472: add support for the mn88473 demod

2014-12-30 Thread Benjamin Larsson
On 12/21/2014 10:21 AM, Antti Palosaari wrote: Moikka! [...] You patch looks rather good and these drivers should be merged to one if possible, lets say registers are 80% same or something like that. Looks like those are. I've dropped this effort, the chips registers are not similar enough

Re: [PATCH/RFC v9 07/19] dt-binding: mfd: max77693: Add DT binding related macros

2014-12-30 Thread Sakari Ailus
Hi Jacek, The driver depends on these so I'd rearrange this patch in the set before the driver patch. On Wed, Dec 03, 2014 at 05:06:42PM +0100, Jacek Anaszewski wrote: > Add macros for max77693 led part related binding. > > Signed-off-by: Jacek Anaszewski > Acked-by: Kyungmin Park > Cc: Lee Jo

Re: mceusb: sysfs: cannot create duplicate filename '/class/rc/rc0' (race condition between multiple RC_CORE devices)

2014-12-30 Thread Stefan Lippers-Hollmann
Hi Adding the maintainers for drivers/media/rc/rc-main.c into the loop. This is a follow-up for: http://lkml.kernel.org/r/<201412181916.18051.s@gmx.de> On Thursday 18 December 2014, Stefan Lippers-Hollmann wrote: > Occassionally, but not readily reproducably, I hit a race condition

Re: [RFC/PATCH] dvb-core: add template code for i2c binding model

2014-12-30 Thread Mauro Carvalho Chehab
Em Tue, 30 Dec 2014 11:10:51 -0200 Mauro Carvalho Chehab escreveu: > Em Fri, 05 Dec 2014 19:49:33 +0900 > tsk...@gmail.com escreveu: > > > From: Akihiro Tsukada > > > > Define a standard interface for demod/tuner i2c driver modules. > > A module client calls dvb_i2c_attach_{fe,tuner}(), > > an

Re: dvbv5-scan needs which channel file?

2014-12-30 Thread David Liontooth
OK, perfect; thank you. This should be documented in dvbv5-scan. And we should have a man page for it. Cheers, David On 12/30/14, 5:15 AM, Olli Salonen wrote: Hi David, Well, the initial scan files need to be supplied for dvbv5-scan somehow. The initial scan files that are maintained in th

Re: [PATCHv2] media: i2c/adp1653: devicetree support for adp1653

2014-12-30 Thread Sakari Ailus
Hi Pavel, Thanks for the patch! A few comments below. On Wed, Dec 24, 2014 at 11:34:34PM +0100, Pavel Machek wrote: > > We are moving to device tree support on OMAP3, but that currently > breaks ADP1653 driver. This adds device tree support, plus required > documentation. > > Signed-off-by: Pav

Re: [RFC 1/6] cec: add new driver for cec support.

2014-12-30 Thread Sean Young
On Tue, Dec 23, 2014 at 03:32:17PM +0100, Kamil Debski wrote: > +There are still a few todo's, the main one being the remote control support > +feature of CEC. I need to research if that should be implemented via the > +standard kernel remote control support. I guess a new rc driver type RC_DRIVER

Re: dvbv5-scan needs which channel file?

2014-12-30 Thread Olli Salonen
Hi David, Well, the initial scan files need to be supplied for dvbv5-scan somehow. The initial scan files that are maintained in the the git repo I posted earlier are updated by users who notice differencies. Basically I and some other users have created scripts that automatically generate the fi

Re: [RFC PATCH 2/5] media: rcar_vin: Ensure all in-flight buffers are returned to error state before stopping.

2014-12-30 Thread Sakari Ailus
Hi Ben, On Thu, Dec 18, 2014 at 02:49:33PM +, Ben Hutchings wrote: > From: Ian Molton > > Videobuf2 complains about buffers that are still marked ACTIVE (in use by the > driver) following a call to stop_streaming(). > > This patch returns all active buffers to state ERROR prior to stopping

Re: [RFC/PATCH] dvb-core: add template code for i2c binding model

2014-12-30 Thread Mauro Carvalho Chehab
Em Fri, 05 Dec 2014 19:49:33 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > Define a standard interface for demod/tuner i2c driver modules. > A module client calls dvb_i2c_attach_{fe,tuner}(), > and a module driver defines struct dvb_i2c_module_param and > calls DEFINE_DVB_I2C_MODU

How to access DVB-onboard RC? (Technisat)

2014-12-30 Thread JPT
Hi, I currently try to make my Technisat IR-RC work. But nothing happens when I press a key. What's wrong? I checked the RC using a photo camera: at least it emits IR. triggerhappy config: DAEMON_OPTS="--triggers /etc/triggerhappy/triggers.d/ /dev/input/event0 /dev/input/event1" KEY_1

Re: V4L2_CID_AUTO_FOCUS_START VS V4L2_CID_FOCUS_AUTO

2014-12-30 Thread Sakari Ailus
Hi Ben, On Fri, Dec 19, 2014 at 11:48:58AM +0800, Bin Chen wrote: > Hi, > > Can anyone explain what is the difference between setting control > V4L2_CID_FOCUS_AUTO to 1 and and issuing V4L2_CID_AUTO_FOCUS_START? > Confused... V4L2_CID_AUTO_FOCUS_START starts a single-pass AF algorithm which ends

Re: [PATCH v4 2/5] media: ov2640: add async probe function

2014-12-30 Thread Guennadi Liakhovetski
On Tue, 30 Dec 2014, Josh Wu wrote: [snip] > > And until omap1 is in the mainline we cannot drop v4l2_clk. s/until/as lonh as/ > So I think the better way right now for ov2640 driver is still request both > the v4l2_clock: mclk, and the clock: xvclk in probe(). > In that way, we can take our t

Re: [PATCH v4 2/5] media: ov2640: add async probe function

2014-12-30 Thread Josh Wu
Hi, Guennadi On 12/30/2014 4:36 PM, Guennadi Liakhovetski wrote: Hi Laurent, First of all, sorry, I am currently on a holiday, so, replies are delayed, real work (reviewing or anything else) is impossible. Thanks for your review in holiday. That's very helpful. On Tue, 30 Dec 2014, Laurent

Re: [PATCH 09/11 linux-next] [media] uvcvideo: remove unnecessary version.h inclusion

2014-12-30 Thread Fabian Frederick
> On 30 December 2014 at 00:42 Laurent Pinchart > wrote: > > > Hi Fabian, > > Thank you for the patch. > > On Monday 29 December 2014 15:29:43 Fabian Frederick wrote: > > Based on versioncheck. > > > > Signed-off-by: Fabian Frederick > > Acked-by: Laurent Pinchart > > Should I take the patch i

Re: [PATCH v4 2/5] media: ov2640: add async probe function

2014-12-30 Thread Josh Wu
Hi, Laurent On 12/30/2014 8:15 AM, Laurent Pinchart wrote: Hi Josh, On Monday 29 December 2014 16:28:02 Josh Wu wrote: On 12/26/2014 6:06 PM, Laurent Pinchart wrote: On Friday 26 December 2014 10:14:26 Guennadi Liakhovetski wrote: On Fri, 26 Dec 2014, Laurent Pinchart wrote: On Friday 26 De

kernel panic in dvb_demux.c:dvb_dmx_crc32

2014-12-30 Thread JPT
Hi, I'm having kernel panics always at this exact location. how can I find the cause? how can I debug? I already enabled DEBUG in kernel config, but haven't tried it yet. this was with self built kernel 3.17.2, find the .config attached. (jpt9 config was same except CONFIG_USB_*HCI_HCD=y) Hardw

Re: [PATCH v4 2/5] media: ov2640: add async probe function

2014-12-30 Thread Laurent Pinchart
Hi Guennadi, On Tuesday 30 December 2014 09:36:31 Guennadi Liakhovetski wrote: > Hi Laurent, > > First of all, sorry, I am currently on a holiday, so, replies are delayed, > real work (reviewing or anything else) is impossible. Sure, no worries. Enjoy your holidays without thinking too much abou

Re: [PATCH v4 2/5] media: ov2640: add async probe function

2014-12-30 Thread Guennadi Liakhovetski
Hi Laurent, First of all, sorry, I am currently on a holiday, so, replies are delayed, real work (reviewing or anything else) is impossible. On Tue, 30 Dec 2014, Laurent Pinchart wrote: > Hi Guennadi, > > On Friday 26 December 2014 11:38:11 Guennadi Liakhovetski wrote: > > On Fri, 26 Dec 2014,

Re: dvbv5-scan needs which channel file?

2014-12-30 Thread David Liontooth
Ah, thank you Olli -- much appreciated! If dvbv5-scan expects the initial scan files in the new DVBV5 format, does that mean that these still somewhat mysterious "initial scan files" have to be supplied, as in the link to the dtv-scan-tables? How are these "initial scan files" themselves gene