cron job: media_tree daily build: ERRORS

2014-03-12 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: Thu Mar 13 04:00:15 CET 2014 git branch: test git hash: 8a1edc55c1ec1ff3624c25b4ac6c1ce776d872b8 gcc versio

Re: [PATCH 1/5] r8a7790.dtsi: add vin[0-3] nodes

2014-03-12 Thread Simon Horman
On Fri, Mar 07, 2014 at 01:01:35PM +, Ben Dooks wrote: > Add nodes for the four video input channels on the R8A7790. Please update the prefix of this subject of this patch to: ARM: shmobile: r8a7790: > > Signed-off-by: Ben Dooks > --- > arch/arm/boot/dts/r8a7790.dtsi | 32

Re: [PATCH 2/5] ARM: lager: add vin1 node

2014-03-12 Thread Simon Horman
On Fri, Mar 07, 2014 at 01:01:36PM +, Ben Dooks wrote: > Add device-tree for vin1 (composite video in) on the > lager board. Please update the prefix of the subject of this patch to: ARM: shmobile: lager: > > Signed-off-by: Ben Dooks > --- > arch/arm/boot/dts/r8a7790-lager.dts | 38 > +++

[PATCH] uvcvideo: Work around buggy Logitech C920 firmware

2014-03-12 Thread William Manley
The uvcvideo webcam driver exposes the v4l2 control "Exposure (Absolute)" which allows the user to control the exposure time of the webcam, essentially controlling the brightness of the received image. By default the webcam automatically adjusts the exposure time automatically but the if you set t

Query: Mutiple CAPTURE ports on a single device

2014-03-12 Thread vkalia
Hi I have a v4l2 driver for a hardware which is capable of taking one input and producing two outputs. Eg: Downscaler which takes one input @ 1080p and two outputs - one @ 720p and other at VGA. My driver is currently implemented as having two capabilities - 1. V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE 2

[PATCH] v4l: define unit for V4L2_CID_RF_TUNER_BANDWIDTH

2014-03-12 Thread Antti Palosaari
Use Hertz as a unit for radio channel bandwidth. Cc: Hans Verkuil Cc: Mauro Carvalho Chehab Signed-off-by: Antti Palosaari --- Documentation/DocBook/media/v4l/controls.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Docume

