Re: [PATCH] dvb/as102 nBox DVB-T dongle

2011-10-14 Thread Hans Petter Selasky
Hi, Could someone pull the AS102 driver into the media tree? http://git.linuxtv.org/media_tree.git/tree/HEAD:/drivers/media/dvb --HPS On Wednesday 20 July 2011 22:29:41 Piotr Chmura wrote: I just bought DVB-T USB dongle for one of polish digital platform. It works fine with as102 driver.

RE: [Linaro-mm-sig] [PATCH 8/9] ARM: integrate CMA with DMA-mapping subsystem

2011-10-14 Thread Marek Szyprowski
Hello, On Friday, October 14, 2011 6:33 AM Subash Patel wrote: Hi Marek, As informed to you in private over IRC, below piece of code broke during booting EXYNOS4:SMDKV310 with ZONE_DMA enabled. Right, I missed the fact that ZONE_DMA can be enabled but the machine does not provide specific

[Patch]Support for Terratec G1

2011-10-14 Thread Teka
Hi, This is a little patch to support Terratec G1 (based on Terratec Grabby). It works perfectly on my pc (Ubuntu 11.04 / Kernel 2.6.38). Best regards, --- linux-source-2.6.38.org/drivers/media/video/em28xx/em28xx-cards.c 2011-03-15 02:20:32.0 +0100 +++

Re: [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Tomasz Stanislawski
Hi Mr. Sumit Semwal, Thank you for taking care of the framework for buffer sharing. The support of buffer sharing in V4L2, both exporting and importing was posted in shrbuf proof-of-concept patch. It should be easy to port it to dmabuf.

Re: freeze/crash

2011-10-14 Thread semiRocket
On Fri, 14 Oct 2011 01:51:37 +0200, James bjloc...@lockie.ca wrote: It always crashes when I access the hardware but the place it crashes is random. Maybe you would want to pass those crash logs for debugging purposes :) It's possible for developers to track from them where the crash occurs

Re: [PATCH] dvb/as102 nBox DVB-T dongle

2011-10-14 Thread Piotr Chmura
Hi, There's licencing problem with as10x_cmd_cfg.c and as10x_cmd_stream.c files which are not GPL ( (c) Copyright Abilis Systems SARL 2005-2009 All rigths reserved \n www.abilis.com). Dunno if it's only Davin's Heitmueller oversight in changing licencing or a real problem. What about

Re: [PATCH] dvb/as102 nBox DVB-T dongle

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 8:36 AM, Piotr Chmura chmoor...@poczta.onet.pl wrote: Hi, There's  licencing problem with as10x_cmd_cfg.c and as10x_cmd_stream.c files which are not GPL ( (c) Copyright Abilis Systems SARL 2005-2009 All rigths reserved \n   www.abilis.com). Dunno if it's only

[PATCH] media: vb2: set buffer length correctly for all buffer types

2011-10-14 Thread Marek Szyprowski
v4l2_planes[plane].length field was not initialized for userptr buffers. This patch fixes this issue. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Pawel Osciak pa...@osciak.com --- drivers/media/video/videobuf2-core.c |2

Re: PCTV 520e on Linux

2011-10-14 Thread Mauro Carvalho Chehab
Em 13-10-2011 20:19, Devin Heitmueller escreveu: On Thu, Oct 13, 2011 at 7:06 PM, Benjamin Larsson benja...@southpole.se wrote: On 10/13/2011 07:48 PM, Devin Heitmueller wrote: On Thu, Oct 13, 2011 at 12:19 PM, Antti Palosaari cr...@iki.fi wrote: You were close: em2884, drx-k, xc5000, and

Re: Support for Sveon STV22 (IT9137)

2011-10-14 Thread Mauro Carvalho Chehab
Em 09-10-2011 02:09, Leandro Terrés escreveu: This device identifies has IdProduct 0xe411 and is a clone of KWorld UB499-2T T09(IT9137). This patch simply adds support for this device. Patch applies ok, with just one small whitespace issue. However, you forgot to add your signed-off-by: on

Re: PCTV 520e on Linux

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 9:19 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: While the basic chips used are different, they are completely different hardware designs and likely have different GPIO configurations as well as IF specs. The IF settings for xc5000 with DRX-K are solved with

Re: PCTV 520e on Linux

