cron job: media_tree daily build: OK

2014-05-27 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: Wed May 28 04:00:17 CEST 2014 git branch: test git hash: 26f15c1fff5493fc0771248d5a409f2c7815a53a gcc versi

Any USB chip that delivers 60fps?

2014-05-27 Thread Michael Conrad
Hi, I'm looking for any USB-connected device that can give me 60fps from a NTSC signal. I'm either looking for a chip+driver that support V4L2_FIELD_ALTERNATE (which I gather are rare) so that I can construct my own frames at 60Hz by blending each pair of neighboring fields, or ideally, to fin

Re: am i in the right list?

2014-05-27 Thread Michael Durkin
what's the process tree like when its looked at? 1d5c:2000 On Thu, May 22, 2014 at 8:44 AM, Steven Toth wrote: >> Should i email Hans Verkuil or would he see this already ? >> Fresco Logic FL2000 USB to VGA adapter > > He would have seen this already. > > - Steve > > -- > Steven Toth - Kernel La

Re: [PATCH] technisat-sub2: Fix stream curruption on high bitrate

2014-05-27 Thread CrazyCat
On Sunday 25 May 2014 15:29:57 Mauro Carvalho Chehab wrote: > Could you please better document this patch? Bug "catched" @ new ABS2 satellite (75E). Transponders with bitrate 70-80mbit. Before some european another users report same issue with ~67mbit transponders (S2,8PSK,27500,5/6). So just a

Re: [PATCH] cxd2820r: TS clock inversion in config

2014-05-27 Thread CrazyCat
This specific cxd2820r option need for Geniatech T220 https://patchwork.linuxtv.org/patch/23836/ On Tuesday 06 May 2014 00:11:17 you wrote: > That patch does more than it says and due to that I don't want it. Just > implement cxd2820r clock inversion and nothing more. Put the rest stuff, > which

Re: [RFC PATCH] [media] mt9v032: Add support for mt9v022 and mt9v024

2014-05-27 Thread Guennadi Liakhovetski
Hi Philipp, On Mon, 26 May 2014, Philipp Zabel wrote: > >From the looks of it, mt9v022 and mt9v032 are very similar, > as are mt9v024 and mt9v034. With minimal changes it is possible > to support mt9v02[24] with the same driver. Are you aware of drivers/media/i2c/soc_camera/mt9v022.c? With this

Re: 1d6b:0001 [MSI A55M-P33] No webcam functionality with Zoran Microelectronics, Ltd Digital Camera EX-20 DSC

2014-05-27 Thread Richie
On Tuesday, May 27, 2014 01:55:20 PM Richie Gress wrote: > > Date: Tue, 27 May 2014 09:03:33 +0200 > > From: hverk...@xs4all.nl > > To: searchfgold67...@live.com; linux-...@vger.kernel.org; > > linux-media@vger.kernel.org Subject: Re: 1d6b:0001 [MSI A55M-P33] No > > webcam functionality with Zoran

RE: 1d6b:0001 [MSI A55M-P33] No webcam functionality with Zoran Microelectronics, Ltd Digital Camera EX-20 DSC

2014-05-27 Thread Richie Gress
> Date: Tue, 27 May 2014 09:03:33 +0200 > From: hverk...@xs4all.nl > To: searchfgold67...@live.com; linux-...@vger.kernel.org; > linux-media@vger.kernel.org > Subject: Re: 1d6b:0001 [MSI A55M-P33] No webcam functionality with Zoran > Microelectronics, Ltd Digital Camera EX-20 DSC > > On 05/27/

[PATCH 01/12] Add ISDB-T brazilian channels table

2014-05-27 Thread Mauro Carvalho Chehab
Full channel table, as defined by Brazilian regulations. Signed-off-by: Mauro Carvalho Chehab --- dvbv5_isdb-t/br-Brazil | 1446 1 file changed, 1446 insertions(+) create mode 100644 dvbv5_isdb-t/br-Brazil diff --git a/dvbv5_isdb-t/br-Brazil b/d

Re: [PATCH] em28xx: add MSI Digivox Trio support

2014-05-27 Thread P. van Gaans
On 05/27/2014 09:12 AM, Hans Verkuil wrote: On 05/27/2014 02:04 AM, P. van Gaans wrote: http://linuxtv.org/wiki/index.php/MSI_DigiVox_Trio If you're having a deja-vu, yeah, it's still me. I'm still using this device using my butt-ugly patch by adding: { USB_DEVICE(0xeb1a, 0x2885),/* MSI Di

Re: [PATCH] v4l: vsp1: sru: Handle control handler initialization errors

2014-05-27 Thread Sakari Ailus
On Tue, May 27, 2014 at 12:46:49AM +0200, Laurent Pinchart wrote: > Bail out when the SRU control handler fails to initialize. > > Signed-off-by: Laurent Pinchart > --- > drivers/media/platform/vsp1/vsp1_sru.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/drivers/media/platfo

