cron job: media_tree daily build: WARNINGS

2014-10-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: Sat Oct 18 04:00:15 CEST 2014 git branch: test git hash: cf3167cf1e969b17671a4d3d956d22718a8ceb85 gcc versi

Re: GrabBee-HD

2014-10-17 Thread Dave Kimble
http://www.amazon.com/s/ref=nb_sb_noss_2/190-6601431-1833600?url=search-alias%3Daps&field-keywords=grabbee-hd $99.95 I got mine on eBay for $76 from Hong Kong. Now going cheap :-) Just thinking aloud: My PCs are all mini-ITX in very small cases, so PCI card solutions are not suitable. The deco

Re: GrabBee-HD

2014-10-17 Thread Steven Toth
> So I think this is going to be a very poor toy. Its the kind of thing I usually like to throw into my collection for the long winter nights. If you can give me a url that I can purchase this from then I may pick a unit for future tweakery. - Steve -- Steven Toth - Kernel Labs http://www.kerne

Re: [RFC PATCH 09/11] videodev2.h: add v4l2_ctrl_selection compound control type.

2014-10-17 Thread Sakari Ailus
Hi Hans, (Cc Ricardo.) Hans Verkuil wrote: > From: Hans Verkuil > > This will be used by a new selection control. > > Signed-off-by: Hans Verkuil > --- > include/media/v4l2-ctrls.h | 2 ++ > include/uapi/linux/videodev2.h | 8 > 2 files changed, 10 insertions(+) > > diff --git

[PATCH/RFC v2 2/4] Add media device related data structures and API.

2014-10-17 Thread Jacek Anaszewski
Add helpers for retrieving media device topology and manipulating its configuration. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park Cc: Mauro Carvalho Chehab Cc: Hans Verkuil --- lib/include/libv4l2-mdev.h | 195 + lib/libv4l2/libv4l2-mdev.c | 975 ++

[PATCH/RFC v2 3/4] Add wrappers for media device related ioctl calls.

2014-10-17 Thread Jacek Anaszewski
Some ioctl calls predestined for a media device have to be separately executed on each sub-device of a pipeline or redirected to the predefined one basing on the configuration data. This patch adds wrappers that adjust intercepted ioctl calls and execute them on every required sub-device. Signed-o

[PATCH/RFC v2 4/4] Add a libv4l plugin for Exynos4 camera

2014-10-17 Thread Jacek Anaszewski
The plugin provides support for the media device on Exynos4 SoC. It performs single plane <-> multi plane API conversion, video pipeline linking and takes care of automatic data format negotiation for the whole pipeline, after intercepting VIDIOC_S_FMT or VIDIOC_TRY_FMT ioctls. Signed-off-by: Jace

[PATCH/RFC v2 1/4] Add a media device configuration file parser.

2014-10-17 Thread Jacek Anaszewski
This patch adds a parser for a media device configuration file. The parser expects the configuration file containing links end v4l2-controls definitions as described in the header file being added. The links describe connections between media entities and v4l2-controls define the target sub-devices

[PATCH/RFC v2 0/4] Libv4l: Add a plugin for the Exynos4 camera

2014-10-17 Thread Jacek Anaszewski
This is a second version of the patch series adding a plugin for the Exynos4 camera. Changes from v1: - removed redundant mbus code negotiation - split the parser, media device helpers and ioctl wrappers to the separate modules - added mechanism for querying e

Re: [PATCH v2] media: soc_camera: rcar_vin: Add r8a7794, r8a7793 device support

2014-10-17 Thread Simon Horman
On Fri, Oct 17, 2014 at 11:01:07AM +0300, Laurent Pinchart wrote: > Hi Kaneko-san, > > Thank you for the patch. > > Could you please also update > Documentation/devicetree/bindings/media/rcar_vin.txt with the new compatible > strings ? Hi Laurent, thanks for pointing that out. It is true that

Re: GrabBee-HD

2014-10-17 Thread Steven Toth
On Fri, Oct 17, 2014 at 3:29 AM, Dave Kimble wrote: > Thanks for your reply. > Your feeling that VB-WinXP would be the problem sent me back to that. > So I found that VB picking up USB 2.0 devices requires the Extension Pack > installed with ehci controller enabled , and that cured that problem, a

Re: [PATCH v2] media: soc_camera: rcar_vin: Add r8a7794, r8a7793 device support

2014-10-17 Thread Laurent Pinchart
Hi Kaneko-san, Thank you for the patch. Could you please also update Documentation/devicetree/bindings/media/rcar_vin.txt with the new compatible strings ? On Friday 17 October 2014 16:07:39 Yoshihiro Kaneko wrote: > From: Koji Matsuoka > > Signed-off-by: Koji Matsuoka > Signed-off-by: Yosh

ERROR: "fb_alloc_cmap" [drivers/media/platform/vivid/vivid.ko] undefined!

2014-10-17 Thread kbuild test robot
Hi Hans, First bad commit (maybe != root cause): tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0429fbc0bdc297d64188483ba029a23773ae07b0 commit: 5754d0d586a5d7c6a6fa43551f6e3b377c5f111d [media] vivid: add missing includes date: 6 weeks ago config: x86_6

Re: GrabBee-HD

2014-10-17 Thread Dave Kimble
Thanks for your reply. Your feeling that VB-WinXP would be the problem sent me back to that. So I found that VB picking up USB 2.0 devices requires the Extension Pack installed with ehci controller enabled , and that cured that problem, and the device now finds it's XP driver. The grabber soft

[PATCH v2] media: soc_camera: rcar_vin: Add r8a7794, r8a7793 device support

2014-10-17 Thread Yoshihiro Kaneko
From: Koji Matsuoka Signed-off-by: Koji Matsuoka Signed-off-by: Yoshihiro Kaneko Acked-by: Simon Horman --- This patch is against master branch of linuxtv.org/media_tree.git. v2 [Yoshihiro Kaneko] * Squashed r8a7793 and r8a7794 patches drivers/media/platform/soc_camera/rcar_vin.c | 2 ++