Re: [PATCH 01/14] [media] saa7146: Use current logging styles

2011-08-22 Thread Michael Hunold
Hello Joe, thanks for your effort. The patchset looks fine. on 08/22/2011 12:56 AM Joe Perches said the following: Standardize the mechanisms to emit logging messages. drivers/media/common/saa7146_core.c | 74 --- drivers/media/common/saa7146_fops.c | 118

Re: [PATCH 09/14] [media] m5602: Use current logging styles

2011-08-22 Thread Erik Andrén
2011/8/22 Joe Perches j...@perches.com: Add pr_fmt and convert usb style logging macro uses to pr_level. Coalesce format strings. Signed-off-by: Joe Perches j...@perches.com ---  drivers/media/video/gspca/m5602/m5602_core.c    |    9 +++--  drivers/media/video/gspca/m5602/m5602_mt9m111.c |  

Re: [PATCH 14/14] [media] gspca: Use current logging styles

2011-08-22 Thread Jean-Francois Moine
On Sun, 21 Aug 2011 15:56:57 -0700 Joe Perches j...@perches.com wrote: Add pr_fmt. Convert usb style logging macros to pr_level. Remove now unused old usb style logging macros. Hi Joe, Sorry, but I do not see the advantages of your patch. For gspca, the source files are bigger, and the only

