cron job: media_tree daily build: WARNINGS

2015-03-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: Fri Mar 27 04:00:15 CET 2015 git branch: test git hash: 8a56b6b5fd6ff92b7e27d870b803b11b751660c2 gcc versio

from: Scott Tisdale

2015-03-26 Thread Scott Tisdale
Hi linux http://thesafeandlockshop.co.uk/within.php?control=68mdced7wuzmfmxnfzv5x Scott Tisdale Sent from my iPhone -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.o

Re: input_polldev interval (was Re: [sur40] Debugging a race condition)?

2015-03-26 Thread Antonio Ospite
On Wed, 25 Mar 2015 15:10:44 +0100 Florian Echtler wrote: > Hello Dmitry, > > On 25.03.2015 14:23, Dmitry Torokhov wrote: > > On March 24, 2015 11:52:54 PM PDT, Florian Echtler > > wrote: > >> Currently, I'm setting the interval for input_polldev to 10 ms. > >> However, with video data being r

[PATCH] media: radio-si4713: improve usage of gpiod API

2015-03-26 Thread Uwe Kleine-König
Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions) which appeared in v3.17-rc1, the gpiod_get* functions take an additional parameter that allows to specify direction and initial value for output. Simplify accordingly. Moreover use the _optional variant which has tighter error

Re: [RFC] v4l2-ctl: don't exit on VIDIOC_QUERYCAP error for subdevices

2015-03-26 Thread Philipp Zabel
Am Donnerstag, den 26.03.2015, 09:48 -0700 schrieb Hans Verkuil: > On 03/26/2015 02:21 AM, Philipp Zabel wrote: > > Subdevice nodes don't implement VIDIOC_QUERYCAP. This check doesn't > > allow any operations on v42-subdev nodes, such as setting EDID. > > Nack because I'm going to create a proper

Re: [PATCH 0/1] DocBook media: fix broken EIA hyperlink

2015-03-26 Thread Jonathan Corbet
On Sun, 22 Mar 2015 11:35:55 -0700 Michael Opdenacker wrote: > This is a fix for the only broken link in kernel documentation, > at least according to the "linkchecker" tool that we are running > on the Free Electrons website once a day. > > As kernel documentation is part of our website > (on h

Re: [RFC] v4l2-ctl: don't exit on VIDIOC_QUERYCAP error for subdevices

2015-03-26 Thread Hans Verkuil
On 03/26/2015 02:21 AM, Philipp Zabel wrote: > Subdevice nodes don't implement VIDIOC_QUERYCAP. This check doesn't > allow any operations on v42-subdev nodes, such as setting EDID. Nack because I'm going to create a proper VIDIOC_SUBDEV_QUERYCAP for subdevs. I'm planning to work on this next week.

Re: RFC: New format V4L2_PIX_FMT_Y16_BE ?

2015-03-26 Thread Hans Verkuil
On 03/26/2015 09:23 AM, Ricardo Ribalda Delgado wrote: > Hello > > While debugging a v4l2<->gstreamer interaction problem, I have > realized that we were implementing Y16 wrong in our cameras :S. What > we were implementing was a big endian version of the format. > > If I want to add support for

RFC: New format V4L2_PIX_FMT_Y16_BE ?

2015-03-26 Thread Ricardo Ribalda Delgado
Hello While debugging a v4l2<->gstreamer interaction problem, I have realized that we were implementing Y16 wrong in our cameras :S. What we were implementing was a big endian version of the format. If I want to add support for our Y16_BE format to the kernel, would it be enough to change videode

[PATCH] libv4lconvert: Fix support for Y16 pixel format

2015-03-26 Thread Ricardo Ribalda Delgado
Y16 is a little-endian format. The original implementation assumed that it was big-endian. Signed-off-by: Ricardo Ribalda Delgado --- lib/libv4lconvert/rgbyuv.c | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/libv4lconvert/rgbyuv.c b/lib/libv4lconvert/rgbyuv.c index 0f30192..75c42aa

Re: [PATCH v1 02/11] DT: Add documentation for the mfd Maxim max77693

2015-03-26 Thread Lee Jones
On Fri, 20 Mar 2015, Jacek Anaszewski wrote: > This patch adds device tree binding documentation for > the flash cell of the Maxim max77693 multifunctional device. > > Signed-off-by: Jacek Anaszewski > Signed-off-by: Andrzej Hajda > Acked-by: Kyungmin Park > Cc: Lee Jones > Cc: Chanwoo Choi

[PATCH] cx23885: Always initialise dev->slock spinlock

2015-03-26 Thread David Howells
The slock spinlock in the cx23885_dev struct is only initialised if analogue video is being used, but is used in other places too, leading to the attached lockdep complaint. Move the lock initialisation so that it is done unconditionally. INFO: trying to register non-static key. the code is fine

[RFC] v4l2-ctl: don't exit on VIDIOC_QUERYCAP error for subdevices

2015-03-26 Thread Philipp Zabel
Subdevice nodes don't implement VIDIOC_QUERYCAP. This check doesn't allow any operations on v42-subdev nodes, such as setting EDID. Signed-off-by: Philipp Zabel --- utils/v4l2-ctl/v4l2-ctl.cpp | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/v4l2-ctl/v4l2-ctl.cpp b/u

Re: [PATCH v4 00/17] media: blackfin: bfin_capture enhancements

2015-03-26 Thread Scott Jiang
Hi Lad and Hans, 2015-03-08 22:40 GMT+08:00 Lad Prabhakar : > From: "Lad, Prabhakar" > > This patch series, enhances blackfin capture driver with > vb2 helpers. > > Changes for v4: > 1: Improved commit message for path 4/17 and 5/17. > 2: Added Ack's from Scott to patches 1-15 > 3: Two new patche

Re: [media-workshop] [ANN] Media Mini-Summit Final Agenda for March 26th

2015-03-26 Thread Mauro Carvalho Chehab
Em Tue, 24 Mar 2015 11:45:19 -0700 Hans Verkuil escreveu: > This is the final agenda for the media mini-summit in San Jose on March 26th. > > Time: 9 AM to 5:30 PM (approximately) > Room: San Carlos, 2nd floor > > Attendees: > > We'll get this list later from the Linux Foundation based on who