[PATCH] drivers/media/IR/imon.c: Use pr_err instead of err

2010-06-20 Thread Joe Perches
Use the standard error logging mechanisms. Add #define pr_fmt(fmt) KBUILD_MODNAME :%s fmt, __func__ Remove __func__ from err calls, add '\n', rename to pr_err Signed-off-by: Joe Perches j...@perches.com --- drivers/media/IR/imon.c | 73 ++- 1 files

[PATCH] Mantis DMA transfer cleanup, fixes data corruption and a race, improves performance.

2010-06-20 Thread Marko Ristola
Hi Here is another version of the DMA transfer fix. Please try it. Comments? The current DMA code with drivers/media/dvb/mantis/mantis_dma.c has user visible problems: - about 1500 interrupts per second. One CPU can't copy h.264 data over the network for me (vdr, streamdev). - 64K garbage at

Re: Compro VideoMate U3 [eb1a:2870] still not working in 2.6.32

2010-06-20 Thread Alica
According to various sources, the U3 uses EM2870+MT352+QT1010 as its USB video capture/demodulator/tuner combination. http://www.ixbt.com/monitor/images/compro-u3/inside-front.jpg However in em28xx-cards.c, the U3 is listed as below: [EM2870_BOARD_COMPRO_VIDEOMATE] = { .name

[PATCH] Mantis: append tasklet maintenance for DVB stream delivery

2010-06-20 Thread Marko Ristola
Hi I have a patch that should fix possible memory corruption problems in Mantis drivers with tasklets after DMA transfer has been stopped. In the patch tasklet is enabled only for DVB stream delivery, at end of DVB stream delivery tasklet is disabled again. The lack of tasklet maintenance

Re: [PATCH] Mantis: append tasklet maintenance for DVB stream delivery

2010-06-20 Thread Bjørn Mork
Marko Ristola marko.rist...@kolumbus.fi writes: The following schedule might also be a problem: 1. mantis_core_exit: mantis_dma_stop() 2. mantis_core_exit: mantis_dma_exit(). Note that mantis_core_exit() is never called. Unless I've missed something, the

Firmware extract from usbsnoop.log

2010-06-20 Thread Martin Berndaner
Hello, does anyone know how to extract the firmware from a usbsnoop.log? Regards Martin. -- 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

[PATCH] tm6000: add ir support

2010-06-20 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/Makefile |3 +- drivers/staging/tm6000/tm6000-cards.c | 27 +++- drivers/staging/tm6000/tm6000-input.c | 357 +

[no subject]

2010-06-20 Thread Waling Dijkstra
Hi linux-media, adding support for CI and IR on the TT CT-3650. Signed-off-by: Waling Dijkstra walingdijks...@hotmail.com rgrds, Waling diff --git a/drivers/media/dvb/dvb-usb/ttusb2.c b/drivers/media/dvb/dvb-usb/ttusb2.cindex a6de489..5ce6a51 100644---

Re: [PATCH] drivers/media/IR/imon.c: Use pr_err instead of err

2010-06-20 Thread Jarod Wilson
On Jun 20, 2010, at 3:20 AM, Joe Perches j...@perches.com wrote: Use the standard error logging mechanisms. Add #define pr_fmt(fmt) KBUILD_MODNAME :%s fmt, __func__ Remove __func__ from err calls, add '\n', rename to pr_err Signed-off-by: Joe Perches j...@perches.com --- Eh. If we're going

Re: [PATCH] Mantis: append tasklet maintenance for DVB stream delivery

2010-06-20 Thread Marko Ristola
20.06.2010 16:51, Bjørn Mork kirjoitti: Note that mantis_core_exit() is never called. Unless I've missed something, the drivers/media/dvb/mantis/mantis_core.{h,c} files can just be deleted. They look like some development leftovers? I see. mantis_core.ko kernel module exists though.

Re: [PATCH] tm6000: add ir support

2010-06-20 Thread Jarod Wilson
On Sun, Jun 20, 2010 at 11:38 AM, stefan.rin...@arcor.de wrote: From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de ---  drivers/staging/tm6000/Makefile       |    3 +-  drivers/staging/tm6000/tm6000-cards.c |   27 +++-  

Re: [PATCH] tm6000: add ir support