Re: [beagleboard] Re: [PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor.

2011-08-22 Thread Laurent Pinchart
Hi Chris, On Monday 22 August 2011 06:12:41 CJ wrote: On 19/08/11 22:12, Laurent Pinchart wrote: I am trying to get the mt9p031 working from nand with a ubifs file system and I am having a few problems. /dev/media0 is not present unless I run: #mknod /dev/media0 c 251 0 #chown

Re: [PATCH 1/6 v4] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-22 Thread Hans Verkuil
Sorry for starting this discussion and then disappearing. I've been very busy lately, so my apologies for that. On Tuesday, August 16, 2011 18:14:33 Pawel Osciak wrote: Hi Guennadi, On Tue, Aug 16, 2011 at 06:13, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Mon, 15 Aug 2011,

Re: [beagleboard] Re: [PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor.

2011-08-22 Thread Michael Jones
Hi Chris, On 08/22/2011 11:41 AM, Laurent Pinchart wrote: Hi Chris, On Monday 22 August 2011 06:12:41 CJ wrote: On 19/08/11 22:12, Laurent Pinchart wrote: I am trying to get the mt9p031 working from nand with a ubifs file system and I am having a few problems. /dev/media0 is not

Re: [PATCH 1/6 v4] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-22 Thread Guennadi Liakhovetski
Hi Hans On Mon, 22 Aug 2011, Hans Verkuil wrote: Sorry for starting this discussion and then disappearing. I've been very busy lately, so my apologies for that. On Tuesday, August 16, 2011 18:14:33 Pawel Osciak wrote: Hi Guennadi, On Tue, Aug 16, 2011 at 06:13, Guennadi Liakhovetski

Re: [PATCH 1/6 v4] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-22 Thread Hans Verkuil
On Monday, August 22, 2011 12:40:25 Guennadi Liakhovetski wrote: Hi Hans On Mon, 22 Aug 2011, Hans Verkuil wrote: Sorry for starting this discussion and then disappearing. I've been very busy lately, so my apologies for that. On Tuesday, August 16, 2011 18:14:33 Pawel Osciak wrote:

Re: Afatech AF9013

2011-08-22 Thread Josu Lazkano
2011/8/22 Jason Hecker jwhec...@gmail.com: I just tried LiveCDs of Mythbuntu 10.04 and 10.10 but had limited luck with the former and some joy with the latter.  Unfortunately the default framebuffer slowed things down.  Anyway in LiveCD 10.10 I used mplayer to set up and view Tuner A and Tuner

Re: [PATCH 1/6 v4] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-22 Thread Guennadi Liakhovetski
We discussed a bit more with Hans on IRC, and below is my attempt of a summary. Hans, please, correct me, if I misunderstood anything. Pawel, Sakari, Laurent: please, reply, whether you're ok with this. On Mon, 22 Aug 2011, Hans Verkuil wrote: On Monday, August 22, 2011 12:40:25 Guennadi

Re: [PATCH 1/6 v4] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-22 Thread Hans Verkuil
On Monday, August 22, 2011 15:54:03 Guennadi Liakhovetski wrote: We discussed a bit more with Hans on IRC, and below is my attempt of a summary. Hans, please, correct me, if I misunderstood anything. Looks good, that's exactly what I meant. Regards, Hans Pawel, Sakari, Laurent:

Re: [PATCH 14/14] [media] gspca: Use current logging styles

2011-08-22 Thread Joe Perches
On Mon, 2011-08-22 at 10:50 +0200, Jean-Francois Moine wrote: On Sun, 21 Aug 2011 15:56:57 -0700 Joe Perches j...@perches.com wrote: Add pr_fmt. Convert usb style logging macros to pr_level. Remove now unused old usb style logging macros. Hi Joe, Hello Jean-Francois. Sorry, but I do

Re: [PATCH] v4l: Add V4L2_PIX_FMT_NV24 and V4L2_PIX_FMT_NV42 formats

2011-08-22 Thread Sakari Ailus
On Mon, Aug 22, 2011 at 01:17:16AM +0200, Laurent Pinchart wrote: Hi Sakari, On Saturday 20 August 2011 07:26:17 Sakari Ailus wrote: Hi Laurent, Thanks for the patch. And thanks for the comments. On Fri, Aug 19, 2011 at 08:14:20AM +0200, Laurent Pinchart wrote: NV24 and NV42

Re: [PATCH 1/6 v4] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-22 Thread Laurent Pinchart
Hi Guennadi, On Monday 22 August 2011 15:54:03 Guennadi Liakhovetski wrote: We discussed a bit more with Hans on IRC, and below is my attempt of a summary. Hans, please, correct me, if I misunderstood anything. Pawel, Sakari, Laurent: please, reply, whether you're ok with this. Sakari is on

Re: [PATCH 1/6 v4] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-22 Thread Hans Verkuil
On Monday, August 22, 2011 17:42:36 Laurent Pinchart wrote: Hi Guennadi, On Monday 22 August 2011 15:54:03 Guennadi Liakhovetski wrote: We discussed a bit more with Hans on IRC, and below is my attempt of a summary. Hans, please, correct me, if I misunderstood anything. Pawel, Sakari,

Re: [PATCH 1/6 v4] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-22 Thread Laurent Pinchart
Hi Hans, On Monday 22 August 2011 17:52:12 Hans Verkuil wrote: On Monday, August 22, 2011 17:42:36 Laurent Pinchart wrote: On Monday 22 August 2011 15:54:03 Guennadi Liakhovetski wrote: We discussed a bit more with Hans on IRC, and below is my attempt of a summary. Hans, please, correct

[PATCH] Fix to qt1010 tuner frequency selection (media/dvb)

2011-08-22 Thread Jyrki Kuoppala
The patch fixes frequency selection for some UHF frequencies e.g. channel 32 (562 MHz) on the qt1010 tuner. The tuner is used e.g. in the MSI Mega Sky dvb-t stick (MSI Mega Sky 55801 DVB-T USB2.0) One example of problem reports of the bug this fixes can be read at

Lockdep warning in ivtv driver in 3.1

2011-08-22 Thread Josh Boyer
Hi All, We've gotten a report[1] that the ivtv driver is throwing a lockdep warning when calling ivtv_gpio_init. From what I can tell, it seems like the lock being held twice is the one allocated for ivtv-cxhdl, but I can't immediately see where it's locked and not unlocked in the callstack

Re: [PATCH 14/14] [media] gspca: Use current logging styles

2011-08-22 Thread Jean-Francois Moine
On Mon, 22 Aug 2011 08:20:28 -0700 Joe Perches j...@perches.com wrote: The primary current advantage is style standardization both in code and dmesg output. Future changes to printk.h will reduce object sizes by centralizing the prefix to a singleton and emitting it only in pr_level. Hi

[PATCH] Fix to qt1010 tuner frequency selection (media/dvb), resend as text-only

2011-08-22 Thread Jyrki Kuoppala
The patch fixes frequency selection for some UHF frequencies e.g. channel 32 (562 MHz) on the qt1010 tuner. The tuner is used e.g. in the MSI Mega Sky dvb-t stick (MSI Mega Sky 55801 DVB-T USB2.0) One example of problem reports of the bug this fixes can be read at

[cron job] v4l-dvb daily build: WARNINGS

2011-08-22 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:Mon Aug 22 19:00:32 CEST 2011 git hash:9bed77ee2fb46b74782d0d9d14b92e9d07f3df6e gcc version: i686-linux-gcc (GCC)

Wiki update

2011-08-22 Thread Johannes Stezenbach
So it seemes like MediaWiki-1.14.1 is somewhat broken with PHP-5.3.3 and there have been issues with both the VDR and V4L-DVB Wikis. Thus I've updated MediaWiki to 1.16.5, and full functionality seems to be restored. Please let me know if there are still any issues. Johannes -- To unsubscribe

Re: [PATCH] gspca_sn9c20x: device 0c45:62b3: fix status LED

2011-08-22 Thread Frank Schäfer
Ping ... what happened to this patch ? ;-) Am 01.07.2011 12:19, schrieb Frank Schaefer: gspca_sn9c20x: device 0c45:62b3: fix status LED Tested with webcam SilverCrest WC2130. Signed-off-by: Frank Schaeferfschaefer@googlemail.com Cc: sta...@kernel.org ---

Re: Afatech AF9013

2011-08-22 Thread Jason Hecker
I might have found one bug so far with the Afa9013 driver. As part of refactoring the code in http://git.linuxtv.org/linux-2.6.git/commitdiff/edb709b61abd3ba475e59d1ad81aab21ad025db6 I think one of the u32-u8 calculations is wrong. The think the second last u32 in the tables has to be changed.

Re: Afatech AF9013

2011-08-22 Thread Jason Hecker
Damn, this patch didn't help so maybe forget this patch. Tuner A is still messed up. -- 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: [beagleboard] Re: [PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor.

2011-08-22 Thread CJ
Hi Laurent and Michael, On 22/08/11 22:15, Michael Jones wrote: I am trying to get the mt9p031 working from nand with a ubifs file system and I am having a few problems. /dev/media0 is not present unless I run: #mknod /dev/media0 c 251 0 #chown root:video /dev/media0 #media-ctl -p Enumerating