Re: [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-03-12 Thread Mauro Carvalho Chehab
Em Wed, 12 Mar 2014 16:23:14 +0200 Antti Palosaari escreveu: > On 12.03.2014 15:21, Mauro Carvalho Chehab wrote: > > Em Wed, 12 Mar 2014 15:07:02 +0200 > > Antti Palosaari escreveu: > > > >> On 12.03.2014 14:57, Antti Palosaari wrote: > >>> On 12.03.2014 14:47, Mauro Carvalho Chehab wrote: > >>>

[PATCH v10][ 07/10] imx-drm: Prepare imx-drm for extra display-timings retrival.

2014-03-12 Thread Denis Carikli
The hardware behaviour was kept. Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - New patch that was splitted out of "staging: imx-drm: Use de-active and pixelclk-active display-timings." - The IMXDRM_MODE_FLAG_ are now using the BIT macros. - The SET_CLK_POL and SET_DE_POL masks were rem

[PATCH v10][ 06/10] ARM: dts: imx5*, imx6*: correct display-timings nodes.

2014-03-12 Thread Denis Carikli
The imx-drm driver can't use the de-active and pixelclk-active display-timings properties yet. Instead the data-enable and the pixel data clock polarity are hardcoded in the imx-drm driver. So theses properties are now set to keep the same behaviour when imx-drm will start using them. Signed-off

[PATCH v10][ 08/10] imx-drm: imx-drm-core: provide a common display timings retrival function.

2014-03-12 Thread Denis Carikli
imx_drm_of_get_extra_timing_flags will be used to retrive the native-mode and de-active display-timings node properties in the device tree. Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - New patch that was splitted out of "staging: imx-drm: Use de-active and pixelclk-active - When a IMXD

[PATCH v10][ 05/10] imx-drm: use defines for clock polarity settings

2014-03-12 Thread Denis Carikli
Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - New patch which was splitted out from: "staging: imx-drm: Use de-active and pixelclk-active display-timings.". - Fixes many issues in "staging: imx-drm: Use de-active and pixelclk-active display-timings.": - More clear meaning of the pola

[PATCH v10][ 01/10] [media] v4l2: add new V4L2_PIX_FMT_RGB666 pixel format.

2014-03-12 Thread Denis Carikli
That new macro is needed by the imx_drm staging driver for supporting the QVGA display of the eukrea-cpuimx51 board. Signed-off-by: Denis Carikli Acked-by: Mauro Carvalho Chehab Acked-by: Laurent Pinchart Acked-by: Philipp Zabel --- ChangeLog v9->v10: - Rebased on top of: "211e7f2 [media]

[PATCH v10][ 04/10] imx-drm: Match ipu_di_signal_cfg's clk_pol with its description.

2014-03-12 Thread Denis Carikli
According to the datasheet, setting the di0_polarity_disp_clk field in the GENERAL di register sets the output clock polarity to active high. Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - New patch that is now needed by the "staging: imx-drm: Use de-active and pixelclk-active" patch. --

[PATCH v10][ 10/10] ARM: dts: mbimx51sd: Add display support.

2014-03-12 Thread Denis Carikli
The CMO-QVGA, DVI-SVGA and DVI-VGA are added. Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - Rebased - Now enables the cmo-qvga regulator at boot. ChangeLog v8->v9: - Removed the Cc. They are now set in git-send-email directly. - updated pixelclk-active after the following patch: "imx-d

[PATCH v10][ 09/10] imx-drm: parallel-display: retrive extra display-timings.

2014-03-12 Thread Denis Carikli
If de-active and/or pixelclk-active properties were set in the display-timings DT node, they were not used. Instead the data-enable and the pixel data clock polarity were hardcoded. Signed-off-by: Denis Carikli --- ChangeLog v9->v10: - New patch from what's left of: "staging: imx-drm: Use de-a

[PATCH v10][ 02/10] imx-drm: Add RGB666 support for parallel display.

2014-03-12 Thread Denis Carikli
Signed-off-by: Denis Carikli Acked-by: Philipp Zabel --- ChangeLog v8->v9: - Rebased. - Added Philipp Zabel's ack. - Shortened the patch title. ChangeLog v8->v9: - Removed the Cc. They are now set in git-send-email directly. - Rebased. ChangeLog v7->v8: - Shrinked even more the Cc list. Change

[PATCH v10][ 03/10] imx-drm: Correct BGR666 and the board's dts that use them.

2014-03-12 Thread Denis Carikli
The current BGR666 is not consistent with the other color mapings like BGR24. BGR666 should be in the same byte order than BGR24. Signed-off-by: Denis Carikli Acked-by: Philipp Zabel --- ChangeLog v9->v10: - Rebased. - Added Philipp Zabel's Ack. - Included Lothar Waßmann's suggestion about imx-l

[PATCH] [trivial] doc: DocBook: Fix typo in xml and template file

2014-03-12 Thread Masanari Iida
Fix spelling typo under Documentation/DocBook/media. It is because these files are NOT generated by "make htmldocs", I have to fix the files. Signed-off-by: Masanari Iida --- Documentation/DocBook/media/dvb/dvbproperty.xml | 2 +- Documentation/DocBook/media/v4l/compat.xml | 2 +- Documenta

Re: [PATCH v8 3/10] Documentation: devicetree: Update Samsung FIMC DT binding

2014-03-12 Thread Mauro Carvalho Chehab
Mark, Could you please also review this patch? It is the only thing pending for this 10 patches series to be merged. Thank you! Mauro Em Tue, 11 Mar 2014 17:38:23 +0100 Laurent Pinchart escreveu: > On Tuesday 11 March 2014 17:34:30 Sylwester Nawrocki wrote: > > This patch documents following u

Re: [REVIEWv3 PATCH 24/35] v4l2-ctrls/videodev2.h: add u8 and u16 types.

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:39 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > These are needed by the upcoming patches for the motion detection > matrices. > > Signed-off-by: Hans Verkuil > --- > drivers/media/v4l2-core/v4l2-ctrls.c | 45 > > includ

Re: [REVIEWv3 PATCH 22/35] DocBook media: update control section.

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:37 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Document the support for complex types in controls. > > Signed-off-by: Hans Verkuil > Reviewed-by: Sylwester Nawrocki > --- > Documentation/DocBook/media/v4l/controls.xml | 104 > ---

Re: [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-03-12 Thread Antti Palosaari
On 12.03.2014 15:21, Mauro Carvalho Chehab wrote: Em Wed, 12 Mar 2014 15:07:02 +0200 Antti Palosaari escreveu: On 12.03.2014 14:57, Antti Palosaari wrote: On 12.03.2014 14:47, Mauro Carvalho Chehab wrote: Em Wed, 12 Mar 2014 14:26:35 +0200 Antti Palosaari escreveu: On 12.03.2014 13:02, Ma

Re: [REVIEWv3 PATCH 20/35] DocBook media: update VIDIOC_G/S/TRY_EXT_CTRLS.

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:35 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Document the support for the new complex type controls. > > Signed-off-by: Hans Verkuil > --- > .../DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 43 > ++ > 1 file changed, 35 insertion

Re: [REVIEWv3 PATCH 19/35] DocBook media: document VIDIOC_QUERY_EXT_CTRL.

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:34 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Signed-off-by: Hans Verkuil > Reviewed-by: Sylwester Nawrocki > --- > .../DocBook/media/v4l/vidioc-queryctrl.xml | 223 > + > 1 file changed, 189 insertions(+), 34 deletions(-) >

Re: [REVIEWv3 PATCH 14/35] v4l2-ctrls: prepare for matrix support.

2014-03-12 Thread Sylwester Nawrocki
Hi Mauro, On 12/03/14 14:00, Mauro Carvalho Chehab wrote: [...] > As I commented before: those complex API changes should ideally > be discussed during our mini-summits, as it allows us to better > understand the hole proposal and the taken approach. We discussed this in a dedicated brainstorming

Re: [REVIEWv3 PATCH 14/35] v4l2-ctrls: prepare for matrix support.

2014-03-12 Thread Hans Verkuil
On 03/12/2014 02:00 PM, Mauro Carvalho Chehab wrote: > Em Wed, 12 Mar 2014 13:21:41 +0100 > Hans Verkuil escreveu: > >> On 03/12/14 11:42, Mauro Carvalho Chehab wrote: >>> Em Mon, 17 Feb 2014 10:57:29 +0100 >>> Hans Verkuil escreveu: >>> From: Hans Verkuil Add core support for ma

Re: [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-03-12 Thread Mauro Carvalho Chehab
Em Wed, 12 Mar 2014 15:07:02 +0200 Antti Palosaari escreveu: > On 12.03.2014 14:57, Antti Palosaari wrote: > > On 12.03.2014 14:47, Mauro Carvalho Chehab wrote: > >> Em Wed, 12 Mar 2014 14:26:35 +0200 > >> Antti Palosaari escreveu: > >> > >>> On 12.03.2014 13:02, Mauro Carvalho Chehab wrote: > >

Re: [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-03-12 Thread Antti Palosaari
On 12.03.2014 14:57, Antti Palosaari wrote: On 12.03.2014 14:47, Mauro Carvalho Chehab wrote: Em Wed, 12 Mar 2014 14:26:35 +0200 Antti Palosaari escreveu: On 12.03.2014 13:02, Mauro Carvalho Chehab wrote: Em Mon, 10 Mar 2014 12:01:28 +0200 Antti Palosaari escreveu: On 05.03.2014 20:49, Ma

Re: [REVIEWv3 PATCH 14/35] v4l2-ctrls: prepare for matrix support.

2014-03-12 Thread Mauro Carvalho Chehab
Em Wed, 12 Mar 2014 13:21:41 +0100 Hans Verkuil escreveu: > On 03/12/14 11:42, Mauro Carvalho Chehab wrote: > > Em Mon, 17 Feb 2014 10:57:29 +0100 > > Hans Verkuil escreveu: > > > >> From: Hans Verkuil > >> > >> Add core support for matrices. > > > > Again, this patch has negative values for

Re: [REVIEWv3 PATCH 14/35] v4l2-ctrls: prepare for matrix support.

2014-03-12 Thread Mauro Carvalho Chehab
Em Wed, 12 Mar 2014 13:21:41 +0100 Hans Verkuil escreveu: > On 03/12/14 11:42, Mauro Carvalho Chehab wrote: > > Em Mon, 17 Feb 2014 10:57:29 +0100 > > Hans Verkuil escreveu: > > > >> From: Hans Verkuil > >> > >> Add core support for matrices. > > > > Again, this patch has negative values for

Re: [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-03-12 Thread Antti Palosaari
On 12.03.2014 14:47, Mauro Carvalho Chehab wrote: Em Wed, 12 Mar 2014 14:26:35 +0200 Antti Palosaari escreveu: On 12.03.2014 13:02, Mauro Carvalho Chehab wrote: Em Mon, 10 Mar 2014 12:01:28 +0200 Antti Palosaari escreveu: On 05.03.2014 20:49, Mauro Carvalho Chehab wrote: Em Thu, 27 Feb 20

Re: [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-03-12 Thread Mauro Carvalho Chehab
Em Wed, 12 Mar 2014 14:26:35 +0200 Antti Palosaari escreveu: > On 12.03.2014 13:02, Mauro Carvalho Chehab wrote: > > Em Mon, 10 Mar 2014 12:01:28 +0200 > > Antti Palosaari escreveu: > > > >> On 05.03.2014 20:49, Mauro Carvalho Chehab wrote: > >>> Em Thu, 27 Feb 2014 02:22:06 +0200 > >>> Antti Pa

Re: [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-03-12 Thread Antti Palosaari
On 12.03.2014 14:26, Antti Palosaari wrote: On 12.03.2014 13:02, Mauro Carvalho Chehab wrote: Em Mon, 10 Mar 2014 12:01:28 +0200 Antti Palosaari escreveu: On 05.03.2014 20:49, Mauro Carvalho Chehab wrote: Em Thu, 27 Feb 2014 02:22:06 +0200 Antti Palosaari escreveu: Add documentation for R

Re: [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-03-12 Thread Antti Palosaari
On 12.03.2014 13:02, Mauro Carvalho Chehab wrote: Em Mon, 10 Mar 2014 12:01:28 +0200 Antti Palosaari escreveu: On 05.03.2014 20:49, Mauro Carvalho Chehab wrote: Em Thu, 27 Feb 2014 02:22:06 +0200 Antti Palosaari escreveu: Add documentation for RF tuner bandwidth controls. These controls ar

Re: [REVIEWv3 PATCH 14/35] v4l2-ctrls: prepare for matrix support.

2014-03-12 Thread Hans Verkuil
On 03/12/14 11:42, Mauro Carvalho Chehab wrote: > Em Mon, 17 Feb 2014 10:57:29 +0100 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Add core support for matrices. > > Again, this patch has negative values for array index. > > I'll stop analyzing here, as it is hard to keep the mind in

Re: [PATCH v9][ 3/8] staging: imx-drm: Correct BGR666 and the board's dts that use them.

2014-03-12 Thread Lothar Waßmann
Hi, Denis Carikli wrote: > The current BGR666 is not consistent with the other color mapings like BGR24. > BGR666 should be in the same byte order than BGR24. > [...] > diff --git a/drivers/staging/imx-drm/ipu-v3/ipu-dc.c > b/drivers/staging/imx-drm/ipu-v3/ipu-dc.c > index 6f9abe8..154d293 10064

Re: [RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-03-12 Thread Laurent Pinchart
Hi Russell and Tomi, On Wednesday 12 March 2014 12:47:09 Tomi Valkeinen wrote: > On 12/03/14 12:25, Russell King - ARM Linux wrote: > > On Mon, Mar 10, 2014 at 02:52:53PM +0100, Laurent Pinchart wrote: > >> In theory unidirectional links in DT are indeed enough. However, let's > >> not forget the

Re: [PATCH v4 10/10] rc: img-ir: add Sanyo decoder module

2014-03-12 Thread James Hogan
On 12/03/14 10:57, Mauro Carvalho Chehab wrote: > Hi James, > > Em Fri, 28 Feb 2014 23:29:00 + > James Hogan escreveu: > >> Add an img-ir module for decoding the Sanyo infrared protocol. > > After applying this series, some new warnings are popping up, > when compiled with W=1: > > drivers

Re: [REVIEW PATCH 11/13] DocBook: document RF tuner bandwidth controls

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 10 Mar 2014 12:01:28 +0200 Antti Palosaari escreveu: > On 05.03.2014 20:49, Mauro Carvalho Chehab wrote: > > Em Thu, 27 Feb 2014 02:22:06 +0200 > > Antti Palosaari escreveu: > > > >> Add documentation for RF tuner bandwidth controls. These controls are > >> used to set filters on tuner s

Re: [PATCH v4 10/10] rc: img-ir: add Sanyo decoder module

2014-03-12 Thread Mauro Carvalho Chehab
Hi James, Em Fri, 28 Feb 2014 23:29:00 + James Hogan escreveu: > Add an img-ir module for decoding the Sanyo infrared protocol. After applying this series, some new warnings are popping up, when compiled with W=1: drivers/media/rc/img-ir/img-ir-hw.c: In function 'img_ir_free_timing': drive

Re: [RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-03-12 Thread Tomi Valkeinen
On 12/03/14 12:25, Russell King - ARM Linux wrote: > On Mon, Mar 10, 2014 at 02:52:53PM +0100, Laurent Pinchart wrote: >> In theory unidirectional links in DT are indeed enough. However, let's not >> forget the following. >> >> - There's no such thing as single start points for graphs. Sure, in so

Re: [REVIEWv3 PATCH 14/35] v4l2-ctrls: prepare for matrix support.

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:29 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Add core support for matrices. Again, this patch has negative values for array index. I'll stop analyzing here, as it is hard to keep the mind in a sane state seeing those crazy things ;) > > Signed-off-by: H

Re: [REVIEWv3 PATCH 13/35] v4l2-ctrls: use 'new' to access pointer controls

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:28 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Require that 'new' string and pointer values are accessed through the 'new' > field instead of through the union. This reduces the union to just val and > val64. > > Signed-off-by: Hans Verkuil > Reviewed-by: S

Re: [REVIEWv3 PATCH 12/35] v4l2-ctrls: replace cur by a union v4l2_ctrl_ptr.

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:27 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Instead of having to maintain the 'cur' union this patch replaces it by > a v4l2_ctrl_ptr union to be consistent with the future configuration stores, > which also use that union. The number of drivers that use '

Re: [REVIEWv3 PATCH 11/35] v4l2-ctrls: prepare for matrix support: add cols & rows fields.

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:26 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Add cols and rows fields to the core control structures in preparation > for matrix support. > > Signed-off-by: Hans Verkuil > Reviewed-by: Sylwester Nawrocki > --- > drivers/media/v4l2-core/v4l2-ctrls.c | 26

Re: [RFC PATCH] [media]: of: move graph helpers from drivers/media/v4l2-core to drivers/of

2014-03-12 Thread Russell King - ARM Linux
On Mon, Mar 10, 2014 at 02:52:53PM +0100, Laurent Pinchart wrote: > In theory unidirectional links in DT are indeed enough. However, let's not > forget the following. > > - There's no such thing as single start points for graphs. Sure, in some > simple cases the graph will have a single start po

Re: problems with Cinergy HTC HD Rev. 2 (0x0ccd:0x0101) Conexant 231xx

2014-03-12 Thread Matthias Schwarzott
On 10.03.2014 10:51, Jan Gebhardt wrote: > Hi, > > i have some problems using the Terratec Cinergy HTC Stick HD Rev. 2 . > > The driver or the specification is currenty not implemented into > driverset of media-build. That means nothing happened when plugging the stick in? > > All i know is, th