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

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

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

2011-08-21 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: [beagleboard] Re: [PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor.

2011-08-21 Thread CJ
Hi, 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 root:video /dev/media0 #media-ctl -p Enumerating entities media_op

Re: Afatech AF9013

2011-08-21 Thread Jason Hecker
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 B and Tuner A only showed some slight errors wh

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

2011-08-21 Thread Laurent Pinchart
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 are planar YCbCr 4:4:4 and YCrCb 4:4:4 formats with a > > luma plane foll

Re: [regression] uvcvideo: BUG at drivers/media/media-entity.c:346 for compaq presario cq56 (laptop) built-in webcam

2011-08-21 Thread Laurent Pinchart
Hi Daniel, On Saturday 20 August 2011 03:52:10 Daniel Dickinson wrote: > Requested output below: > > On Tue, 16 Aug 2011 20:51:32 +0200 Laurent Pinchart wrote: > > On Sunday 14 August 2011 18:31:31 Jonathan Nieder wrote: > > > Daniel Dickinson wrote[1]: > > > > New in 3.0.0: > > > > > > > > webc

[PATCH 03/14] [media] ene_ir: Use current logging styles

2011-08-21 Thread Joe Perches
Add pr_fmt. Convert ene_warn and ene_notice to pr_. Use pr_debug in __dbg macro and a little neatening. Signed-off-by: Joe Perches --- drivers/media/rc/ene_ir.c | 73 +++-- drivers/media/rc/ene_ir.h | 19 +++ 2 files changed, 42 insertions(+),

[PATCH 06/14] [media] cx18: Use current logging styles

2011-08-21 Thread Joe Perches
Add pr_fmt. Convert printks to pr_. Convert printks without KERN_ to appropriate pr_. Removed embedded prefixes when pr_fmt was added. Use ##__VA_ARGS__ for variadic macros. Coalesce format strings. Signed-off-by: Joe Perches --- drivers/media/video/cx18/cx18-alsa-main.c | 26 ++-- drivers/m

[PATCH 02/14] [media] rc-core.h: Surround macro with do {} while (0)

2011-08-21 Thread Joe Perches
Macros coded with if statements should be do { if... } while (0) so the macros can be used in other if tests. Use ##__VA_ARGS__ for variadic macro as well. Signed-off-by: Joe Perches --- include/media/rc-core.h |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/inclu

[PATCH 11/14] [media] pac207: Use current logging styles

2011-08-21 Thread Joe Perches
Add pr_fmt. Convert usb style logging macros to pr_. Coalesce formats. Signed-off-by: Joe Perches --- drivers/media/video/gspca/pac207.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/media/video/gspca/pac207.c b/drivers/media/video/gspca/pac207.c

[PATCH 13/14] [media] t613: Use current logging styles

2011-08-21 Thread Joe Perches
Add pr_fmt. Convert usb style logging macros to pr_. Signed-off-by: Joe Perches --- drivers/media/video/gspca/t613.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/media/video/gspca/t613.c b/drivers/media/video/gspca/t613.c index d1d733b..90f0877 1006

[PATCH 12/14] [media] sn9c20x: Use current logging styles

2011-08-21 Thread Joe Perches
Add pr_fmt. Convert usb style logging macros to pr_. Signed-off-by: Joe Perches --- drivers/media/video/gspca/sn9c20x.c | 74 ++- 1 files changed, 38 insertions(+), 36 deletions(-) diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn

[PATCH 10/14] [media] finepix: Use current logging styles

2011-08-21 Thread Joe Perches
Add pr_fmt. Convert usb style logging macros to pr_. Signed-off-by: Joe Perches --- drivers/media/video/gspca/finepix.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/gspca/finepix.c b/drivers/media/video/gspca/finepix.c index 987b4b6..ea4820

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

2011-08-21 Thread Joe Perches
Add pr_fmt and convert usb style logging macro uses to pr_. Coalesce format strings. Signed-off-by: Joe Perches --- drivers/media/video/gspca/m5602/m5602_core.c|9 +++-- drivers/media/video/gspca/m5602/m5602_mt9m111.c | 28 ++ drivers/media/video/gspca/m5602/m5602_ov766

[PATCH 08/14] [media] gl860: Use current logging styles

2011-08-21 Thread Joe Perches
Add pr_fmt. Convert err macro use to pr_err. Signed-off-by: Joe Perches --- drivers/media/video/gspca/gl860/gl860.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/gspca/gl860/gl860.c b/drivers/media/video/gspca/gl860/gl860.c index e8e071a..2c

[PATCH 07/14] [media] et61x251: Use current logging styles

2011-08-21 Thread Joe Perches
Add pr_fmt and convert printks to pr_ Remove explicit prefixes from logging messages. One of the prefixes was defective, a copy/paste error. Use ##__VA_ARGS__ for variadic macros. Whitespace neatening. Signed-off-by: Joe Perches --- drivers/media/video/et61x251/et61x251.h| 66 +

Re: [PATH v2] cxd2820r: fix possible out-of-array lookup

2011-08-21 Thread Antti Palosaari
Mauro, don't apply that patch since it is now obsolete after another patch [1] from Steve Kerrison. [1] https://patchwork.kernel.org/patch/1048832/ regards Antti On 07/29/2011 03:54 PM, Antti Palosaari wrote: > On 07/29/2011 09:57 AM, HoP wrote: >> When I2C_WRITE is used the msg[] array contains

[PATCH 04/14] [media] winbond-cir: Use current logging styles

2011-08-21 Thread Joe Perches
Add pr_fmt, convert printks to pr_. Signed-off-by: Joe Perches --- drivers/media/rc/winbond-cir.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/media/rc/winbond-cir.c b/drivers/media/rc/winbond-cir.c index bec8abc..13f54b5 100644 --- a/drivers/media/rc/win

[PATCH 00/14] [media] Logging cleanups

2011-08-21 Thread Joe Perches
First block of logging message cleanups for drivers/media. Joe Perches (14): [media] saa7146: Use current logging styles [media] rc-core.h: Surround macro with do {} while (0) [media] ene_ir: Use current logging styles [media] winbond-cir: Use current logging styles [media] bt8xx: Use cu

[cron job] v4l-dvb daily build: WARNINGS

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

Re: Afatech AF9013

2011-08-21 Thread Malcolm Priestley
On Sun, 2011-08-21 at 11:51 +1000, Jason Hecker wrote: > I have tried everything imaginable to nail down the problem but can't > seem to fix it. Even "options dvb-usb force_pid_filter_usage=1" seems > to improve the problem somewhat but the errors are still there. I > have tried every firmware f

Re: USB mini-summit report

2011-08-21 Thread Greg KH
On Fri, Aug 19, 2011 at 02:37:25PM -0700, Sarah Sharp wrote: > The USB mini-summit was a success! Thank you to all the people who attended. > I > think we had some productive discussions that could have taken weeks on the > mailing list. > > Please reply to this email if you have your own notes

Re: Afatech AF9013

2011-08-21 Thread Josu Lazkano
Hello again, thanks Jason for your reply. It is interesting to ear that is not just my problem. I add the dual device on a laptop with same kernel 2.6.32. It works well, both tuners working great with no pixeled images. Two weeks ago, I must change my HTPC power supply, a 300W PFC. I had some pr

Re: [PATCH 1/1] EM28xx - fix deadlock when unplugging and replugging a DVB adapter

2011-08-21 Thread Chris Rankin
It occurred to me this morning that since we're no longer supposed to be holding the device lock when taking the device list lock, then the em28xx_usb_disconnect() function needs changing too. Signed-off-by: Chris Rankin --- linux-3.0/drivers/media/video/em28xx/em28xx-cards.c.orig 2011-08-19