Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-11-03 Thread Pavel Machek
Hi! @@ -79,6 +79,10 @@ static struct drm_driver driver = { static int __init i810_init(void) { + if (num_present_cpus() 1) { + pr_err(drm/i810 does not support SMP\n); + return -EINVAL; + } driver.num_ioctls = i810_max_ioctl; return

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-11-03 Thread Pekka Enberg
On Tue, Nov 2, 2010 at 3:21 AM, Pavel Machek pa...@ucw.cz wrote: Hi! @@ -79,6 +79,10 @@ static struct drm_driver driver = {  static int __init i810_init(void)  { +     if (num_present_cpus() 1) { +             pr_err(drm/i810 does not support SMP\n); +             return -EINVAL; +    

OMAP3530 ISP irqs disabled

2010-11-03 Thread Bastian Hecht
Hello ISP team, I succeeded to stream the first images from the sensor to userspace using Laurent's media-ctl and yafta. Unfortunately all images are black (10MB of zeros). Once by chance I streamed some images (1 of 20 about) with content. All values were 0x400, so that I assume the values were

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950q-final

2010-11-03 Thread Mauro Carvalho Chehab
Em 02-11-2010 14:47, Devin Heitmueller escreveu: On Sat, Oct 9, 2010 at 2:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Hello, Please pull from the following for some basic fixes related to applications such as tvtime hanging when no video is present, as well as some quality

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950q-final

2010-11-03 Thread Devin Heitmueller
On Wed, Nov 3, 2010 at 7:10 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Devin, I didn't start to pull any fixes yet. I might eventually have some time during this week, but it is more likely that I'll handle after my return back. That's fine. It's been pending for almost a month

Re: [PATCH 2/3] mceusb: fix up reporting of trailing space

2010-11-03 Thread David Härdeman
On Tue, 2 Nov 2010 17:12:14 -0400, Jarod Wilson ja...@redhat.com wrote: On Fri, Oct 29, 2010 at 09:21:21PM +0200, David Härdeman wrote: I think the driver could be further simplified by using ir_raw_event_store_with_filter(), right? And in fact, it is. I've got a new series of patches

Re: OMAP3530 ISP irqs disabled

2010-11-03 Thread Bastian Hecht
2010/11/3 Bastian Hecht hec...@googlemail.com: Hello ISP team, I succeeded to stream the first images from the sensor to userspace using Laurent's media-ctl and yafta. Unfortunately all images are black (10MB of zeros). Once by chance I streamed some images (1 of 20 about) with content. All

Re: OMAP3530 ISP irqs disabled

2010-11-03 Thread Michael Jones
Bastian Hecht wrote: I enabled isr debugging (#define ISP_ISR_DEBUG) and see that only 1 HS_VS_event is generated per second. 1fps corresponds to my clocking, so 1 vs per second is fine. But shouldn't I see about 2000 hs interrupts there too? HS_VS_IRQ is described as HS or VS synchro

Re: OMAP3530 ISP irqs disabled

2010-11-03 Thread Sakari Ailus
Hi Bastian, Bastian Hecht wrote: 2010/11/3 Bastian Hecht hec...@googlemail.com: Hello ISP team, I succeeded to stream the first images from the sensor to userspace using Laurent's media-ctl and yafta. Unfortunately all images are black (10MB of zeros). Once by chance I streamed some images

Re: OMAP3530 ISP irqs disabled

2010-11-03 Thread Bastian Hecht
2010/11/3 Michael Jones michael.jo...@matrix-vision.de: Bastian Hecht wrote: I enabled isr debugging (#define ISP_ISR_DEBUG) and see that only 1 HS_VS_event is generated per second. 1fps corresponds to my clocking, so 1 vs per second is fine. But shouldn't I see about 2000 hs interrupts

Re: OMAP3530 ISP irqs disabled

2010-11-03 Thread Bastian Hecht
2010/11/3 Sakari Ailus sakari.ai...@maxwell.research.nokia.com: Hi Bastian, Bastian Hecht wrote: 2010/11/3 Bastian Hecht hec...@googlemail.com: Hello ISP team, I succeeded to stream the first images from the sensor to userspace using Laurent's media-ctl and yafta. Unfortunately all images

FW: Re: 2.6.32 with ngene -- traceback under Debian DomU

2010-11-03 Thread Herbert Lueger
Hi, i'm not sure if i'm right in this mailinglist. Maybe you can find out a problem. Thanks in advance, regards Herbert - Von: Herbert Lueger klo...@web.de Gesendet: 03.11.2010 09:13:10 An: debian-ker...@lists.debian.org, Herbert Lueger klo...@web.de Betreff: Re: 2.6.32

[cron job] v4l-dvb daily build: WARNINGS

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

Re: gspca for_2.6.36 - maybe does not work properly for me

2010-11-03 Thread Maciej Rutecki
(add CC's) On czwartek, 28 października 2010 o 13:07:57 Tõnu Samuel wrote: I am Sony PS3 Eye webcam user. After installing 2.6.36 this camera gets recognized but actually does not work. It might be some own stupidity of improper kernel configuration but I cannot track it down at moment.

[PATCH] support of GoTView PCI-E X5 3D Hybrid in cx23885

2010-11-03 Thread Alexey Chernov
Hello, I've added support of GoTView PCI-E X5 3D Hybrid to cx23885 module (thanks to help of Gotview support team). Some details: 1. Everything initialize properly except radio. 2. All analog inputs (TV, composite, S-Video) are tested by myself in several TV norms (SECAM-D, PAL, NTSC),

Re: [PATCH 2/3] mceusb: fix up reporting of trailing space

2010-11-03 Thread Jarod Wilson
On Wed, Nov 03, 2010 at 01:15:30PM +0100, David Härdeman wrote: On Tue, 2 Nov 2010 17:12:14 -0400, Jarod Wilson ja...@redhat.com wrote: On Fri, Oct 29, 2010 at 09:21:21PM +0200, David Härdeman wrote: I think the driver could be further simplified by using ir_raw_event_store_with_filter(),

Re: RFCl libv4l2 plugin API

2010-11-03 Thread Sakari Ailus
Hans de Goede wrote: Hi Sakari, Hi Hans, On 10/28/2010 08:30 AM, Hans de Goede wrote: Hans de Goede wrote: Hi All, Hi Hans, Thanks for the RFC! I'd have a few comments and questions. The coding style for libv4l hasn't been defined as far as I understand. Should kernel coding style

Re: gspca for_2.6.36 - maybe does not work properly for me (ov534)

2010-11-03 Thread Antonio Ospite
On Wed, 3 Nov 2010 20:07:25 +0100 Maciej Rutecki maciej.rute...@gmail.com wrote: (add CC's) On czwartek, 28 października 2010 o 13:07:57 Tõnu Samuel wrote: I am Sony PS3 Eye webcam user. Please more context in the Subject next time :) After installing 2.6.36 this camera gets recognized

REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Mauro Carvalho Chehab
Hi Michal, Em 09-10-2010 18:40, Michal Marek escreveu: Hi Linus, I have three fixes that should ideally go into 2.6.36: 1) Kyle's make oldnoconfig fix: make oldnoconfig was added and later got broken, all in 2.6.36-rc1. 2) Arnaud's fix for a crash in kconfig caused by a use-after-free

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Michal Marek
On 3.11.2010 23:29, Mauro Carvalho Chehab wrote: Em 09-10-2010 18:40, Michal Marek escreveu: The following changes since commit cb655d0f3d57c23db51b981648e452988c0223f9: Linux 2.6.36-rc7 (2010-10-06 13:39:52 -0700) are available in the git repository at:

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Mauro Carvalho Chehab
Em 03-11-2010 18:47, Michal Marek escreveu: On 3.11.2010 23:29, Mauro Carvalho Chehab wrote: Em 09-10-2010 18:40, Michal Marek escreveu: The following changes since commit cb655d0f3d57c23db51b981648e452988c0223f9: Linux 2.6.36-rc7 (2010-10-06 13:39:52 -0700) are available in the git

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Arnaud Lacombe
Hi, On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 09-10-2010 18:40, Michal Marek escreveu: Arnaud Lacombe (1):       kconfig: delay symbol direct dependency initialization This patch generated a regression with V4L build. After applying it, some Kconfig

Re: New media framework user space usage

2010-11-03 Thread Laurent Pinchart
Hi Bastian, On Tuesday 02 November 2010 11:31:28 Bastian Hecht wrote: I am the first guy needing a 12 bit-bus? Yes you are :-) You will need to implement 12 bit support in the ISP driver, or start by hacking the sensor driver to report a 10 bit format (2 bits will be lost but you

Re: media-ctl header patch

2010-11-03 Thread Laurent Pinchart
Hi Michael, On Tuesday 02 November 2010 18:10:18 Michael Jones wrote: Hi Sergio Laurent, Back in July, Sergio submitted a patch Just include kernel headers (http://www.mail-archive.com/linux-media%40vger.kernel.org/msg20397.html) which Laurent didn't yet want to apply. Now I'm using

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Mauro Carvalho Chehab
Em 03-11-2010 22:31, Arnaud Lacombe escreveu: Hi, On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 09-10-2010 18:40, Michal Marek escreveu: Arnaud Lacombe (1): kconfig: delay symbol direct dependency initialization This patch generated a

Re: OMAP3530 ISP irqs disabled

2010-11-03 Thread Laurent Pinchart
Hi Bastian, On Wednesday 03 November 2010 14:26:26 Bastian Hecht wrote: 2010/11/3 Michael Jones michael.jo...@matrix-vision.de: Bastian Hecht wrote: I enabled isr debugging (#define ISP_ISR_DEBUG) and see that only 1 HS_VS_event is generated per second. 1fps corresponds to my clocking,

Re: OMAP3530 ISP irqs disabled

2010-11-03 Thread Laurent Pinchart
Hi Bastian, On Wednesday 03 November 2010 14:38:25 Bastian Hecht wrote: 2010/11/3 Sakari Ailus sakari.ai...@maxwell.research.nokia.com: Bastian Hecht wrote: 2010/11/3 Bastian Hecht hec...@googlemail.com: Hello ISP team, I succeeded to stream the first images from the sensor to

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Arnaud Lacombe
Hi, On Wed, Nov 3, 2010 at 11:19 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: config VIDEO_HELPER_CHIPS_AUTO        bool Autoselect pertinent encoders/decoders and other helper chips config VIDEO_IVTV        select VIDEO_WM8739 if VIDEO_HELPER_CHIPS_AUTO menu Encoders/decoders and

Re: REGRESSION: Re: [GIT] kconfig rc fixes

2010-11-03 Thread Arnaud Lacombe
Hi, On Wed, Nov 3, 2010 at 11:19 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 03-11-2010 22:31, Arnaud Lacombe escreveu: Hi, On Wed, Nov 3, 2010 at 6:29 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 09-10-2010 18:40, Michal Marek escreveu: Arnaud Lacombe (1):      

RE: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options on OMAP3

2010-11-03 Thread Nilofer, Samreen
Hi, Nilofer, Samreen wrote: -Original Message- From: Hiremath, Vaibhav Sent: Tuesday, October 19, 2010 9:40 AM To: Nilofer, Samreen Cc: linux-media@vger.kernel.org Subject: RE: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options on OMAP3 -Original Message-