Re: [git:media_tree/master] [media] Siano: smsusb - Add a device id for PX-S1UD

2014-03-12 Thread Sat
Thank you for the update, Mauro. I didn't know how to check the status, now I get it :-) Thanks, Satoshi (2014/03/12 0:12), Mauro Carvalho Chehab wrote: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git

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, that

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 point,

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 hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com Add cols and rows fields to the core control structures in preparation for matrix support. Signed-off-by: Hans Verkuil hans.verk...@cisco.com Reviewed-by: Sylwester

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 hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com 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

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 hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com 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.

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 hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com 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

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 some

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 james.ho...@imgtec.com 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

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 cr...@iki.fi escreveu: On 05.03.2014 20:49, Mauro Carvalho Chehab wrote: Em Thu, 27 Feb 2014 02:22:06 +0200 Antti Palosaari cr...@iki.fi escreveu: Add documentation for RF tuner bandwidth controls. These controls are used to set

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 james.ho...@imgtec.com 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:

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 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 100644

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 hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com Add core support for matrices. Again, this patch has negative values for array index. I'll stop analyzing here, as it

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 cr...@iki.fi escreveu: On 05.03.2014 20:49, Mauro Carvalho Chehab wrote: Em Thu, 27 Feb 2014 02:22:06 +0200 Antti Palosaari cr...@iki.fi escreveu: Add documentation for RF tuner bandwidth

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 cr...@iki.fi escreveu: On 05.03.2014 20:49, Mauro Carvalho Chehab wrote: Em Thu, 27 Feb 2014 02:22:06 +0200 Antti Palosaari cr...@iki.fi escreveu:

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 cr...@iki.fi escreveu: On 12.03.2014 13:02, Mauro Carvalho Chehab wrote: Em Mon, 10 Mar 2014 12:01:28 +0200 Antti Palosaari cr...@iki.fi escreveu: On 05.03.2014 20:49, Mauro Carvalho Chehab wrote: Em Thu, 27 Feb 2014 02:22:06 +0200

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 cr...@iki.fi escreveu: On 12.03.2014 13:02, Mauro Carvalho Chehab wrote: Em Mon, 10 Mar 2014 12:01:28 +0200 Antti Palosaari cr...@iki.fi escreveu: On 05.03.2014 20:49, Mauro Carvalho Chehab

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 hverk...@xs4all.nl escreveu: On 03/12/14 11:42, Mauro Carvalho Chehab wrote: Em Mon, 17 Feb 2014 10:57:29 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com Add core support for matrices.

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 hverk...@xs4all.nl escreveu: On 03/12/14 11:42, Mauro Carvalho Chehab wrote: Em Mon, 17 Feb 2014 10:57:29 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com Add core support for matrices.

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 cr...@iki.fi escreveu: On 12.03.2014 13:02, Mauro Carvalho Chehab wrote: Em Mon, 10 Mar 2014 12:01:28 +0200 Antti Palosaari cr...@iki.fi escreveu:

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 cr...@iki.fi 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 cr...@iki.fi escreveu: On 12.03.2014 13:02, Mauro Carvalho Chehab

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 hverk...@xs4all.nl escreveu: On 03/12/14 11:42, Mauro Carvalho Chehab wrote: Em Mon, 17 Feb 2014 10:57:29 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: From: Hans Verkuil

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 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 hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- .../DocBook/media/v4l/vidioc-queryctrl.xml | 223

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 hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com Document the support for the new complex type controls. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- .../DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 43

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 cr...@iki.fi 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 cr...@iki.fi escreveu:

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 hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com Document the support for complex types in controls. Signed-off-by: Hans Verkuil hans.verk...@cisco.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com ---

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 hverk...@xs4all.nl escreveu: From: Hans Verkuil hans.verk...@cisco.com These are needed by the upcoming patches for the motion detection matrices. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/v4l2-core/v4l2-ctrls.c

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 laurent.pinch...@ideasonboard.com escreveu: On Tuesday 11 March 2014 17:34:30 Sylwester Nawrocki wrote:

[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 standby2...@gmail.com --- Documentation/DocBook/media/dvb/dvbproperty.xml | 2 +- Documentation/DocBook/media/v4l/compat.xml

[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 de...@eukrea.com Acked-by: Philipp Zabel p.za...@pengutronix.de --- ChangeLog v9-v10: - Rebased. - Added Philipp Zabel's Ack. - Included

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

2014-03-12 Thread Denis Carikli
Signed-off-by: Denis Carikli de...@eukrea.com Acked-by: Philipp Zabel p.za...@pengutronix.de --- 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: -

[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 de...@eukrea.com --- ChangeLog v9-v10: - New patch from what's left of: staging:

[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 de...@eukrea.com Acked-by: Mauro Carvalho Chehab m.che...@samsung.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Philipp

[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.

[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 de...@eukrea.com --- ChangeLog v9-v10: - New patch that was splitted out of staging: imx-drm: Use de-active and

[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 de...@eukrea.com --- 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

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 cr...@iki.fi escreveu: On 12.03.2014 15:21, Mauro Carvalho Chehab wrote: Em Wed, 12 Mar 2014 15:07:02 +0200 Antti Palosaari cr...@iki.fi escreveu: On 12.03.2014 14:57, Antti Palosaari wrote: On 12.03.2014 14:47, Mauro Carvalho Chehab

[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 hverk...@xs4all.nl Cc: Mauro Carvalho Chehab m.che...@samsung.com Signed-off-by: Antti Palosaari cr...@iki.fi --- Documentation/DocBook/media/v4l/controls.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

[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

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 ben.do...@codethink.co.uk ---

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 ben.do...@codethink.co.uk --- arch/arm/boot/dts/r8a7790.dtsi

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