2011-10-14 Thread Mauro Carvalho Chehab
Em 14-10-2011 10:28, Devin Heitmueller escreveu: On Fri, Oct 14, 2011 at 9:19 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: While the basic chips used are different, they are completely different hardware designs and likely have different GPIO configurations as well as IF specs. The

Re: PCTV 520e on Linux

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 10:01 AM, Sönke Brandt sbra...@pctvsystems.com wrote:  Just a quick note: The 520e does use the TDA18271 tuner, not an XC5000.  Soenke. Wow, how the hell did I screw that up? Of course Sönke is correct. I momentarily got the 520e confused with the HVR-930c (I've done

bttv-gpio.c

2011-10-14 Thread Augusto Destrero
Hi, I'm trying to understand how to control GPIOs on a bt878 card, as described in this earlier post: http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/39342 I came across the file bttv-gpio.c in drivers/media/video/bt8xx, and the starting comment seems what I'm looking

Re: [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Sumit Semwal
On 14 October 2011 15:30, Tomasz Stanislawski t.stanisl...@samsung.com wrote: Hi Mr. Sumit Semwal, Hello Mr. Tomasz Stanislawski :), Thank you for taking care of the framework for buffer sharing. The support of buffer sharing in V4L2, both exporting and importing was posted in shrbuf

Re: [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Daniel Vetter
On Fri, Oct 14, 2011 at 12:00:58PM +0200, Tomasz Stanislawski wrote: +/** + * struct dma_buf_ops - operations possible on struct dma_buf + * @create: creates a struct dma_buf of a fixed size. Actual allocation + * does not happen here. The 'create' ops is not present in dma_buf_ops.

Re: [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Rob Clark
On Fri, Oct 14, 2011 at 5:00 AM, Tomasz Stanislawski t.stanisl...@samsung.com wrote: + * @attach: allows different devices to 'attach' themselves to the given + *         buffer. It might return -EBUSY to signal that backing storage + *         is already allocated and incompatible with the

[media-ctl PATCH 1/1] Several printout fixes.

2011-10-14 Thread Sakari Ailus
- There are sink and source pads, not input and output. - Print also DYNAMIC flag. - Don't print pad before pad number in some cases. The strings are more usable for link parsing now. - Don't print extra commas afterlink flags. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- src/main.c |

Re: PCTV 520e on Linux

2011-10-14 Thread Mauro Carvalho Chehab
Em 14-10-2011 11:04, Devin Heitmueller escreveu: On Fri, Oct 14, 2011 at 10:01 AM, Sönke Brandt sbra...@pctvsystems.com wrote: Just a quick note: The 520e does use the TDA18271 tuner, not an XC5000. The tda18271-dd/drx-k/em28xx combination works fine, provided that the GPIO initialization

help

2011-10-14 Thread Mario Torres
-- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

help

2011-10-14 Thread Mario Torres
help -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: PCTV 520e on Linux

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 12:14 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: The tda18271-dd/drx-k/em28xx combination works fine, provided that the GPIO initialization enables both tuner and demod during probe time. Currently, the device I used to add support for it (a Terratec H5) has a

Re: Support for Sveon STV22 (IT9137)

2011-10-14 Thread Leandro Terrés
2011/10/14 Mauro Carvalho Chehab mche...@redhat.com: Em 09-10-2011 02:09, Leandro Terrés escreveu: This device identifies has IdProduct 0xe411 and is a clone of KWorld UB499-2T T09(IT9137). This patch simply adds support for this device. Patch applies ok, with just one small whitespace

Re: [PATCH 1/4] v4l: add support for selection api

2011-10-14 Thread Sakari Ailus
On Wed, Oct 12, 2011 at 05:08:20PM +0200, Tomasz Stanislawski wrote: On 10/12/2011 01:48 PM, Sakari Ailus wrote: Hi Tomasz, On Wed, Aug 31, 2011 at 02:28:20PM +0200, Tomasz Stanislawski wrote: ... diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index fca24cc..b7471fe

Re: serial device name for smart card reader that is integrated to Anysee DVB USB device

2011-10-14 Thread Oliver Neukum
Am Mittwoch, 5. Oktober 2011, 10:16:06 schrieb Oliver Neukum: Am Mittwoch, 5. Oktober 2011, 08:19:10 schrieb Antti Palosaari: On 10/05/2011 09:15 AM, Oliver Neukum wrote: But, Greg, Antti makes a very valid point here. The generic code assumes that it owns intfdata, that is you

Re: PCTV 520e on Linux

2011-10-14 Thread Mauro Carvalho Chehab
Em 14-10-2011 13:41, Devin Heitmueller escreveu: On Fri, Oct 14, 2011 at 12:14 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: The tda18271-dd/drx-k/em28xx combination works fine, provided that the GPIO initialization enables both tuner and demod during probe time. Currently, the device I

cron job: media_tree daily build: WARNINGS

2011-10-14 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:Fri Oct 14 19:01:37 CEST 2011 git hash:e30528854797f057aa6ffb6dc9f890e923c467fd gcc version: i686-linux-gcc

Re: PCTV 520e on Linux

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 1:39 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: What are the USB ID's for the device? I may try to do a patch for it during this weekend, if I found time to add support for a few other devices that Terratec gently donated me. 510e 2304:0242 520e 2013:0251,

Re: freeze/crash

2011-10-14 Thread James
On 10/14/11 07:10, semiRocket wrote: On Fri, 14 Oct 2011 01:51:37 +0200, James bjloc...@lockie.ca wrote: It always crashes when I access the hardware but the place it crashes is random. Maybe you would want to pass those crash logs for debugging purposes :) What crash logs? The kernel locks

Re: [GIT PATCHES FOR 3.2] cx23885 alsa cleaned and prepaired

2011-10-14 Thread Mauro Carvalho Chehab
Em 10-10-2011 11:52, Igor M. Liplianin escreveu: Hi Mauro and Steven, It's been a long time since cx23885-alsa pull was requested. To speed things up I created a git branch where I put the patches. Some patches merged, like introduce then correct checkpatch compliance or convert spinlock to

Re: [GIT PATCHES FOR 3.2] cx23885 alsa cleaned and prepaired

2011-10-14 Thread Mauro Carvalho Chehab
Em 10-10-2011 11:52, Igor M. Liplianin escreveu: Hi Mauro and Steven, It's been a long time since cx23885-alsa pull was requested. To speed things up I created a git branch where I put the patches. Some patches merged, like introduce then correct checkpatch compliance or convert spinlock to

Re: [GIT PATCHES FOR 3.2] cx23885 alsa cleaned and prepaired

2011-10-14 Thread Mauro Carvalho Chehab
Em 10-10-2011 11:52, Igor M. Liplianin escreveu: Hi Mauro and Steven, It's been a long time since cx23885-alsa pull was requested. To speed things up I created a git branch where I put the patches. Some patches merged, like introduce then correct checkpatch compliance or convert spinlock to

Re: [GIT PATCHES FOR 3.2] cx23885 alsa cleaned and prepaired

2011-10-14 Thread Mauro Carvalho Chehab
Em 10-10-2011 11:52, Igor M. Liplianin escreveu: Hi Mauro and Steven, It's been a long time since cx23885-alsa pull was requested. To speed things up I created a git branch where I put the patches. Some patches merged, like introduce then correct checkpatch compliance or convert spinlock to

via-camera: scaling and RGB modes

2011-10-14 Thread Daniel Drake
Hi Jon, We're dealing with a via-camera issue from the Scratch application. The latest version of scratch uses libv4l2 and requests RGB24 images as that is what it uses internally. via-camera/ov7670 doesn't support RGB24 but libv4l2 kicks in with its format conversion and chooses RGB565, which

Re: [GIT PATCHES FOR 3.2] cx23885 alsa cleaned and prepaired

2011-10-14 Thread Igor M. Liplianin
В сообщении от 14 октября 2011 23:25:07 автор Mauro Carvalho Chehab написал: Em 10-10-2011 11:52, Igor M. Liplianin escreveu: Hi Mauro and Steven, It's been a long time since cx23885-alsa pull was requested. To speed things up I created a git branch where I put the patches. Some

Re: freeze/crash

2011-10-14 Thread semiRocket
On Fri, 14 Oct 2011 20:38:46 +0200, James bjloc...@lockie.ca wrote: On 10/14/11 07:10, semiRocket wrote: On Fri, 14 Oct 2011 01:51:37 +0200, James bjloc...@lockie.ca wrote: It always crashes when I access the hardware but the place it crashes is random. Maybe you would want to pass those

OMAP3 ISP - interlaced data incorrect

2011-10-14 Thread Gary Thomas
For days, I've been chasing ghosts :-) I know they are still there, but I think they are more a function of the source than the ISP setup. So, I went looking for a better source, NTSC in my case. My choice is is a DVD player with known good video (I'm convinced that my cheap NTSC camera

Re: [PATCHv16 0/9] Contiguous Memory Allocator

2011-10-14 Thread Andrew Morton
On Tue, 11 Oct 2011 15:52:04 +0200 Arnd Bergmann a...@arndb.de wrote: On Tuesday 11 October 2011, Andrew Morton wrote: Russell's going to hate me, but... I do know that he had substantial objections to at least earlier versions of this, and he is a guy who knows of what he speaks.

Re: [PATCH 1/9] mm: move some functions from memory_hotplug.c to page_isolation.c

2011-10-14 Thread Andrew Morton
On Thu, 06 Oct 2011 15:54:41 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote: From: KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com Memory hotplug is a logic for making pages unused in the specified range of pfn. So, some of core logics can be used for other purpose as allocating a

Re: OMAP3 ISP - interlaced data incorrect

2011-10-14 Thread Gary Thomas
On 2011-10-14 17:07, Gary Thomas wrote: For days, I've been chasing ghosts :-) I know they are still there, but I think they are more a function of the source than the ISP setup. So, I went looking for a better source, NTSC in my case. My choice is is a DVD player with known good video (I'm

Re: [PATCH 2/9] mm: alloc_contig_freed_pages() added

2011-10-14 Thread Andrew Morton
On Thu, 06 Oct 2011 15:54:42 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote: From: KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com This commit introduces alloc_contig_freed_pages() function The freed seems redundant to me. Wouldn't alloc_contig_pages be a better name? which

Re: [PATCH 3/9] mm: alloc_contig_range() added

2011-10-14 Thread Andrew Morton
On Thu, 06 Oct 2011 15:54:43 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Michal Nazarewicz m.nazarew...@samsung.com This commit adds the alloc_contig_range() function which tries to allocate given range of pages. It tries to migrate all already allocated pages that fall in

Re: [PATCH 4/9] mm: MIGRATE_CMA migration type added

2011-10-14 Thread Andrew Morton
On Thu, 06 Oct 2011 15:54:44 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote: From: Michal Nazarewicz m.nazarew...@samsung.com The MIGRATE_CMA migration type has two main characteristics: (i) only movable pages can be allocated from MIGRATE_CMA pageblocks and (ii) page allocator will

Re: OMAP3 ISP - interlaced data incorrect

2011-10-14 Thread Enrico
On Sat, Oct 15, 2011 at 1:07 AM, Gary Thomas g...@mlbassoc.com wrote: For days, I've been chasing ghosts :-)  I know they are still there, but I think they are more a function of the source than the ISP setup. So, I went looking for a better source, NTSC in my case.  My choice is is a DVD

Re: OMAP3 ISP - interlaced data incorrect

2011-10-14 Thread Enrico
On Sat, Oct 15, 2011 at 1:23 AM, Gary Thomas g...@mlbassoc.com wrote: To be clear, moving from film to video, there would be no change of data within a single frame between the two interleaved halves.  I'm sure this was even true of old cameras, which were not digital capture devices being

[PATCH] it913x [VER 1.07] Support for single ITE 9135 devices

2011-10-14 Thread Malcolm Priestley
Support for single ITE 9135 device. Only single devices have been tested. Dual ITE 9135 devices should work, but have not been tested. TODOs support for ver 2 chip config for other tuner types. rework of firmware file. Signed-off-by: Malcolm Priestley tvbox...@gmail.com ---

Re: [PATCH 6/9] drivers: add Contiguous Memory Allocator

2011-10-14 Thread Andrew Morton
On Thu, 06 Oct 2011 15:54:46 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote: The Contiguous Memory Allocator is a set of helper functions for DMA mapping framework that improves allocations of contiguous memory chunks. CMA grabs memory on system boot, marks it with CMA_MIGRATE_TYPE

Re: OMAP3 ISP - interlaced data incorrect

2011-10-14 Thread Gary Thomas
On 2011-10-14 17:43, Enrico wrote: On Sat, Oct 15, 2011 at 1:07 AM, Gary Thomasg...@mlbassoc.com wrote: For days, I've been chasing ghosts :-) I know they are still there, but I think they are more a function of the source than the ISP setup. So, I went looking for a better source, NTSC in my