Re: Can I expect in-kernel decoding to work out of box?

2010-07-27 Thread Maxim Levitsky
On Wed, 2010-07-28 at 09:30 +0300, Maxim Levitsky wrote: > On Tue, 2010-07-27 at 22:33 -0400, Jarod Wilson wrote: > > On Tue, Jul 27, 2010 at 9:29 PM, Jon Smirl wrote: > > > On Tue, Jul 27, 2010 at 7:32 PM, Maxim Levitsky > > > wrote: > > >> On Wed, 2010-07-28 at 01:33 +0300, Maxim Levitsky wr

Re: [PATCH 2/4] mx2_camera: return IRQ_NONE when doing nothing

2010-07-27 Thread Sascha Hauer
On Tue, Jul 27, 2010 at 03:06:08PM +0300, Baruch Siach wrote: > Signed-off-by: Baruch Siach > --- > drivers/media/video/mx2_camera.c |8 +--- > 1 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/drivers/media/video/mx2_camera.c > b/drivers/media/video/mx2_camera.c > index

Re: Can I expect in-kernel decoding to work out of box?

2010-07-27 Thread Maxim Levitsky
On Tue, 2010-07-27 at 22:33 -0400, Jarod Wilson wrote: > On Tue, Jul 27, 2010 at 9:29 PM, Jon Smirl wrote: > > On Tue, Jul 27, 2010 at 7:32 PM, Maxim Levitsky > > wrote: > >> On Wed, 2010-07-28 at 01:33 +0300, Maxim Levitsky wrote: > >>> Hi, > >>> > >>> I ported my ene driver to in-kernel decod

Analog support for X8558

2010-07-27 Thread Sunil Khiatani
Hi, I would like to try to add support to the mygica X8558. Digital TV is already supported for this hardware in the linux kernel but analog support isn't. I haven't done kernel development before but the chipset it contains, cx23885, seems to be widely supported. The spec sheets for the

Re: Can I expect in-kernel decoding to work out of box?

2010-07-27 Thread Jarod Wilson
On Tue, Jul 27, 2010 at 9:29 PM, Jon Smirl wrote: > On Tue, Jul 27, 2010 at 7:32 PM, Maxim Levitsky > wrote: >> On Wed, 2010-07-28 at 01:33 +0300, Maxim Levitsky wrote: >>> Hi, >>> >>> I ported my ene driver to in-kernel decoding. >>> It isn't yet ready to be released, but in few days it will be

[PATCH] IR/mceusb: remove bad ir_input_dev use

2010-07-27 Thread Jarod Wilson
The ir_input_dev gets filled in by __ir_input_register, the one allocated in mceusb_init_input_dev was being overwritten by the correct one shortly after it was initialized (ultimately resulting in a memory leak). This bug was inherited from imon.c, and was pointed out to me by Maxim Levitsky. CC:

[PATCH] IR/imon: remove bad ir_input_dev use

2010-07-27 Thread Jarod Wilson
The ir_input_dev gets filled in by __ir_input_register, the one allocated in imon_init_idev was being overwritten by the correct one shortly after it was initialized (ultimately resulting in a memory leak). Additionally, there was an ill-advised memcpy into that extraneous ir_input_dev which gets f

Re: [PATCH 0/15] STAGING: add lirc device drivers

2010-07-27 Thread Jarod Wilson
On Tue, Jul 27, 2010 at 12:51:50PM -0700, Greg KH wrote: > On Tue, Jul 27, 2010 at 04:33:32PM -0300, Mauro Carvalho Chehab wrote: > > Em 27-07-2010 15:24, Jarod Wilson escreveu: > > > On Tue, Jul 27, 2010 at 09:09:56AM -0700, Greg KH wrote: > > >> On Tue, Jul 27, 2010 at 12:59:00PM -0300, Mauro Car

Re: [PATCH] dvb: siano: free spinlock before schedule()

2010-07-27 Thread Jiri Slaby
On 07/27/2010 08:42 PM, Kulikov Vasiliy wrote: > Calling schedule() holding spinlock with disables irqs is improper. As > spinlock protects list coredev->buffers, it can be unlocked untill wakeup. > This bug was introduced in a9349315f65cd6a16e8fab1f6cf0fd40f379c4db. > > Signed-off-by: Kulikov Vas

