Re: [RFC] Anticipating lirc breakage

2009-04-07 Thread Mike Isely
On Mon, 6 Apr 2009, Jean Delvare wrote: Hi all, In the light of recent discussions and planed changes to the i2c subsystem and the ir-kbd-i2c driver, I will try to summarize the situation and make some proposals. Note that I am really not sure what we want to do, so this is a true request

Re: USB DVB unplug: kernel BUG at kernel/module.c:912!

2009-04-07 Thread Andrew Morton
On Tue, 31 Mar 2009 14:28:45 +0200 (CEST) Geert Uytterhoeven geert.uytterhoe...@sonycom.com wrote: When unplugging a Sony PlayTV USB DVB adaptor from a PS3, I get | kernel BUG at kernel/module.c:912! on 2.6.29-06608-g15f7176. Insert Sony PlayTV USB: Mar 31 13:41:57 ps3 kernel: [

Re: [PATCH] Add ov9655 camera driver

2009-04-07 Thread Stefan Herbrechtsmeier
aderach schrieb: Does this driver is working for ov534 with 9657 sensor ID ? I don't know the ov534. The sensor ID is the same. At the moment the driver support only the YUV formats. I don't know, which format the ov534 expect. Where did you find the document to write this code? I haven't a

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-07 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11423:89ed21b68f44 gspca - t613: Do sensor reset only for sensor om6802. changeset: 11424:76a9121958e1 gspca - mr97310a: Return good error code in mod_init. changeset: 11425:167e34fc7c99 gspca - main:

Re: USB DVB unplug: kernel BUG at kernel/module.c:912!

2009-04-07 Thread Geert Uytterhoeven
On Mon, 6 Apr 2009, Andrew Morton wrote: On Tue, 31 Mar 2009 14:28:45 +0200 (CEST) Geert Uytterhoeven geert.uytterhoe...@sonycom.com wrote: When unplugging a Sony PlayTV USB DVB adaptor from a PS3, I get | kernel BUG at kernel/module.c:912! on 2.6.29-06608-g15f7176. Unplug Sony

Re: [RFC] Anticipating lirc breakage

2009-04-07 Thread Jean Delvare
Hi Andy, On Mon, 06 Apr 2009 21:20:37 -0400, Andy Walls wrote: On Mon, 2009-04-06 at 17:44 +0200, Jean Delvare wrote: The bottom line is that we have to instantiate I2C devices for IR components regardless of the driver which will handle them (ir-kbd-i2c, lirc_i2c or another one). I can

Re: [PATCH 0/3] FM Transmitter driver

2009-04-07 Thread Eduardo Valentin
Hello again, On Fri, Apr 03, 2009 at 01:48:21PM +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: On Fri, Apr 03, 2009 at 01:29:27PM +0200, ext Hans Verkuil wrote: On Friday 03 April 2009 12:48:19 Eduardo Valentin wrote: Hi, On Fri, Apr 03, 2009 at 12:36:53PM +0200, ext Hans Verkuil

Re: USB DVB unplug: kernel BUG at kernel/module.c:912!

2009-04-07 Thread Geert Uytterhoeven
On Tue, 7 Apr 2009, Geert Uytterhoeven wrote: On Mon, 6 Apr 2009, Andrew Morton wrote: On Tue, 31 Mar 2009 14:28:45 +0200 (CEST) Geert Uytterhoeven geert.uytterhoe...@sonycom.com wrote: When unplugging a Sony PlayTV USB DVB adaptor from a PS3, I get | kernel BUG at

Re: [PATCH 1/6] cx18: Fix the handling of i2c bus registration error

2009-04-07 Thread Andy Walls
On Tue, 2009-04-07 at 11:31 +0200, Jean Delvare wrote: On Sat, 04 Apr 2009 08:46:00 -0400, Andy Walls wrote: On Sat, 2009-04-04 at 14:26 +0200, Jean Delvare wrote: * Return actual error values as returned by the i2c subsystem, rather than 0 or 1. * If the registration of the second

Re: [RFC] Anticipating lirc breakage

2009-04-07 Thread Jean Delvare
Hi Mike, Glad to see we all mostly agree on what to do now. I'll still answer some of your questions below, to clarify things even more. On Tue, 7 Apr 2009 01:19:02 -0500 (CDT), Mike Isely wrote: On Mon, 6 Apr 2009, Jean Delvare wrote: The bottom line is that we have to instantiate I2C

Re: [RFC] Anticipating lirc breakage

2009-04-07 Thread Jean Delvare
Hi Mauro, On Tue, 7 Apr 2009 07:50:29 -0300, Mauro Carvalho Chehab wrote: On Tue, 7 Apr 2009 12:02:09 +0200 Jean Delvare kh...@linux-fr.org wrote: Hi Mike, Glad to see we all mostly agree on what to do now. I'll still answer some of your questions below, to clarify things even more.

Re: [PATCH 1/6] cx18: Fix the handling of i2c bus registration error

2009-04-07 Thread Jean Delvare
On Sat, 04 Apr 2009 08:46:00 -0400, Andy Walls wrote: On Sat, 2009-04-04 at 14:26 +0200, Jean Delvare wrote: * Return actual error values as returned by the i2c subsystem, rather than 0 or 1. * If the registration of the second bus fails, unregister the first one before exiting,

Re: Topro 6800 webcam driver

2009-04-07 Thread Alexey Klimov
On Tue, 2009-04-07 at 15:13 +0400, Andrey Panin wrote: On 097, 04 07, 2009 at 11:41:32AM +0200, Anders Blomdell wrote: snip +static const struct sd_desc sd_desc = { + .name = MODULE_NAME, + .ctrls = sd_ctrls, + .nctrls = ARRAY_SIZE(sd_ctrls), + .config = sd_config, +

Re: [RFC] Anticipating lirc breakage

2009-04-07 Thread Mauro Carvalho Chehab
On Tue, 7 Apr 2009 12:02:09 +0200 Jean Delvare kh...@linux-fr.org wrote: Hi Mike, Glad to see we all mostly agree on what to do now. I'll still answer some of your questions below, to clarify things even more. I don't understand why you are preferring to do some workaround, spending energy

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-07 Thread Jean Delvare
On Mon, 06 Apr 2009 23:10:36 +0200, hermann pitton wrote: Am Montag, den 06.04.2009, 10:40 +0200 schrieb Jean Delvare: Anyone out there with a MSI t...@nywhere Plus that could help with testing? Here is a link to one of the initial reports by Henry, others are close to it.

Re: [PATCH 0/3] FM Transmitter driver

2009-04-07 Thread Hans Verkuil
Hello again, On Fri, Apr 03, 2009 at 01:48:21PM +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: On Fri, Apr 03, 2009 at 01:29:27PM +0200, ext Hans Verkuil wrote: 2. Split driver into i2c driver (common/tunner?) and media/radio Not common/tuner, I think it can just go into

Re: Embedded Linux Conference

2009-04-07 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090406 18:45]: On Mon, Apr 06, 2009 at 11:45:39PM +, Tony Lindgren wrote: On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote: * Dongsoo Kim dongsoo@gmail.com [090317 10:36]: snip snip How about Monday night after the

[PATCH] tda7432: Delete old driver history

2009-04-07 Thread Jean Delvare
The history of changes does belong to git. Signed-off-by: Jean Delvare kh...@linux-fr.org --- In general I wouldn't care too much but it happens that this specific comment triggers a false positive in one of my scripts, so I'd rather get rid of it. linux/drivers/media/video/tda7432.c | 14

[PATCH -next] cx231xx: fix SND dependency build error

2009-04-07 Thread Randy Dunlap
/cx231xx/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20090407.orig/drivers/media/video/cx231xx/Kconfig +++ linux-next-20090407/drivers/media/video/cx231xx/Kconfig @@ -6,7 +6,7 @@ config VIDEO_CX231XX select VIDEO_IR select VIDEOBUF_VMALLOC

Re: Embedded Linux Conference

2009-04-07 Thread Dongsoo, Nathaniel Kim
Oh! I can see my laptop! It was nice to meet you everyone. Sorry for not be talking with you much. I had to review my work with Hans before today's presentation. I appreciate for the beer. Cheers. Nate On Wed, Apr 8, 2009 at 12:53 AM, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren

Re: patch: s2255drv high quality mode and video status querying

2009-04-07 Thread Trent Piepho
On Tue, 7 Apr 2009, Dean A. wrote: +static int vidioc_g_parm(struct file *file, void *priv, + struct v4l2_streamparm *sp) +{ + struct s2255_fh *fh = priv; + struct s2255_dev *dev = fh-dev; + if (sp-type != V4L2_BUF_TYPE_VIDEO_CAPTURE) + return

patch: s2255drv high quality mode and video status querying

2009-04-07 Thread Dean A.
From: Dean Anderson d...@sensoray.com This patch adds V4L2 video status capability and V4L2_MODE_HIGHQUALITY operation. Signed-off-by: Dean Anderson d...@sensoray.com --- v4l-dvb-1e670024659d/linux/drivers/media/video/s2255drv.c.orig 2009-04-07 10:38:42.0 -0700 +++

Re: [PATCH/RFC] soc-camera: Convert to a platform driver

2009-04-07 Thread Robert Jarzmik
Guennadi Liakhovetski g.liakhovet...@gmx.de writes: This is more or less the final version of the first step of the v4l2-subdev conversion, hence, all affected driver authors / platform maintainers are encouraged to review and test. I have eliminated OK, here goes a preliminary review for

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

2009-04-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:Tue Apr 7 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11440:1e670024659d gcc version: gcc

Re: [PATCH/RFC] soc-camera: Convert to a platform driver

2009-04-07 Thread Robert Jarzmik
Robert Jarzmik robert.jarz...@free.fr writes: I'll test fully this weekend. I just made a first try, just to prepare my weekend. Even with Ming Lei patch reverted, and all statically built, I have no camera detected ... Is there something I need to know before attempting the brute force method

[PATCH] V4L/DVB: cx231xx: remove unused #include linux/version.h's

2009-04-07 Thread Huang Weiyi
Remove unused #include linux/version.h's in drivers/media/video/cx231xx/cx231xx-avcore.c drivers/media/video/cx231xx/cx231xx-vbi.c Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com --- drivers/media/video/cx231xx/cx231xx-avcore.c |1 - drivers/media/video/cx231xx/cx231xx-vbi.c|1 -

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-07 Thread CityK
Jean Delvare wrote: On Mon, 06 Apr 2009 23:10:36 +0200, hermann pitton wrote: Am Montag, den 06.04.2009, 10:40 +0200 schrieb Jean Delvare: Anyone out there with a MSI t...@nywhere Plus that could help with testing? Here is a link to one of the initial reports by Henry,