2010-06-20 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 20.06.2010 18:31, schrieb Jarod Wilson: On Sun, Jun 20, 2010 at 11:38 AM, stefan.rin...@arcor.de wrote: From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/Makefile

Re: [PATCH] tm6000: add ir support

2010-06-20 Thread Jarod Wilson
On Sun, Jun 20, 2010 at 12:44 PM, Stefan Ringel stefan.rin...@arcor.de wrote: Am 20.06.2010 18:31, schrieb Jarod Wilson: On Sun, Jun 20, 2010 at 11:38 AM,  stefan.rin...@arcor.de wrote: From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de ---  

Re: [PATCH] drivers/media/IR/imon.c: Use pr_err instead of err

2010-06-20 Thread Joe Perches
On Sun, 2010-06-20 at 11:58 -0400, Jarod Wilson wrote: On Jun 20, 2010, at 3:20 AM, Joe Perches j...@perches.com wrote: Use the standard error logging mechanisms. Add #define pr_fmt(fmt) KBUILD_MODNAME :%s fmt, __func__ Remove __func__ from err calls, add '\n', rename to pr_err Eh. If we're

Re: Cinergy C PCI HD with current v4l-dvb - PATCH for review/pull included

2010-06-20 Thread Bjørn Mork
Bjørn Mork bj...@mork.no writes: Marko Ristola marko.rist...@kolumbus.fi writes: 4. There is some problem with rmmod mantis, do lsmod: Module Size Used by tda100215486 4294967291 modprobe mantis tda100215486 4294967292 mantis So the

[PATCH 2/2] DVB/V4L: mantis: remove unused files

2010-06-20 Thread Bjørn Mork
The files mantis_core.c and mantis_core.h are not used anywhere, so delete them Signed-off-by: Bjørn Mork bj...@mork.no --- drivers/media/dvb/mantis/mantis_core.c | 238 drivers/media/dvb/mantis/mantis_core.h | 57 2 files changed, 0 insertions(+),

[PATCH] V4L/DVB: mantis: use dvb_attach to avoid double dereferencing on module removal

2010-06-20 Thread Bjørn Mork
Convert the driver to use the dvb_attach macro to avoid the hard dependency on the frontend drivers. The hard dependecy will result in loading a number of unused frontends, and unwanted automatic dereferencing. This fixes a bug where unloading the mantis driver will derefence any attached

Re: [PATCH] drivers/media/IR/imon.c: Use pr_err instead of err

2010-06-20 Thread Jarod Wilson
On Sun, Jun 20, 2010 at 12:53 PM, Joe Perches j...@perches.com wrote: On Sun, 2010-06-20 at 11:58 -0400, Jarod Wilson wrote: On Jun 20, 2010, at 3:20 AM, Joe Perches j...@perches.com wrote: Use the standard error logging mechanisms. Add #define pr_fmt(fmt) KBUILD_MODNAME :%s fmt, __func__

DVB-T USB-Stick 13d3:3213 - support needed

2010-06-20 Thread Kurt Balser
Hi, device: ID 13d3:3213 IMC Networks DTV-DVB UDTT704D - DVBT/NTSC/PAL Driver (PCM4) use at Ubuntu 10.04 As I found this device is not supported. Can anyone help me to get this device running. Many thanks Kurt -- To unsubscribe from this list: send the line unsubscribe linux-media in the

Slovak Republic DVB-T scan updates

2010-06-20 Thread Peter Butkovic
Hi all, in Slovak Republic there are some updates regarding DVB-T. Diff is attached, please commit, thx. Updates were made based on official announcement (in slovak): http://www.dvbt.towercom.sk/odbornici.php Kind regards Peter Butkovic diff -r 75ca298d5aa4 util/scan/dvb-t/sk-BanskaBystrica

[GIT FIXES for 2.6.35] ivtv: Ensure decoder always restarts with a blank screen

2010-06-20 Thread Andy Walls
Mauro, Please pull this small fix for ivtv. Thanks go to Martin Dauskardt and Ian Armstrong for the experimentation and testing, and Ian for the patch. The following changes since commit 41c5f984b67b331064e69acc9fca5e99bf73d400: Mauro Carvalho Chehab (1): Merge tag 'v2.6.35-rc2' into

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