Re: Unknown CX23885 device

2010-07-27 Thread Christian Iversen
On 2010-07-27 22:09, Steven Toth wrote: > On 7/27/10 3:21 PM, Christian Iversen wrote: >> (please CC, I'm not subscribed yet) >> >> Hey Linux-DVB people >> >> I'm trying to make an as-of-yet unsupported CX23885 device work in Linux. > > http://kernellabs.com/hg/~stoth/cx23885-mpx/ > > Try

Re: [PULL] http://kernellabs.com/hg/~mkrufky/raw-payload

2010-07-27 Thread Mauro Carvalho Chehab
Hi Mike, Em 19-06-2010 15:09, Michael Krufky escreveu: > Mauro, > > This adds the ability for drivers to send the received raw payload to > the dvr device, in cases of newer delivery systems that do not deliver > transport stream and do not require usage of the kernel demux. In > these cases, th

Re: Unknown CX23885 device

2010-07-27 Thread Steven Toth
On 7/27/10 3:21 PM, Christian Iversen wrote: (please CC, I'm not subscribed yet) Hey Linux-DVB people I'm trying to make an as-of-yet unsupported CX23885 device work in Linux. http://kernellabs.com/hg/~stoth/cx23885-mpx/ Try this and if necessary module option card=29. Any good? - Steve -

Re: [PATCH 0/15] STAGING: add lirc device drivers

2010-07-27 Thread Greg KH
On Tue, Jul 27, 2010 at 04:33:32PM -0300, Mauro Carvalho Chehab wrote: > Em 27-07-2010 15:24, Jarod Wilson escreveu: > > On Tue, Jul 27, 2010 at 09:09:56AM -0700, Greg KH wrote: > >> On Tue, Jul 27, 2010 at 12:59:00PM -0300, Mauro Carvalho Chehab wrote: > >>> Em 26-07-2010 20:25, Jarod Wilson escre

Re: Unknown CX23885 device

2010-07-27 Thread Christian Iversen
On 2010-07-27 21:37, Alex Deucher wrote: On Tue, Jul 27, 2010 at 3:21 PM, Christian Iversen wrote: (please CC, I'm not subscribed yet) Hey Linux-DVB people I'm trying to make an as-of-yet unsupported CX23885 device work in Linux. I've tested that the device is not supported using the newest

Re: Unknown CX23885 device

2010-07-27 Thread Alex Deucher
On Tue, Jul 27, 2010 at 3:21 PM, Christian Iversen wrote: > (please CC, I'm not subscribed yet) > > Hey Linux-DVB people > > I'm trying to make an as-of-yet unsupported CX23885 device work in Linux. > > I've tested that the device is not supported using the newest snapshot > of the DVB drivers. Th

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2010-07-27 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Tue Jul 27 19:00:24 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14993:9652f85e688a git master:

Re: [PATCH 0/15] STAGING: add lirc device drivers

2010-07-27 Thread Mauro Carvalho Chehab
Em 27-07-2010 15:24, Jarod Wilson escreveu: > On Tue, Jul 27, 2010 at 09:09:56AM -0700, Greg KH wrote: >> On Tue, Jul 27, 2010 at 12:59:00PM -0300, Mauro Carvalho Chehab wrote: >>> Em 26-07-2010 20:25, Jarod Wilson escreveu: >> >> Hm, Jarod, you forgot to cc: the staging maintainer, so I missed the

Unknown CX23885 device

2010-07-27 Thread Christian Iversen
(please CC, I'm not subscribed yet) Hey Linux-DVB people I'm trying to make an as-of-yet unsupported CX23885 device work in Linux. I've tested that the device is not supported using the newest snapshot of the DVB drivers. They did support a bunch of extra devices compared to the standard ubuntu

Re: [PATCH 0/15] STAGING: add lirc device drivers

2010-07-27 Thread Mauro Carvalho Chehab
Em 27-07-2010 15:17, Jarod Wilson escreveu: > On Tue, Jul 27, 2010 at 12:59:00PM -0300, Mauro Carvalho Chehab wrote: >> Em 26-07-2010 20:25, Jarod Wilson escreveu: >>> This patch series adds the remaining lirc_foo device drivers to the staging >>> tree. >>> drivers/staging/lirc/TODO

[PATCH] dvb: siano: free spinlock before schedule()

2010-07-27 Thread Kulikov Vasiliy
Calling schedule() holding spinlock with disables irqs is improper. As spinlock protects list coredev->buffers, it can be unlocked untill wakeup. This bug was introduced in a9349315f65cd6a16e8fab1f6cf0fd40f379c4db. Signed-off-by: Kulikov Vasiliy --- drivers/media/dvb/siano/smscoreapi.c |6 ++

Re: [PATCH 0/15] STAGING: add lirc device drivers

2010-07-27 Thread Jarod Wilson
On Tue, Jul 27, 2010 at 09:09:56AM -0700, Greg KH wrote: > On Tue, Jul 27, 2010 at 12:59:00PM -0300, Mauro Carvalho Chehab wrote: > > Em 26-07-2010 20:25, Jarod Wilson escreveu: > > Hm, Jarod, you forgot to cc: the staging maintainer, so I missed these > :) D'oh, sorry, yeah, realized that about

Re: [PATCH 0/15] STAGING: add lirc device drivers

2010-07-27 Thread Jarod Wilson
On Tue, Jul 27, 2010 at 12:59:00PM -0300, Mauro Carvalho Chehab wrote: > Em 26-07-2010 20:25, Jarod Wilson escreveu: > > This patch series adds the remaining lirc_foo device drivers to the staging > > tree. > > drivers/staging/lirc/TODO |8 + ^^^ > Hi Jarod, > > Please add a TO

Re: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-07-27 Thread Hans Verkuil
On Tuesday 27 July 2010 09:41:40 Marek Szyprowski wrote: > Hello, > > On Monday, July 26, 2010 10:29 PM Hans Verkuil wrote: > > > Hi Michal, > > > > Thanks for working on this, we definitely need something along these lines. > > > > On Monday 26 July 2010 16:40:30 Michal Nazarewicz wrote: > > >

Re: [PATCH 0/15] STAGING: add lirc device drivers

2010-07-27 Thread Greg KH
On Tue, Jul 27, 2010 at 12:59:00PM -0300, Mauro Carvalho Chehab wrote: > Em 26-07-2010 20:25, Jarod Wilson escreveu: Hm, Jarod, you forgot to cc: the staging maintainer, so I missed these :) > Please add a TODO file at staging/lirc, describing what's needed for > the drivers to move to the IR bra

Re: [PATCH 0/15] STAGING: add lirc device drivers

2010-07-27 Thread Mauro Carvalho Chehab
Em 26-07-2010 20:25, Jarod Wilson escreveu: > This patch series adds the remaining lirc_foo device drivers to the staging > tree. The core lirc_dev driver and lirc headers are currently merged in a > v4l/dvb staging tree (which is pulled into linux-next), and are utilized by > way of an IR decoder/

[GIT PATCHES FOR 2.6.36] Samsung fimc driver

2010-07-27 Thread Pawel Osciak
The following changes since commit c57fd88318988f17731e446fe1d8498f506fdd44: V4L/DVB: uvcvideo: Add support for Manta MM-353 Plako (2010-07-05 19:47:16 -0300) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-2.6-samsung v4l/s5p-fimc Sylwester Nawrocki (2):

Re: [Q]: any DVB-S2 card which is 45MS/s capable?

2010-07-27 Thread VDR User
On Tue, Jul 27, 2010 at 5:52 AM, Emmanuel wrote: > VDR User a écrit : >> >> Look at the vp-1041 I think. > > From what I gathered it is not able to do 45MS/s for DVB-S2. > Thanks anyway, You may want to ask Manu Abraham (author of the mantis driver) about that to be sure. It seems I recall him t

Re: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-07-27 Thread FUJITA Tomonori
On Tue, 27 Jul 2010 06:58:42 -0600 Jonathan Corbet wrote: > On Tue, 27 Jul 2010 14:45:58 +0200 > Marek Szyprowski wrote: > > > > How does one obtain the CPU address of this memory in order for the CPU > > > to access it? > > > > Right, we did not cover such case. In CMA approach we tried to

RE: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-07-27 Thread Marek Szyprowski
Hello, On Tuesday, July 27, 2010 2:59 PM Jonathan Corbet wrote: > On Tue, 27 Jul 2010 14:45:58 +0200 > Marek Szyprowski wrote: > > > > How does one obtain the CPU address of this memory in order for the CPU > > > to access it? > > > > Right, we did not cover such case. In CMA approach we tried

Re: [PATCH 2/2] media: video: pvrusb2: remove custom hex_to_bin()

2010-07-27 Thread Mike Isely
Andy: Acked-By: Mike Isely -Mike On Tue, 27 Jul 2010, Andy Shevchenko wrote: > Signed-off-by: Andy Shevchenko > Cc: Mike Isely > --- > drivers/media/video/pvrusb2/pvrusb2-debugifc.c | 14 ++ > 1 files changed, 2 insertions(+), 12 deletions(-) > > diff --git a/drivers/medi

Re: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-07-27 Thread Jonathan Corbet
On Tue, 27 Jul 2010 14:45:58 +0200 Marek Szyprowski wrote: > > How does one obtain the CPU address of this memory in order for the CPU > > to access it? > > Right, we did not cover such case. In CMA approach we tried to separate > memory allocation from the memory mapping into user/kernel spac

Re: [PATCH] Fix possible memory leak in dvbca.c

2010-07-27 Thread Tomer Barletz
2010/7/25 Tomer Barletz : > Allocated memory will never get free when read fails. > See attached patch. > > Tomer > Attached a better patch... :) diff -r d3509d6e9499 lib/libdvbapi/dvbca.c --- a/lib/libdvbapi/dvbca.c Sat Aug 08 19:17:21 2009 +0200 +++ b/lib/libdvbapi/dvbca.c Tue Jul 27 15:56:48 20

Re: [Q]: any DVB-S2 card which is 45MS/s capable?

2010-07-27 Thread Emmanuel
VDR User a écrit : Look at the vp-1041 I think. From what I gathered it is not able to do 45MS/s for DVB-S2. Thanks anyway, Manu -- 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

RE: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-07-27 Thread Marek Szyprowski
Hello, On Tuesday, July 27, 2010 2:09 PM Russell King - ARM Linux wrote: > On Mon, Jul 26, 2010 at 04:40:30PM +0200, Michal Nazarewicz wrote: > > +** Why is it needed? > > + > > +Various devices on embedded systems have no scatter-getter and/or > > +IO map support and as such require cont

[PATCH 2/2] media: video: pvrusb2: remove custom hex_to_bin()

2010-07-27 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko Cc: Mike Isely --- drivers/media/video/pvrusb2/pvrusb2-debugifc.c | 14 ++ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/media/video/pvrusb2/pvrusb2-debugifc.c b/drivers/media/video/pvrusb2/pvrusb2-debugifc.c index e9b11e1..

[PATCH 1/2] drivers: usbvideo: remove custom implementation of hex_to_bin()

2010-07-27 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/video/usbvideo/usbvideo.c | 12 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/usbvideo/usbvideo.c b/drivers/media/video/usbvideo/usbvideo.c index 5ac37c6..f1fcf97 100644 --- a/drivers/media/video

[PATCH]videobuf_dma_sg: a new implementation for mmap

2010-07-27 Thread Figo.zhang
a mmap issue for videobuf-dma-sg: it will alloc a new page for mmaping when it encounter page fault at video_vm_ops->fault(). a new implementation for mmap, it translate the vmalloc to page at video_vm_ops->fault(). Signed-off-by: Figo.zhang --- drivers/media/video/videobuf-dma-sg.c | 38

Re: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-07-27 Thread Russell King - ARM Linux
On Mon, Jul 26, 2010 at 04:40:30PM +0200, Michal Nazarewicz wrote: > +** Why is it needed? > + > +Various devices on embedded systems have no scatter-getter and/or > +IO map support and as such require contiguous blocks of memory to > +operate. They include devices such as cameras, har

[PATCH 4/4] mx2_camera: implement forced termination of active buffer for mx25

2010-07-27 Thread Baruch Siach
This allows userspace to terminate a capture without waiting for the current frame to complete. Signed-off-by: Baruch Siach --- drivers/media/video/mx2_camera.c | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers

[PATCH 2/4] mx2_camera: return IRQ_NONE when doing nothing

2010-07-27 Thread Baruch Siach
Signed-off-by: Baruch Siach --- drivers/media/video/mx2_camera.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index 1536bd4..b42ad8d 100644 --- a/drivers/media/video/mx2_camera.c +++ b/drivers/m

[PATCH 3/4] mx2_camera: fix comment typo

2010-07-27 Thread Baruch Siach
Signed-off-by: Baruch Siach --- drivers/media/video/mx2_camera.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index b42ad8d..d327d11 100644 --- a/drivers/media/video/mx2_camera.c +++ b/drivers/media/v

[PATCH 1/4] mx2_camera: fix a race causing NULL dereference

2010-07-27 Thread Baruch Siach
The mx25_camera_irq irq handler may get called after the camera has been deactivated (from mx2_camera_deactivate). Detect this situation, and bail out. Signed-off-by: Baruch Siach --- drivers/media/video/mx2_camera.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/dri

[PATCH 0/4] mx2_camera: mx25 fixes and enhancements

2010-07-27 Thread Baruch Siach
The first 3 pathces in this series are fixes for the mx2_camera driver which is going upstream via the imx git tree. The last patch implements forced active buffer termination on mx25. Baruch Siach (4): mx2_camera: fix a race causing NULL dereference mx2_camera: return IRQ_NONE when doing no

Re: [PATCH] Fix possible memory leak in dvbca.c

2010-07-27 Thread Tomer Barletz
2010/7/25 Tomer Barletz : > Allocated memory will never get free when read fails. > See attached patch. > > Tomer > Does anybody knows who's dvb-apps maintainer? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More maj

dmesg log - unknown USB video grabber

2010-07-27 Thread Jim Comerford
I recently bought a Video Grabber USB stick. The unit works with Windows XP and is supplied with a driver for it. I hoped that I could get it to work with Linux. It is made by AGK Nordic and is model 3015. Below is a copy of the relevant lines from dmesg after inserting it. Regards, Jim Come

Re: [RFC/PATCH v2 06/10] media: Entities, pads and links enumeration

2010-07-27 Thread Laurent Pinchart
Hi Hans, On Monday 26 July 2010 21:48:28 Hans Verkuil wrote: > On Monday 26 July 2010 18:34:42 Laurent Pinchart wrote: > > On Saturday 24 July 2010 14:45:39 Hans Verkuil wrote: > > > On Wednesday 21 July 2010 16:35:31 Laurent Pinchart wrote: > > > > Create the following two ioctls and implement th

Patch for TwinHan VT DST and compatible DVB-T cards

2010-07-27 Thread Arnuschky
Hi, here a small patch to get a TwinHan VT DST DVB-T card working with kernels >= 2.6.32. Analogously to http://linuxtv.org/hg/v4l-dvb/rev/0e735b509163 I had to: "Fill in the .caps field in struct dst_dvbt_ops (around line 1763) with all the supported QAM modulation methods to match the capabilit

Development list only?

2010-07-27 Thread Arnuschky
Hello, I have been redirected here after subscribing to the "linux-dvb" list. Thus, I asked my usage-related question on this mailing list, but I did not get any reply up to now (subject "Very poor quality on buget card TwinHan VP DST"). I suspect that this is because this mailing list is not a

RE: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-07-27 Thread Marek Szyprowski
Hello, On Monday, July 26, 2010 10:29 PM Hans Verkuil wrote: > Hi Michal, > > Thanks for working on this, we definitely need something along these lines. > > On Monday 26 July 2010 16:40:30 Michal Nazarewicz wrote: > > The Contiguous Memory Allocator framework is a set of APIs for > > allocatin