cron job: media_tree daily build: ERRORS

2015-11-07 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 Nov 8 04:00:26 CET 2015 git branch: test git hash: 79f5b6ae960d380c829fb67d5dadcd1d025d2775 gcc versio

[v4l-utils PATCH 2/2] media-ctl: Add field support for the media bus format

2015-11-07 Thread Sakari Ailus
From: Laurent Pinchart Signed-off-by: Laurent Pinchart Use strncasecmp() instead of strncmp() when comparing field names and add documentation on setting the field value. Wrap a few lines as well. Signed-off-by: Sakari Ailus --- utils/media-ctl/libv4l2subdev.c | 64 ++

[v4l-utils PATCH 1/2] libv4l2subdev: Add a forward definition for missing struct media_device

2015-11-07 Thread Sakari Ailus
This avoids a compiler warning if mediactl.h isn't included. Signed-off-by: Sakari Ailus --- utils/media-ctl/v4l2subdev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/media-ctl/v4l2subdev.h b/utils/media-ctl/v4l2subdev.h index 1cb53ff..4961308 100644 --- a/utils/media-ctl/v4l2subdev

[v4l-utils PATCH 0/2] Add field support to libv4l2subdev

2015-11-07 Thread Sakari Ailus
Hi folks, The first patch of the set is actually a bugfix, libv4l2subdev depends on libmediactl but v4l2subdev.h cannot assume that media-ctl.h has been included before it. Instead, it adds a forward declaration for struct media_device. The second patch implements field support in libv4l2subdev f

Re: [PATCH 1/2] vb2: drop v4l2_format argument from queue_setup

2015-11-07 Thread Sakari Ailus
Hi Hans, On Thu, Oct 29, 2015 at 05:24:25AM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > The queue_setup callback has a void pointer that is just for V4L2 > and is the pointer to the v4l2_format struct that was passed to > VIDIOC_CREATE_BUFS. The idea was that drivers would use the inform

[GIT PULL STABLE] airspy: increase USB control message buffer size

2015-11-07 Thread Antti Palosaari
The following changes since commit 79f5b6ae960d380c829fb67d5dadcd1d025d2775: [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK (2015-10-20 16:02:41 -0200) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git airspy for you to fetch chang

[PATCH] airspy: increase USB control message buffer size

2015-11-07 Thread Antti Palosaari
Driver requested device firmware version string during probe using only 24 byte long buffer. That buffer is too small for newer firmware versions, which causes device firmware hang - device stops responding to any commands after that. Increase buffer size to 128 which should be enough for any curre