[PATCH 1/1] media: Set entity->links NULL in cleanup

2014-05-27 Thread Sakari Ailus
Calling media_entity_cleanup() on a cleaned-up entity would result into double free of the entity->links pointer and likely memory corruption as well. Setting entity->links as NULL right after the kfree() avoids this. Signed-off-by: Sakari Ailus --- drivers/media/media-entity.c | 1 + 1 file cha

[PATCH 1/1] smiapp: Implement the test pattern control

2014-05-27 Thread Sakari Ailus
Add support for the V4L2_CID_TEST_PATTERN control. When the solid colour mode is selected, additional controls become available for setting the solid four solid colour components. Signed-off-by: Sakari Ailus --- drivers/media/i2c/smiapp/smiapp-core.c | 120 +++-- driv

Re: [PATCH 1/1] smiapp: I2C address is the last part of the subdev name

2014-05-27 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: Hi Sakari, Thank you for the patch. On Thursday 15 May 2014 10:56:42 Sakari Ailus wrote: The I2C address of the sensor device was in the middle of the sub-device name and not in the end as it should have been. The smiapp sub-device names will change from e.

Re: [PATCH/RFC 0/2] Propert alpha channel support in pixel formats

2014-05-27 Thread Laurent Pinchart
Hi Hans, On Tuesday 27 May 2014 09:18:23 Hans Verkuil wrote: > On 05/27/2014 12:17 AM, Laurent Pinchart wrote: > > Hello, > > > > This RFC patch series attempts to clean up the current ARGB format mess. > > > > The core issue is that the existing ARGB formats are ill-defined. The V4L2 > > specif

Re: [PATCH v8 3/3] ARM: sunxi: Add IR controller support in DT on A20

2014-05-27 Thread Maxime Ripard
On Mon, May 26, 2014 at 04:26:45AM +0600, Alexander Bersenev wrote: > This patch adds IR controller in A20 Device-Tree: > - Two IR devices found in A20 user manual > - Pins for two devices > - One IR device physically found on Cubieboard 2 > - One IR device physically found on Cubietruck > > Signe

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-05-27 Thread Enrico
On Mon, May 26, 2014 at 9:50 PM, Laurent Pinchart wrote: > Hello, > > This patch sets implements support for BT.656 and interlaced formats in the > OMAP3 ISP driver. Better late than never I suppose, although given how long > this has been on my to-do list there's probably no valid excuse. Thanks

[PATCH 1/2] media: mx2-emmaprp: Add devicetree support

2014-05-27 Thread Alexander Shiyan
This patch adds devicetree support for the Freescale enhanced Multimedia Accelerator (eMMA) video Pre-processor (PrP). Signed-off-by: Alexander Shiyan --- drivers/media/platform/mx2_emmaprp.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/media/platform/mx2_emmaprp.c b/driv

[PATCH 2/2] media: mx2-emmaprp: Add DT bindings documentation

2014-05-27 Thread Alexander Shiyan
This patch adds DT binding documentation for the Freescale enhanced Multimedia Accelerator (eMMA) video Pre-processor (PrP). Signed-off-by: Alexander Shiyan --- .../devicetree/bindings/media/fsl-imx-emmaprp.txt| 20 1 file changed, 20 insertions(+) create mode 100644 Do

Re: [PATCH/RFC 0/2] Propert alpha channel support in pixel formats

2014-05-27 Thread Hans Verkuil
On 05/27/2014 12:17 AM, Laurent Pinchart wrote: > Hello, > > This RFC patch series attempts to clean up the current ARGB format mess. > > The core issue is that the existing ARGB formats are ill-defined. The V4L2 > specification doesn't clearly document how the alpha bits should behave. > Drivers

[PATCH] em28xx: add MSI Digivox Trio support

2014-05-27 Thread Hans Verkuil
On 05/27/2014 02:04 AM, P. van Gaans wrote: > http://linuxtv.org/wiki/index.php/MSI_DigiVox_Trio > > If you're having a deja-vu, yeah, it's still me. I'm still using this > device using my butt-ugly patch by adding: > > { USB_DEVICE(0xeb1a, 0x2885),/* MSI Digivox Trio */ > .driv

Re: 1d6b:0001 [MSI A55M-P33] No webcam functionality with Zoran Microelectronics, Ltd Digital Camera EX-20 DSC

2014-05-27 Thread Hans Verkuil
On 05/27/2014 03:34 AM, Richie wrote: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1322380 > > [1.] One line summary of the problem: > > 1d6b:0001 [MSI A55M-P33] No webcam functionality with Zoran Microelectronics, > Ltd Digital Camera EX-20 DSC > > [2.] Full description of the proble