2010-06-20 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:Sun Jun 20 19:00:09 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14993:9652f85e688a git master:

[PATCH] tm6000: add ir support

2010-06-20 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/Makefile |3 +- drivers/staging/tm6000/tm6000-cards.c | 28 +++- drivers/staging/tm6000/tm6000-input.c | 365 +

Re: cx5000 default auto sleep mode

2010-06-20 Thread Timothy D. Lenz
Update, that card has now died. We bought 2 of those cards at the same time and the other has been working for a about 3 weeks with sleep mode disabled. I tried it with sleep mode enabled and ether vdr or xine crashed with in a few hours. But the version of xine I am still running on that

Re: [PATCH 3/4] ir-core: move decoding state to ir_raw_event_ctrl

2010-06-20 Thread Jarod Wilson
On Sun, Jun 20, 2010 at 8:47 PM, Andy Walls awa...@md.metrocast.net wrote: On Thu, 2010-06-17 at 11:11 -0400, Jarod Wilson wrote: On Thu, Jun 17, 2010 at 8:14 AM, Andy Walls awa...@md.metrocast.net wrote: A fully functional tree carrying both of David's patches and the entire stack of other

Re: [PATCH v3 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-06-20 Thread Baruch Siach
Hi Guennadi, On Sat, Jun 19, 2010 at 04:13:31PM +0200, Guennadi Liakhovetski wrote: On Wed, 26 May 2010, Baruch Siach wrote: This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan Carvalho de Assis modified the original driver to get it working on more recent

[PATCHv4 0/3] Driver for the i.MX2x CMOS Sensor Interface

2010-06-20 Thread Baruch Siach
This series contains a soc_camera driver for the i.MX25/i.MX27 CSI device, and platform code for the i.MX25 and i.MX27 chips. This driver is based on a driver for i.MX27 CSI from Sascha Hauer, that Alan Carvalho de Assis has posted in linux-media last December[1]. I tested the mx2_camera driver

[PATCHv4 2/3] mx27: add support for the CSI device

2010-06-20 Thread Baruch Siach
Signed-off-by: Baruch Siach bar...@tkos.co.il --- arch/arm/mach-mx2/clock_imx27.c |2 +- arch/arm/mach-mx2/devices.c | 31 +++ arch/arm/mach-mx2/devices.h |1 + 3 files changed, 33 insertions(+), 1 deletions(-) diff --git

[PATCHv4 3/3] mx25: add support for the CSI device

2010-06-20 Thread Baruch Siach
Signed-off-by: Baruch Siach bar...@tkos.co.il --- arch/arm/mach-mx25/clock.c| 14 -- arch/arm/mach-mx25/devices.c | 22 ++ arch/arm/mach-mx25/devices.h |1 + arch/arm/plat-mxc/include/mach/mx25.h |2 ++ 4 files changed, 37

[PATCHv4 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-06-20 Thread Baruch Siach
This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan Carvalho de Assis modified the original driver to get it working on more recent kernels. I modified it further to add support for i.MX25. This driver has been tested on i.MX25 and i.MX27 based platforms. Signed-off-by:

[PATCH] soc_camera_platform: add set_fmt callback

2010-06-20 Thread Baruch Siach
This allows the platform camera to arrange a change in the capture format. Signed-off-by: Baruch Siach bar...@tkos.co.il --- drivers/media/video/soc_camera_platform.c |3 +++ include/media/soc_camera_platform.h |2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git

[PATCH] af9005: use generic_bulk_ctrl_endpoint_response

2010-06-20 Thread Michael Krufky
Could somebody please test this patch and confirm that it doesn't break the af9005 support? This patch removes the af9005_usb_generic_rw function and uses the dvb_usb_generic_rw function instead, using generic_bulk_ctrl_endpoint_response to differentiate between the read pipe and the write pipe.

Re: [PATCH] af9005: use generic_bulk_ctrl_endpoint_response

2010-06-20 Thread Michael Krufky
On Mon, Jun 21, 2010 at 1:29 AM, Michael Krufky mkru...@kernellabs.com wrote: Could somebody please test this patch and confirm that it doesn't break the af9005 support? This patch removes the af9005_usb_generic_rw function and uses the dvb_usb_generic_rw function instead, using