Re: OMAP3530 ISP irqs disabled

2010-11-07 Thread Bastian Hecht
2010/11/7 Sakari Ailus sakari.ai...@maxwell.research.nokia.com: Hi all! Michael Jones wrote: Hi Bastian (Laurent, and Sakari), I want to clarify this: I try to read images with yafta. I read in 4 images with 5MP size (no skipping). All 4 images contain only zeros. I repeat the process

Oops w/ 'Terratec Cinergy T USB XXS (HD)/ T3'

2010-11-07 Thread Toralf Förster
I get with the current -git tree the attached OOps at an almost stable Gentoo Linux running at a ThinkPad T400. -- MfG/Kind regards Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 2010-11-07T12:27:11.872+01:00 n22 kernel: usb 6-1: new high speed USB device

[PATCH] IX2505V: i2c transfer error code ignored

2010-11-07 Thread Matthias Schwarzott
Hello Malcolm! It seems that ix2505v driver ignores a i2c error in ix2505v_read_status_reg. This looks like a typing error using (ret = 1) instead of correct (ret == 1). The attached patch fixes this. Regards Matthias diff --git a/drivers/media/dvb/frontends/ix2505v.c

[PATCH 1/2] TM6000: Clean-up i2c initialization

2010-11-07 Thread Jean Delvare
Usage of templates for large structures is a bad idea, as it wastes a lot of space. Manually initializing the few fields we need is way more efficient. Also set the algorithm data const, use strlcpy instead of strcpy, fix a small race (device data must always be set before registering said

[PATCH 2/2] TM6000: Drop unused macro

2010-11-07 Thread Jean Delvare
Signed-off-by: Jean Delvare kh...@linux-fr.org Cc: Michel Ludwig michel.lud...@gmail.com Cc: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-i2c.c | 12 1 file changed, 12 deletions(-) --- linux-2.6.36-rc7.orig/drivers/staging/tm6000/tm6000-i2c.c

[cron job] v4l-dvb daily build: WARNINGS

2010-11-07 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 Nov 7 19:00:05 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: IX2505V: i2c transfer error code ignored

2010-11-07 Thread Malcolm Priestley
On Sun, 2010-11-07 at 14:57 +0100, Matthias Schwarzott wrote: Hello Malcolm! It seems that ix2505v driver ignores a i2c error in ix2505v_read_status_reg. This looks like a typing error using (ret = 1) instead of correct (ret == 1). The attached patch fixes this. Hi Matthias, Thanks for

Re: [PATCH 1/3] i2c: Delete unused adapter IDs

2010-11-07 Thread Jarod Wilson
On Nov 5, 2010, at 4:06 PM, Jean Delvare wrote: Delete unused I2C adapter IDs. Special cases are: * I2C_HW_B_RIVA was still set in driver rivafb, however no other driver is ever looking for this value, so we can safely remove it. * I2C_HW_B_HDPVR is used in staging driver lirc_zilog,

Re: [PATCH 3/3] i2c: Mark i2c_adapter.id as deprecated

2010-11-07 Thread Jarod Wilson
On Nov 5, 2010, at 4:10 PM, Jean Delvare wrote: It's about time to make it clear that i2c_adapter.id is deprecated. Hopefully this will remind the last user to move over to a different strategy. Signed-off-by: Jean Delvare kh...@linux-fr.org Cc: Hans Verkuil hverk...@xs4all.nl Cc: Jarod

Re: [RFC PATCH 0/2] Apple remote support

2010-11-07 Thread Jarod Wilson
On Nov 5, 2010, at 10:04 AM, Christopher Harrington wrote: On Fri, Nov 5, 2010 at 08:27, David Härdeman da...@hardeman.nu wrote: If you're referring to the pain caused by changing existing keytables (thereby breaking custom keytables), I think it's inevitable. Throwing away information is not

Re: [libdvben50221] stack leaks resources on non-MMI session reconnect.

2010-11-07 Thread Ludovic BOUE
Hi, I'm using this patch and it solves problems with a Powercam HD v3.1 Thank you for the commit as soon as possible. I would be easier for libdvben50221 users. -- Ludovic -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

[PATCH] drivers/staging/cx25821: Use pr_fmt and pr_level

2010-11-07 Thread Joe Perches
Fix several defects with bad line continuation uses that introduce whitespace. Fix several defects with lines missing \n. Standardize prefixes via pr_fmt. Remove internal cx25821 prefixes. Standardize :%s(): ... __func__ uses. Coalesce long formats. Add KERN_level prefixes via pr_level to printks.

Re: V4L2 and framebuffer for the same controller

2010-11-07 Thread Jun Nie
2010/11/2 Guennadi Liakhovetski g.liakhovet...@gmx.de: Hi Jun On Fri, 29 Oct 2010, Jun Nie wrote: Hi Guennadi,     I find that your idea of provide a generic framebuffer driver that could sit on top of a v4l output driver, which may be a good solution of our LCD controller driver, or maybe